H.264 SEI payload information Used by the parser only.
Definition at line 287 of file tvmr/include/nvmedia_common_decode.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... | |
uint32_t | bStereoEnabled |
Flag whether stereo is enabled or not. More... | |
uint32_t NvMediaSEIPayloadH264::bStereoEnabled |
Flag whether stereo is enabled or not.
Definition at line 303 of file nvmedia/mm/inc/public/nvmedia_common_decode.h.
NvMediaBool NvMediaSEIPayloadH264::bStereoEnabled |
Flag whether stereo is enabled or not.
Definition at line 310 of file tvmr/include/nvmedia_common_decode.h.
uint8_t NvMediaSEIPayloadH264::content_interpretation_flag |
Indicates the intended interpretation of the constituent frames, as described in Annex D.
Definition at line 296 of file tvmr/include/nvmedia_common_decode.h.
uint8_t NvMediaSEIPayloadH264::current_frame_is_frame0_flag |
Indicate whether current frame is frame 0, as described in Annex D.
Definition at line 308 of file tvmr/include/nvmedia_common_decode.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 306 of file tvmr/include/nvmedia_common_decode.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 303 of file tvmr/include/nvmedia_common_decode.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 290 of file tvmr/include/nvmedia_common_decode.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 293 of file tvmr/include/nvmedia_common_decode.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 300 of file tvmr/include/nvmedia_common_decode.h.
uint8_t NvMediaSEIPayloadH264::UserDefinedSeiPayload |
Holds user data unregistered SEI message, as described in Annex D.
Definition at line 315 of file tvmr/include/nvmedia_common_decode.h.
uint32_t NvMediaSEIPayloadH264::uUserSeiPayloadLength |
Specify the length of user data unregistered SEI message, as described in Annex D.
Definition at line 313 of file tvmr/include/nvmedia_common_decode.h.