Holds H.264 specific decoder metadata for the frame.
Definition at line 1893 of file v4l2_nv_extensions.h.
Data Fields | |
__u32 | nFrameNumBits |
Holds the number of bits in the frame. More... | |
__u32 | FrameType |
Type of frame: 0 = B 1 = P 2 = I. More... | |
v4l2_ctrl_videodec_dpbinfometadata | dpbInfo |
Holds the current DPB information of the decoder. More... | |
__u32 | reserved [4] |
Reserved fields are added for extensibility. More... | |
v4l2_ctrl_videodec_dpbinfometadata v4l2_ctrl_h264dec_bufmetadata_::dpbInfo |
Holds the current DPB information of the decoder.
Definition at line 1903 of file v4l2_nv_extensions.h.
__u32 v4l2_ctrl_h264dec_bufmetadata_::FrameType |
Type of frame: 0 = B 1 = P 2 = I.
Definition at line 1901 of file v4l2_nv_extensions.h.
__u32 v4l2_ctrl_h264dec_bufmetadata_::nFrameNumBits |
Holds the number of bits in the frame.
Definition at line 1896 of file v4l2_nv_extensions.h.
__u32 v4l2_ctrl_h264dec_bufmetadata_::reserved[4] |
Reserved fields are added for extensibility.
Definition at line 1905 of file v4l2_nv_extensions.h.