diff options
| author | Sujin Panicker <spanic@codeaurora.org> | 2019-07-16 18:26:34 +0530 |
|---|---|---|
| committer | Bruno Martins <bgcngm@gmail.com> | 2020-10-22 23:45:01 +0200 |
| commit | fcf1d57e735409395360659c271817b667bcae5c (patch) | |
| tree | ea3dfec97a93a61c633959f80822b4b52af1418a /system.prop | |
| parent | 0b531e0a82e367a009b9a2c564e40e46fb447784 (diff) | |
pro1: media: Fix rank of QC OMX components
Rank OMX SW codecs higher than C2 codecs except for opus codec.
Change-Id: Ided16f454fcb3b760076500e87759bcbb44f75ed
Diffstat (limited to 'system.prop')
| -rw-r--r-- | system.prop | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/system.prop b/system.prop index 96966c4..70d4b2e 100644 --- a/system.prop +++ b/system.prop @@ -41,6 +41,10 @@ ro.hardware.nfc_nci=nqx.default # OEM Unlock reporting ro.oem_unlock_supported=1 +# OMX +debug.stagefright.omx_default_rank.sw-audio=1 +debug.stagefright.omx_default_rank=0 + # QC framework value-adds ro.vendor.qti.va_aosp.support=1 |
