aboutsummaryrefslogtreecommitdiff
path: root/rro_overlays
diff options
context:
space:
mode:
authorLinkBoi00 <linkdevel@protonmail.com>2022-03-09 22:04:41 -0300
committersinanmohd <pcmsinan@gmail.com>2023-01-05 21:30:23 +0530
commite692554eb98d8471f36878cc1cd1b62ac9231016 (patch)
tree06e5ae0cd2699af84ef5112a3114b3e8f83ec9d9 /rro_overlays
parentde960a9665662689525bab0e38d6794902f18efc (diff)
veux: 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
Diffstat (limited to 'rro_overlays')
-rw-r--r--rro_overlays/FrameworksResOverlayVeux/res/values/config.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/rro_overlays/FrameworksResOverlayVeux/res/values/config.xml b/rro_overlays/FrameworksResOverlayVeux/res/values/config.xml
index 22f160c..75ac006 100644
--- a/rro_overlays/FrameworksResOverlayVeux/res/values/config.xml
+++ b/rro_overlays/FrameworksResOverlayVeux/res/values/config.xml
@@ -845,4 +845,9 @@
<!-- Enable video pause workaround when enabling/disabling the camera. -->
<bool name="config_useVideoPauseWorkaround">true</bool>
+ <!-- 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>