NVIDIA DRIVE OS Linux SDK API Reference

5.2.3 Release
For Test and Development only

Detailed Description

Mastering display data for an H.265 picture.

Used by the parser only.

Array indexing 0 : G, 1 : B, 2 : R

Definition at line 347 of file nvmedia_common_decode.h.

Data Fields

uint16_t display_primaries_x [3]
 Normalized x chromaticity cordinate. More...
 
uint16_t display_primaries_y [3]
 Normalized y chromaticity cordinate. More...
 
uint16_t white_point_x
 Normalized x chromaticity cordinate of white point of mastering display. More...
 
uint16_t white_point_y
 Normalized y chromaticity cordinate of white point of mastering display. More...
 
uint16_t max_display_parameter_luminance
 Nominal maximum display luminance in units of candelas per square metre. More...
 
uint16_t min_display_parameter_luminance
 Nominal minimum display luminance in units of 0.0001 candelas per square metre. More...
 

Field Documentation

◆ display_primaries_x

uint16_t NvMediaMasteringDisplayData::display_primaries_x[3]

Normalized x chromaticity cordinate.

It shall be in the range of 0 to 50000

Definition at line 350 of file nvmedia_common_decode.h.

◆ display_primaries_y

uint16_t NvMediaMasteringDisplayData::display_primaries_y[3]

Normalized y chromaticity cordinate.

It shall be in the range of 0 to 50000

Definition at line 352 of file nvmedia_common_decode.h.

◆ max_display_parameter_luminance

uint16_t NvMediaMasteringDisplayData::max_display_parameter_luminance

Nominal maximum display luminance in units of candelas per square metre.

Definition at line 358 of file nvmedia_common_decode.h.

◆ min_display_parameter_luminance

uint16_t NvMediaMasteringDisplayData::min_display_parameter_luminance

Nominal minimum display luminance in units of 0.0001 candelas per square metre.

Definition at line 360 of file nvmedia_common_decode.h.

◆ white_point_x

uint16_t NvMediaMasteringDisplayData::white_point_x

Normalized x chromaticity cordinate of white point of mastering display.

Definition at line 354 of file nvmedia_common_decode.h.

◆ white_point_y

uint16_t NvMediaMasteringDisplayData::white_point_y

Normalized y chromaticity cordinate of white point of mastering display.

Definition at line 356 of file nvmedia_common_decode.h.


The documentation for this struct was generated from the following file: