NVIDIA DRIVE OS Linux SDK API Reference

5.1.12.0 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
NvMediaSEIPayloadH264 Struct Reference

Detailed Description

H.264 SEI payload information Used by the parser only.

Definition at line 166 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...
 
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...
 

Field Documentation

NvMediaBool NvMediaSEIPayloadH264::bStereoEnabled

Flag whether stereo is enabled or not.

Definition at line 189 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 175 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 187 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 185 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 182 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 169 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 172 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 179 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 194 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 192 of file nvmedia_common_decode.h.


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