mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
universal7885: overlay: Switch to AVC 3.1 for screen recording
In weaker SOCs, AVC 3.1 seems to pull less load on the CPU/GPU and therefore using it has performance advantages in screen recording Signed-off-by: anandhan07 <anandhasayanan007jb@gmail.com> Signed-off-by: GhostMaster69-dev <rathore6375@gmail.com>
This commit is contained in:
parent
f9dd0d6769
commit
0588a79c10
1 changed files with 3 additions and 0 deletions
|
|
@ -25,4 +25,7 @@
|
|||
<!-- The battery current divider, some kernel report current value in mA other in µA.
|
||||
Leave 1 if you have mA, put 1000 if you have µA -->
|
||||
<integer name="config_battCurrentDivider" translatable="false">1</integer>
|
||||
<!-- If not empty, sets the AVC codec profile level used for the internal screen recorder.
|
||||
Possible values: 3, 3.1, 3.2, 4, 4.1, 4.2 -->
|
||||
<string name="config_screenRecorderAVCProfileLevel" translatable="false">3.1</string>
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Reference in a new issue