Merge "video: driver: reduce output buffer count for thumbnail usecase"

This commit is contained in:
qctecmdr
2021-04-27 20:34:02 -07:00
committed by Gerrit - the friendly Code Review server
3 changed files with 13 additions and 4 deletions

View File

@@ -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) {