sm7325-common: Set ro.media.xml_variant.profiles to choose media profiles
This was introduced with [1] and allows to choose target specific media
profiles without caf changes to frameworks/av. Unset media.settings.xml
so that the new property gets respected and drop copying the lahaina
config as media_profiles_vendor since we don't need a fallback anymore.
[1]: eaac82f33f
#
Change-Id: I7ec306bf3dd595c09308ed26c9d3a6db8490c7f0
This commit is contained in:
parent
618ef72efa
commit
01ac85ebb0
@ -48,6 +48,7 @@ on early-init
|
||||
on post-fs-data
|
||||
setprop ro.media.xml_variant.codecs ${vendor.media.target_variant}
|
||||
setprop ro.media.xml_variant.codecs_performance ${vendor.media.target_variant}
|
||||
setprop ro.media.xml_variant.profiles ${vendor.media.target_variant}
|
||||
|
||||
on property:vendor.netflix.bsp_rev=*
|
||||
setprop ro.netflix.bsp_rev ${vendor.netflix.bsp_rev}
|
||||
|
@ -37,7 +37,6 @@ persist.dbg.wfc_avail_ovr=1
|
||||
ro.qcom.ims.use_moto_vt_ext=true
|
||||
|
||||
# Media
|
||||
media.settings.xml=/vendor/etc/media_profiles_vendor.xml
|
||||
ro.media.recorder-max-base-layer-fps=60
|
||||
|
||||
# Netmgrd
|
||||
|
Loading…
x
Reference in New Issue
Block a user