L4T Multimedia API Reference

28.2 Release

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

Detailed Description

Holds the the frame specific metadata for the current frame.

Definition at line 1041 of file v4l2_nv_extensions.h.

Data Fields

__u32 bRefFrame
 Boolean value indicating if the current frame is a reference frame. More...
 
__u32 bIdrFrame
 Boolean value indicating if the current frame is an IDR. More...
 
__u32 bLTRefFrame
 Boolean value indicating if the current frame is a long term reference frame. More...
 
__u32 nPictureOrderCnt
 Picture order count of the current frame. More...
 
__u32 nFrameNum
 Frame number. More...
 
__u32 nLTRFrameIdx
 Long Term Frame Index of the current frame. More...
 

Field Documentation

__u32 v4l2_ctrl_videodec_currentframe_metadata_::bIdrFrame

Boolean value indicating if the current frame is an IDR.

Definition at line 1046 of file v4l2_nv_extensions.h.

__u32 v4l2_ctrl_videodec_currentframe_metadata_::bLTRefFrame

Boolean value indicating if the current frame is a long term reference frame.

Definition at line 1048 of file v4l2_nv_extensions.h.

__u32 v4l2_ctrl_videodec_currentframe_metadata_::bRefFrame

Boolean value indicating if the current frame is a reference frame.

Definition at line 1044 of file v4l2_nv_extensions.h.

__u32 v4l2_ctrl_videodec_currentframe_metadata_::nFrameNum

Frame number.

Resets to zero for an IDR frame.

Definition at line 1052 of file v4l2_nv_extensions.h.

__u32 v4l2_ctrl_videodec_currentframe_metadata_::nLTRFrameIdx

Long Term Frame Index of the current frame.

Definition at line 1054 of file v4l2_nv_extensions.h.

__u32 v4l2_ctrl_videodec_currentframe_metadata_::nPictureOrderCnt

Picture order count of the current frame.

Definition at line 1050 of file v4l2_nv_extensions.h.


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