video: driver: handle dynamic qp setting
- make B and P frame QP controls as dynamic. - enable I/P/B QP to fw as and when these controls are set to the driver. - remove HEIC qp support. Change-Id: I7f45ab0bda75df8128bbbdfcebe66c2cae208b06 Signed-off-by: Darshana Patil <darshana@codeaurora.org>
This commit is contained in:
@@ -31,7 +31,9 @@ int msm_vidc_adjust_b_frame(void *instance, struct v4l2_ctrl *ctrl);
|
||||
int msm_vidc_adjust_peak_bitrate(void *instance, struct v4l2_ctrl *ctrl);
|
||||
int msm_vidc_adjust_hevc_min_qp(void *instance, struct v4l2_ctrl *ctrl);
|
||||
int msm_vidc_adjust_hevc_max_qp(void *instance, struct v4l2_ctrl *ctrl);
|
||||
int msm_vidc_adjust_hevc_frame_qp(void *instance, struct v4l2_ctrl *ctrl);
|
||||
int msm_vidc_adjust_hevc_i_frame_qp(void *instance, struct v4l2_ctrl *ctrl);
|
||||
int msm_vidc_adjust_hevc_p_frame_qp(void *instance, struct v4l2_ctrl *ctrl);
|
||||
int msm_vidc_adjust_hevc_b_frame_qp(void *instance, struct v4l2_ctrl *ctrl);
|
||||
int msm_vidc_adjust_blur_type(void *instance, struct v4l2_ctrl *ctrl);
|
||||
int msm_vidc_adjust_blur_resolution(void *instance, struct v4l2_ctrl *ctrl);
|
||||
int msm_vidc_adjust_cac(void *instance, struct v4l2_ctrl *ctrl);
|
||||
|
Reference in New Issue
Block a user