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:
LinkBoi00 2022-08-13 20:37:23 +05:30 committed by roynatech2544
commit 0588a79c10

View file

@ -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>