From ea76fc4476984adc2c87f32a80edf27561e69fae Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Fri, 5 Jul 2024 20:04:49 +0300 Subject: [PATCH] sm8350-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 --- vendor.prop | 2 -- 1 file changed, 2 deletions(-) diff --git a/vendor.prop b/vendor.prop index acf39c6..8fd789e 100644 --- a/vendor.prop +++ b/vendor.prop @@ -219,8 +219,6 @@ vendor.display.use_smooth_motion=0 vendor.gralloc.disable_ubwc=0 # Media -debug.stagefright.ccodec=4 -debug.stagefright.omx_default_rank=0 media.stagefright.thumbnail.prefer_hw_codecs=true ro.config.vc_call_vol_steps=11