sm6375-common: overlay: Fix Video Calling

Co-Authored-By: AngeloGioacchino Del Regno <kholk11@gmail.com>
Co-Authored-By: IMMANUEL44 <immanuelr44@gmail.com>
Signed-off-by: Anar Jabiyev <cebiyevanar@gmail.com>
Change-Id: I9b785c9ad6d77780ef9ac4bc8545bf4d2795132d
This commit is contained in:
kiranpranay
2022-07-28 19:19:23 -03:00
committed by Ramii Ahmed
parent 83d75caf76
commit f06cb05b23
2 changed files with 8 additions and 0 deletions

View File

@@ -292,4 +292,7 @@
<!-- Package name of a telephony-related system app, such as an IMS service.
Exempted from privacy indicators. -->
<string name="config_systemTelephonyPackage" translatable="false">com.qualcomm.qti.cne</string>
<!-- Enable video pause workaround when enabling/disabling the camera. -->
<bool name="config_useVideoPauseWorkaround">true</bool>
</resources>

View File

@@ -5,6 +5,11 @@ audio.sys.noisy.broadcast.delay=500
audio.sys.offload.pstimeout.secs=3
audio.sys.routing.latency=0
# Radio
persist.vendor.radio.report_codec=1
persist.vendor.radio.vdp_on_ims_cap=1
persist.vendor.qti.telephony.vt_cam_interface=2
# Transcoding related property.
debug.media.transcoding.codec_max_operating_rate_720P=240
debug.media.transcoding.codec_max_operating_rate_1080P=120