video: driver: reduce output buffer count for thumbnail usecase
Update output buffer min & extracount, if thumbnail mode is set and also tune extracount at input psc sequence. Change-Id: I77b28198257d127454ee3e9b2a307e1931547e8f Signed-off-by: Govindaraj Rajagopal <grajagop@codeaurora.org>
This commit is contained in:
@@ -696,6 +696,9 @@ int msm_v4l2_op_s_ctrl(struct v4l2_ctrl *ctrl)
|
||||
rc = msm_vidc_update_buffer_count(inst, INPUT_PORT);
|
||||
if (rc)
|
||||
return rc;
|
||||
rc = msm_vidc_update_buffer_count(inst, OUTPUT_PORT);
|
||||
if (rc)
|
||||
return rc;
|
||||
}
|
||||
if (is_meta_ctrl(ctrl->id)) {
|
||||
if (cap_id == META_DPB_TAG_LIST) {
|
||||
|
Reference in New Issue
Block a user