sdm660_64: Override "video.disable.ubwc" property

Override the propery "video.disable.ubwc" in the device
make file so that it will be part of vendor.prop for the
targets that doesn't support UBWC encoding.

Change-Id: Ied558565bb0c95f32766aa10270a35391e649cab
This commit is contained in:
Santhosh Behara 2017-08-09 12:31:08 +05:30 committed by Gerrit - the friendly Code Review server
parent f2e87ca821
commit 789d058957
2 changed files with 4 additions and 1 deletions

View file

@ -56,6 +56,10 @@ PRODUCT_COPY_FILES += device/qcom/sdm660_64/whitelistedapps.xml:$(TARGET_COPY_OU
device/qcom/sdm660_64/gamedwhitelist.xml:$(TARGET_COPY_OUT_VENDOR)/etc/gamedwhitelist.xml \
device/qcom/sdm660_64/appboosts.xml:$(TARGET_COPY_OUT_VENDOR)/etc/appboosts.xml
PRODUCT_PROPERTY_OVERRIDES += \
video.disable.ubwc=1
ifneq ($(TARGET_DISABLE_DASH), true)
PRODUCT_BOOT_JARS += qcmediaplayer
endif

View file

@ -54,7 +54,6 @@ persist.mm.enable.prefetch=true
vidc.enc.target_support_bframe=1
vendor.vidc.enc.disable_bframes=1
vendor.vidc.dec.enable.downscalar=1
video.disable.ubwc=1
# enable PQ feature by default
vendor.vidc.enc.disable.pq=false