L4T Multimedia API Reference

31.1 Release

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

Detailed Description

Holds the encoder frame external rps control parameters to be used with V4L2_CID_MPEG_VIDEOENC_INPUT_METADATA IOCTL.

Definition at line 1532 of file v4l2_nv_extensions.h.

Collaboration diagram for v4l2_enc_frame_ext_rps_ctrl_params_:

Data Fields

__u32 nFrameId
 unique Id of current frame. More...
 
__u8 bRefFrame
 Boolean value indicating if current frame referenced or non-referenced. More...
 
__u8 bLTRefFrame
 Boolean value indicating if current frame long Term Ref Flag. More...
 
__u32 nMaxRefFrames
 Max Number of reference frames to use for inter-motion search. More...
 
__u32 nActiveRefFrames
 

of valid entries in RPS, 0 means IDR.

More...
 
__u32 nCurrentRefFrameId
 frame id of reference frame to be used for motion search, ignored for IDR. More...
 
v4l2_enc_frame_prop RPSList [V4L2_MAX_REF_FRAMES]
 Array of RPS. More...
 

Field Documentation

__u8 v4l2_enc_frame_ext_rps_ctrl_params_::bLTRefFrame

Boolean value indicating if current frame long Term Ref Flag.

Definition at line 1539 of file v4l2_nv_extensions.h.

__u8 v4l2_enc_frame_ext_rps_ctrl_params_::bRefFrame

Boolean value indicating if current frame referenced or non-referenced.

Definition at line 1537 of file v4l2_nv_extensions.h.

__u32 v4l2_enc_frame_ext_rps_ctrl_params_::nActiveRefFrames

of valid entries in RPS, 0 means IDR.

Definition at line 1543 of file v4l2_nv_extensions.h.

__u32 v4l2_enc_frame_ext_rps_ctrl_params_::nCurrentRefFrameId

frame id of reference frame to be used for motion search, ignored for IDR.

Definition at line 1543 of file v4l2_nv_extensions.h.

__u32 v4l2_enc_frame_ext_rps_ctrl_params_::nFrameId

unique Id of current frame.

Definition at line 1535 of file v4l2_nv_extensions.h.

__u32 v4l2_enc_frame_ext_rps_ctrl_params_::nMaxRefFrames

Max Number of reference frames to use for inter-motion search.

Definition at line 1541 of file v4l2_nv_extensions.h.

v4l2_enc_frame_prop v4l2_enc_frame_ext_rps_ctrl_params_::RPSList[V4L2_MAX_REF_FRAMES]

Array of RPS.

Definition at line 1547 of file v4l2_nv_extensions.h.


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