Jetson Linux API Reference

36.3 Release
v4l2_ctrl_videodec_dpbinfometadata_ Struct Reference

Detailed Description

Holds the decoder DPB info metadata.

Definition at line 1797 of file v4l2_nv_extensions.h.

Collaboration diagram for v4l2_ctrl_videodec_dpbinfometadata_:

Data Fields

v4l2_ctrl_videodec_currentframe_metadata currentFrame
 Metadata for the current decoded frame. More...
 
__u32 nActiveRefFrames
 Number of active frames present in the DPB. More...
 
v4l2_ctrl_videodec_refframe_metadata RPSList [16]
 An array of metadatas for the active frames in the DPB. More...
 
__u32 reserved [4]
 Reserved fields are added for extensibility. More...
 

Field Documentation

◆ currentFrame

v4l2_ctrl_videodec_currentframe_metadata v4l2_ctrl_videodec_dpbinfometadata_::currentFrame

Metadata for the current decoded frame.

Definition at line 1800 of file v4l2_nv_extensions.h.

◆ nActiveRefFrames

__u32 v4l2_ctrl_videodec_dpbinfometadata_::nActiveRefFrames

Number of active frames present in the DPB.

Definition at line 1802 of file v4l2_nv_extensions.h.

◆ reserved

__u32 v4l2_ctrl_videodec_dpbinfometadata_::reserved[4]

Reserved fields are added for extensibility.

Definition at line 1807 of file v4l2_nv_extensions.h.

◆ RPSList

v4l2_ctrl_videodec_refframe_metadata v4l2_ctrl_videodec_dpbinfometadata_::RPSList[16]

An array of metadatas for the active frames in the DPB.

Only nActiveRefFrames elements in the array are valid.

Definition at line 1805 of file v4l2_nv_extensions.h.


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