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:
parent
4c2ee87517
commit
01d655f43a
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue