Holds the preprocessing enhancement initialization parameters to be used with V4L2_CID_MPEG_VIDEOENC_PPE_INIT_PARAMS IOCTL.
Definition at line 2257 of file v4l2_nv_extensions.h.
Data Fields | |
__u8 | enable_ppe |
Boolean value indicating if PPE module should be enabled. More... | |
__u32 | feature_flags |
Bit flags to enable/disable each individual feature. More... | |
__u8 | enable_profiler |
Boolean value indicating if profiler should be enabled. More... | |
__s32 | wait_time_ms |
The max number of milliseconds that the encoder should wait for each frame processing. More... | |
__u8 | taq_max_qp_delta |
Maximum strength of QP delta map for TAQ. More... | |
__u8 | taq_b_frame_mode |
Boolean value indicating if TAQ should be applied for B-frames. More... | |
__u8 | saq_max_qp_delta |
Maximum strength of QP delta map for SAQ. More... | |
__u32 | reserved [3] |
Reserved fields are added for extensibility. More... | |
__u8 v4l2_enc_ppe_init_params_::enable_ppe |
Boolean value indicating if PPE module should be enabled.
Definition at line 2260 of file v4l2_nv_extensions.h.
__u8 v4l2_enc_ppe_init_params_::enable_profiler |
Boolean value indicating if profiler should be enabled.
Definition at line 2264 of file v4l2_nv_extensions.h.
__u32 v4l2_enc_ppe_init_params_::feature_flags |
Bit flags to enable/disable each individual feature.
Definition at line 2262 of file v4l2_nv_extensions.h.
__u32 v4l2_enc_ppe_init_params_::reserved[3] |
Reserved fields are added for extensibility.
Definition at line 2274 of file v4l2_nv_extensions.h.
__u8 v4l2_enc_ppe_init_params_::saq_max_qp_delta |
Maximum strength of QP delta map for SAQ.
Definition at line 2272 of file v4l2_nv_extensions.h.
__u8 v4l2_enc_ppe_init_params_::taq_b_frame_mode |
Boolean value indicating if TAQ should be applied for B-frames.
Definition at line 2270 of file v4l2_nv_extensions.h.
__u8 v4l2_enc_ppe_init_params_::taq_max_qp_delta |
Maximum strength of QP delta map for TAQ.
Definition at line 2268 of file v4l2_nv_extensions.h.
__s32 v4l2_enc_ppe_init_params_::wait_time_ms |
The max number of milliseconds that the encoder should wait for each frame processing.
Definition at line 2266 of file v4l2_nv_extensions.h.