H.264 SEI payload information Used by the parser only.
Definition at line 280 of file 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... | |
uint32_t | 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 NvMediaSEIPayloadH264::bStereoEnabled |
Flag whether stereo is enabled or not.
Definition at line 303 of file 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 289 of file 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 301 of file 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 299 of file 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 296 of file 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 283 of file 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 286 of file 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 293 of file nvmedia_common_decode.h.
uint8_t NvMediaSEIPayloadH264::UserDefinedSeiPayload[MAX_USER_SEI_PAYLOAD] |
Holds user data unregistered SEI message, as described in Annex D.
Definition at line 308 of file 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 306 of file nvmedia_common_decode.h.