FFmpeg
|
This structure describes information about the reference display width(s) and reference viewing distance(s) as well as information about the corresponding reference stereo pair(s). More...
#include <tdrdi.h>
Data Fields | |
uint8_t | prec_ref_display_width |
The exponent of the maximum allowable truncation error for {exponent,mantissa}_ref_display_width as given by 2(-prec_ref_display_width). More... | |
uint8_t | ref_viewing_distance_flag |
A flag to indicate the presence of reference viewing distance. More... | |
uint8_t | prec_ref_viewing_dist |
The exponent of the maximum allowable truncation error for {exponent,mantissa}_ref_viewing_distance as given by 2^(-prec_ref_viewing_dist). More... | |
uint8_t | num_ref_displays |
The number of reference displays that are signalled in this struct. More... | |
size_t | entries_offset |
Offset in bytes from the beginning of this structure at which the array of reference displays starts. More... | |
size_t | entry_size |
Size of each entry in bytes. More... | |
This structure describes information about the reference display width(s) and reference viewing distance(s) as well as information about the corresponding reference stereo pair(s).
See section G.14.3.2.3 of ITU-T H.265 for more information.
uint8_t AV3DReferenceDisplaysInfo::prec_ref_display_width |
The exponent of the maximum allowable truncation error for {exponent,mantissa}_ref_display_width as given by 2(-prec_ref_display_width).
Definition at line 58 of file tdrdi.h.
Referenced by nvenc_send_frame().
uint8_t AV3DReferenceDisplaysInfo::ref_viewing_distance_flag |
A flag to indicate the presence of reference viewing distance.
If false, the values of prec_ref_viewing_dist, exponent_ref_viewing_distance, and mantissa_ref_viewing_distance are undefined.
Definition at line 65 of file tdrdi.h.
Referenced by nvenc_send_frame().
uint8_t AV3DReferenceDisplaysInfo::prec_ref_viewing_dist |
The exponent of the maximum allowable truncation error for {exponent,mantissa}_ref_viewing_distance as given by 2^(-prec_ref_viewing_dist).
The value of prec_ref_viewing_dist shall be in the range of 0 to 31, inclusive.
Definition at line 72 of file tdrdi.h.
Referenced by nvenc_send_frame().
uint8_t AV3DReferenceDisplaysInfo::num_ref_displays |
The number of reference displays that are signalled in this struct.
Allowed range is 1 to 32, inclusive.
Definition at line 78 of file tdrdi.h.
Referenced by av_tdrdi_alloc(), dump_tdrdi(), and nvenc_send_frame().
size_t AV3DReferenceDisplaysInfo::entries_offset |
Offset in bytes from the beginning of this structure at which the array of reference displays starts.
Definition at line 84 of file tdrdi.h.
Referenced by av_tdrdi_alloc(), and av_tdrdi_get_display().
size_t AV3DReferenceDisplaysInfo::entry_size |
Size of each entry in bytes.
May not match sizeof(AV3DReferenceDisplay).
Definition at line 89 of file tdrdi.h.
Referenced by av_tdrdi_alloc(), and av_tdrdi_get_display().