![]() |
NVIDIA DRIVE 5.0 Linux SDK API Reference5.0.10.3 Release |
H.264 SEI payload information Used by the parser only.
Definition at line 233 of file nvmedia_common.h.
Data Fields | |
uint8_t | frame_packing_arrangement_type |
Indicate the type of packing arrangement of the frames, as described in Annex D. More... | |
uint8_t | quincunx_sampling_flag |
Indicate whether each colour component plane of each consituent frame is quincunx sampled or not, as described in Annex D. More... | |
uint8_t | content_interpretation_flag |
Indicates the intended interpretation of the constituent frames, as described in Annex D. More... | |
uint8_t | spatial_flipping_flag |
Indicates that whether one of the two constituent frames is spatially flipped relative to its intended orientation for display, as described in Annex D. More... | |
uint8_t | frame0_flipped_flag |
Indicates which one of the two constituent frames is flipped, as described in Annex D. More... | |
uint8_t | field_views_flag |
Indicates whether all pictures in the current coded video sequence are coded as complementary field pairs, as described in Annex D. More... | |
uint8_t | current_frame_is_frame0_flag |
Indicate whether current frame is frame 0, as described in Annex D. More... | |
NvMediaBool | bStereoEnabled |
Flag whether stereo is enabled or not. More... | |
uint32_t | uUserSeiPayloadLength |
Specify the length of user data unregistered SEI message, as described in Annex D. More... | |
uint8_t | UserDefinedSeiPayload [MAX_USER_SEI_PAYLOAD] |
Holds user data unregistered SEI message, as described in Annex D. More... | |
NvMediaBool NvMediaSEIPayloadH264::bStereoEnabled |
Flag whether stereo is enabled or not.
Definition at line 256 of file nvmedia_common.h.
uint8_t NvMediaSEIPayloadH264::content_interpretation_flag |
Indicates the intended interpretation of the constituent frames, as described in Annex D.
Definition at line 242 of file nvmedia_common.h.
uint8_t NvMediaSEIPayloadH264::current_frame_is_frame0_flag |
Indicate whether current frame is frame 0, as described in Annex D.
Definition at line 254 of file nvmedia_common.h.
uint8_t NvMediaSEIPayloadH264::field_views_flag |
Indicates whether all pictures in the current coded video sequence are coded as complementary field pairs, as described in Annex D.
Definition at line 252 of file nvmedia_common.h.
uint8_t NvMediaSEIPayloadH264::frame0_flipped_flag |
Indicates which one of the two constituent frames is flipped, as described in Annex D.
Definition at line 249 of file nvmedia_common.h.
uint8_t NvMediaSEIPayloadH264::frame_packing_arrangement_type |
Indicate the type of packing arrangement of the frames, as described in Annex D.
Definition at line 236 of file nvmedia_common.h.
uint8_t NvMediaSEIPayloadH264::quincunx_sampling_flag |
Indicate whether each colour component plane of each consituent frame is quincunx sampled or not, as described in Annex D.
Definition at line 239 of file nvmedia_common.h.
uint8_t NvMediaSEIPayloadH264::spatial_flipping_flag |
Indicates that whether one of the two constituent frames is spatially flipped relative to its intended orientation for display, as described in Annex D.
Definition at line 246 of file nvmedia_common.h.
uint8_t NvMediaSEIPayloadH264::UserDefinedSeiPayload[MAX_USER_SEI_PAYLOAD] |
Holds user data unregistered SEI message, as described in Annex D.
Definition at line 261 of file nvmedia_common.h.
uint32_t NvMediaSEIPayloadH264::uUserSeiPayloadLength |
Specify the length of user data unregistered SEI message, as described in Annex D.
Definition at line 259 of file nvmedia_common.h.