sdm660: Disable PQ by default in encoder
Disable PQ feature by default on sdm660 Change-Id: I42014b3897c2b817872d07b71412540093fa594e
This commit is contained in:
parent
8ed288f983
commit
52c0c5831e
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
mmp.enable.3g2=true \
|
mmp.enable.3g2=true \
|
||||||
persist.mm.enable.prefetch=true \
|
persist.mm.enable.prefetch=true \
|
||||||
vendor.vidc.dec.enable.downscalar=1 \
|
vendor.vidc.dec.enable.downscalar=1 \
|
||||||
vendor.vidc.enc.disable.pq=false \
|
vendor.vidc.enc.disable.pq=true \
|
||||||
vendor.vidc.enc.disable_bframes=1 \
|
vendor.vidc.enc.disable_bframes=1 \
|
||||||
vidc.enc.dcvs.extra-buff-count=2 \
|
vidc.enc.dcvs.extra-buff-count=2 \
|
||||||
vidc.enc.target_support_bframe=1
|
vidc.enc.target_support_bframe=1
|
||||||
|
|
Loading…
Reference in a new issue