video: driver: modify internal buffer counts for vp9

modify internal buffer counts for vp9. fix comv and
noncomv buffer count to 0 for vp9 as they are not
supported for this codec.

Change-Id: I5d504128ab587c425d4cd4cfd2059241e8d256aa
Signed-off-by: Darshana Patil <darshana@codeaurora.org>
このコミットが含まれているのは:
Darshana Patil
2021-02-19 17:02:45 -08:00
committed by Gerrit - the friendly Code Review server
コミット 02346b9728
3個のファイルの変更36行の追加1行の削除

ファイルの表示

@@ -600,7 +600,7 @@ int msm_buffer_min_count_iris2(struct msm_vidc_inst *inst,
case MSM_VIDC_BUF_NON_COMV:
case MSM_VIDC_BUF_LINE:
case MSM_VIDC_BUF_PERSIST:
count = 1;
count = msm_vidc_internal_buffer_count(inst, buffer_type);
break;
case MSM_VIDC_BUF_DPB:
count = msm_buffer_decoder_dpb_count(inst);