NVIDIA DRIVE OS Linux SDK API Reference

6.0.3 Release

Detailed Description

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...
 

Field Documentation

◆ bStereoEnabled [1/2]

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.

◆ bStereoEnabled [2/2]

NvMediaBool NvMediaSEIPayloadH264::bStereoEnabled

Flag whether stereo is enabled or not.

Definition at line 310 of file tvmr/include/nvmedia_common_decode.h.

◆ content_interpretation_flag

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.

◆ current_frame_is_frame0_flag

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.

◆ field_views_flag

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.

◆ frame0_flipped_flag

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.

◆ frame_packing_arrangement_type

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.

◆ quincunx_sampling_flag

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.

◆ spatial_flipping_flag

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.

◆ UserDefinedSeiPayload

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.

◆ uUserSeiPayloadLength

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.


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