techpack: video: msm: vidc: disable decode batching feature

This feature implemented for power optimization
with OMX but not well compliant with Codec 2.0.
Disable it to unblock VT frame drop issue.

Bug: 149071324
Test: VT frame rate test
Change-Id: I187958f4da10d5936c0f0fbd5060301e55ac7f29
Signed-off-by: Wen Chang Liu <wenchangliu@google.com>
Signed-off-by: starlight5234 <starlight5234@protonmail.ch>
This commit is contained in:
wenchangliu 2020-02-07 15:22:22 +08:00 committed by Gagan Malvi
parent 4c2ee87517
commit 01d655f43a
No known key found for this signature in database
GPG key ID: B932A7CE71E9198F

View file

@ -1339,7 +1339,7 @@ static struct msm_vidc_common_data kona_common_data[] = {
},
{
.key = "qcom,decode-batching",
.value = 1,
.value = 0,
},
{
.key = "qcom,batch-timeout",