sm7325-common: Use AOSP default Codec2/OMX ranks

debug.stagefright.ccodec=4
is the default value in frameworks.

debug.stagefright.omx_default_rank=0
was used to rank OMX SW codecs lower than OMX HW codecs
but we have removed all OMX SW codecs now.

Change-Id: Idf55ec02c2c0f4d2fa73f949cffef0d820a54570
This commit is contained in:
Michael Bestas 2024-07-05 20:04:49 +03:00 committed by Marc Bourgoin
parent 88937c970f
commit 2b41809aea

View File

@ -238,10 +238,6 @@ persist.vendor.ims.vt.enableadb=1
# Incremental FS # Incremental FS
ro.incremental.enable=true ro.incremental.enable=true
# Media
debug.stagefright.ccodec=4
debug.stagefright.omx_default_rank=0
# Perf # Perf
ro.vendor.extension_library=libqti-perfd-client.so ro.vendor.extension_library=libqti-perfd-client.so
ro.vendor.perf-hal.ver=2.2 ro.vendor.perf-hal.ver=2.2