* OMX HW video codecs are no longer used after enabling Codec2
* OMX HW audio codecs won't work without QCOM A/V enhancements, which
we don't have on Lineage.
Change-Id: I65852151c8fb6387add5fc4402ba3f13c97b5f64
* We're already inheriting these from QTI FCM. So it throws error while running VINTF check since these are only defined in manifest and not in device FCM.
Change-Id: If3c68b027fe7337ed2bc936f0035477ccca4d9b6
* Goodix ts uses spi0.0 and fts uses spi0.1, so suppport both of them
Change-Id: I519b7ae4b8306c5cb4823602a3d35a609d7522e6
Signed-off-by: BarryBlackCat <silva.tiago0910@gmail.com>
* It seems like proximity dies randomly for some users and setting this to true fixes it somehow.
* So let's keep this enabled since it doesn't do any harm and the issue gets fixed as well.
Change-Id: I143adec5333728037b3dff04248e3bfcce02073b
* It fixes voip calls mic sound delays while compr_voip enabled.
Signed-off-by: Zinadin Zidan <zidan.roking@gmail.com>
Change-Id: I686a3861834f5e3a12aaa7a03fb07b7de3064ce0
Signed-off-by: Fiqri Ardyansyah <fiqri15072019@gmail.com>
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
These are no longer available as of Android 14 QPR3. The C2 codecs
available by default in the swcodec apex will be used instead.
Change-Id: I8cdf3e700823779a7382c66c3df8410d41209b7c
The fqname can change, so let's add a wildcard after the word default with fqname
just to make sure it doesn't accidentally delete the instance line
eg, on corfur A12:
<fqname>@1.0::IComponentStore/default1</fqname>
on fogos A14:
<fqname>@1.0::IComponentStore/default9</fqname>
Change-Id: I0c55a9781b398601ecbd6be7c327036fe4b1ac42
This reverts commit 43738e9d15.
Reason for revert: Resolved in I3a6d8a1486558db1622c2c447256024eed8773ae
Change-Id: I7c2cdf93cbe61816d4d6c8f334ca6fdc095c53c8
This reverts commit 1190897038.
Reason for revert: Resolved in I3a6d8a1486558db1622c2c447256024eed8773ae & Ia119414d2aa417215fbc9bdefe69ee5771860d23
Change-Id: Ib010e5bda4b240dfa5616722ae139774c4d4fc68
This reverts commit 8029a5833e.
Reason for revert: Resolved in I3a6d8a1486558db1622c2c447256024eed8773ae
Change-Id: I6b11bfeafdff078dc2d196cfbc0c8f64a3b66c7c
This will send HWUI timings to HintManager for better CPU scheduling.
Setting a 30% margin for CPU should heavily reduce CPU loads for HWUI and
use GPU for the rest.
Change-Id: I048ae87ac93b729181e5c51f5c72869731ecb058
Use a more power-friendly rate limit configuration (2ms up/down)
to reduce power consumption a bit when the screen is off.
Power results during screen off GPS usage, measured by
Alex Naidis <alex.naidis@paranoidandroid.co> on SDM845:
Before:
392mW
93.5mA
After:
378.5mW
90.2mA
Co-authored-by: Alex Naidis <alex.naidis@paranoidandroid.co>
Change-Id: I1ec50702847a196e2f9366f71b3a5b9465c9a596
Signed-off-by: Adithya R <gh0strider.2k18.reborn@gmail.com>
This got enabled by default on U, and it causes apps like
Chrome and Youtube to set the refresh rate to 30FPS when
playing some videos.
Change-Id: I649bf03d550c2b9726c7957d15ed09e455d874ec