mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
msm: vidc: Enable decode batching feature
This reverts commit 5caa8628e501315ffaaad003594ccca490145661. Reason for revert: We do not use C2 for video, this is useful for OMX. Change-Id: I2bdd191313300e86a108087a1854252dc457f54c Signed-off-by: Omkar Chandorkar <gotenksIN@aospa.co> Signed-off-by: Richard Raya <rdxzv.dev@gmail.com>
This commit is contained in:
parent
c787239094
commit
335b99146c
@ -546,7 +546,7 @@ static struct msm_vidc_common_data sdmmagpie_common_data_v0[] = {
|
||||
},
|
||||
{
|
||||
.key = "qcom,decode-batching",
|
||||
.value = 0,
|
||||
.value = 1,
|
||||
},
|
||||
{
|
||||
.key = "qcom,dcvs",
|
||||
@ -617,7 +617,7 @@ static struct msm_vidc_common_data sdmmagpie_common_data_v1[] = {
|
||||
},
|
||||
{
|
||||
.key = "qcom,decode-batching",
|
||||
.value = 0,
|
||||
.value = 1,
|
||||
},
|
||||
{
|
||||
.key = "qcom,dcvs",
|
||||
|
Loading…
x
Reference in New Issue
Block a user