peridot: Update from OS2.0.204.0.VNPMIXM
Change-Id: If415b02d35ebaac70f396a41bf42a248d44b56a9
@@ -333,6 +333,49 @@
|
||||
<ctl name="WSA_RX0 Digital Volume" value="84" />
|
||||
<ctl name="WSA_RX1 Digital Volume" value="84" />
|
||||
</path>
|
||||
|
||||
<path name="speaker-top">
|
||||
</path>
|
||||
|
||||
<path name="speaker-top-prot">
|
||||
<path name="speaker-top" />
|
||||
</path>
|
||||
|
||||
<path name="speaker-bot">
|
||||
</path>
|
||||
|
||||
<path name="speaker-bot-prot">
|
||||
<path name="speaker-bot" />
|
||||
</path>
|
||||
|
||||
<path name="speaker-tl">
|
||||
</path>
|
||||
|
||||
<path name="speaker-tl-prot">
|
||||
<path name="speaker-tl" />
|
||||
</path>
|
||||
|
||||
<path name="speaker-tr">
|
||||
</path>
|
||||
|
||||
<path name="speaker-tr-prot">
|
||||
<path name="speaker-tr" />
|
||||
</path>
|
||||
|
||||
<path name="speaker-bl">
|
||||
</path>
|
||||
|
||||
<path name="speaker-bl-prot">
|
||||
<path name="speaker-bl" />
|
||||
</path>
|
||||
|
||||
<path name="speaker-br">
|
||||
</path>
|
||||
|
||||
<path name="speaker-br-prot">
|
||||
<path name="speaker-br" />
|
||||
</path>
|
||||
|
||||
<path name="haptics-dev">
|
||||
<ctl name="SWR DAC_Port Switch" value="1" />
|
||||
</path>
|
||||
@@ -567,6 +610,12 @@
|
||||
<!-- add new controls start -->
|
||||
<path name="main-mic">
|
||||
</path>
|
||||
|
||||
<path name="sidetop-mic">
|
||||
</path>
|
||||
|
||||
<path name="sidebottom-mic">
|
||||
</path>
|
||||
<!-- add new controls end -->
|
||||
|
||||
<path name="handset-mic">
|
||||
@@ -997,6 +1046,18 @@
|
||||
<ctl name="TX DMIC MUX2" value="DMIC1" />
|
||||
</path>
|
||||
|
||||
<path name="speaker-tmic-endfire">
|
||||
</path>
|
||||
|
||||
<path name="speaker-tmic-surround">
|
||||
</path>
|
||||
|
||||
<path name="speaker-tmic-multi">
|
||||
</path>
|
||||
|
||||
<path name="speaker-tmic-single">
|
||||
</path>
|
||||
|
||||
<path name="dmic-endfire">
|
||||
<path name="handset-dmic-endfire" />
|
||||
<ctl name="IIR0 INP0 MUX" value="DEC2" />
|
||||
@@ -1316,20 +1377,6 @@
|
||||
<path name="back-mic">
|
||||
</path>
|
||||
|
||||
<path name="speaker-top">
|
||||
</path>
|
||||
|
||||
<path name="speaker-top-prot">
|
||||
<path name="speaker-top" />
|
||||
</path>
|
||||
|
||||
<path name="speaker-bot">
|
||||
</path>
|
||||
|
||||
<path name="speaker-bot-prot">
|
||||
<path name="speaker-bot" />
|
||||
</path>
|
||||
|
||||
<path name="speaker-movie">
|
||||
</path>
|
||||
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"version": "1.0",
|
||||
"CameraBooster": {
|
||||
"support": {
|
||||
"animation_inhibit_support": true
|
||||
},
|
||||
"threshold": {
|
||||
"free_memory_threshold": 1500000
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,31 +1,20 @@
|
||||
# xiaomi peridot setting file
|
||||
multiCameraLogicalXMLFile=peridot.xml
|
||||
enableGPURotation=TRUE
|
||||
enableTxtLogging=0
|
||||
|
||||
#Resort the sensor data
|
||||
enableResortSensorData=TRUE
|
||||
|
||||
enableTxtLogging=1
|
||||
offlineLogNumber=20
|
||||
offlineLoggerEnableBackupLog=FALSE
|
||||
logInfoMask=0
|
||||
logInfoMask=0x5009A
|
||||
logVerboseMask=0
|
||||
logConfigMask=0
|
||||
logWarningMask=0
|
||||
logDumpMask=0
|
||||
logCoreCfgMask=0
|
||||
logRequestMapping=0
|
||||
CamxLogCoreCfg=0
|
||||
chiLogInfoMask=0
|
||||
chiLogWarningMask=0
|
||||
chiLogCoreCfgMask=0
|
||||
chiLogConfigMask=0
|
||||
chiLogDumpMask=0
|
||||
chiLogVerboseMask=0
|
||||
chiLogDebugMask=0
|
||||
chiLogTraceMask=0
|
||||
raiserecoverysigabrt=FALSE
|
||||
SDK_LOG_LEVEL=4
|
||||
#systrace
|
||||
traceGroupsEnable=0
|
||||
enableAsciiLogging=0
|
||||
|
||||
logConfigMask=0x1009A
|
||||
CamxLogCoreCfg=0x80
|
||||
chiLogInfoMask=0x3FFF
|
||||
chiLogWarningMask=0x1
|
||||
raiserecoverysigabrt=TRUE
|
||||
#Health Monitor
|
||||
enableHealthMonitor=FALSE
|
||||
#InSensorZoom
|
||||
@@ -42,9 +31,6 @@ maxDigitalZoomVideo=15.0
|
||||
# 720P@30 0x01 1080P@30 0x02 1080P@60 0x04 4K@30 0x08 4K@24 0x80
|
||||
videoSATSupportedRange=0x8B
|
||||
|
||||
#MPMSizeDiffAllowedToGroup
|
||||
MPMSizeDiffAllowedToGroupOverride=2000000
|
||||
|
||||
#SAT zoom animation params
|
||||
isSwitchAnimationSupported=TRUE
|
||||
satZoomButton=1:2:3.2:5:10:20|1:2:3.2:5:10:15
|
||||
@@ -88,7 +74,7 @@ bokehPreviewInputBufferAlignment=128
|
||||
bokehPreviewOutputBufferAlignment=128
|
||||
bokehDualAlgoPreviewDelay=1
|
||||
bokehEnableNodePublishStreamCrop=0
|
||||
isMDbokehsupported=3
|
||||
isMDbokehsupported=0
|
||||
isBokehMfnrSupported=1
|
||||
bokehSlaveMfnrEnable=0
|
||||
bokehZoomRatioMap=1.0|2.58|2.16|3.89|1.51|3.24
|
||||
@@ -257,9 +243,6 @@ multiCameraExposureTimeMatch=TRUE
|
||||
#Enable earlyPCR
|
||||
numPCRsBeforeStreamOn=1
|
||||
|
||||
# buffer Prealloc
|
||||
extraBufferAlloc=8
|
||||
|
||||
#early init wide module
|
||||
isEarlysettingsEnable=TRUE
|
||||
#isActuatorEarlyInitEnable=TRUE
|
||||
@@ -291,6 +274,5 @@ LoadTuningDataManagerAsync=TRUE
|
||||
#ois async init
|
||||
enableOISOptimization=TRUE
|
||||
|
||||
enableInternalKMDRecovery=TRUE
|
||||
crcErrorDivisor=100
|
||||
|
||||
extraBufferAlloc=9
|
||||
SDK_LOG_LEVEL=3
|
||||
|
||||
@@ -79,56 +79,56 @@
|
||||
[
|
||||
{
|
||||
"hook_name": "NCSSensorProbeHook",
|
||||
"source_lib_name": "/vendor/lib64/hw/camera.qcom.so",
|
||||
"target_lib_name": "/vendor/lib64/com.xiaomi.chi.hook.so",
|
||||
"source_lib_name": "/odm/lib64/hw/camera.qcom.so",
|
||||
"target_lib_name": "/odm/lib64/com.xiaomi.chi.hook.so",
|
||||
"source_function_address": "_ZN4CamX11NCSIntfQSEE11ProbeSensorENS_13NCSSensorTypeE",
|
||||
"target_function_address": "_Z18NCSSensorProbeHookPvi",
|
||||
"hook_type": 2
|
||||
},
|
||||
{
|
||||
"hook_name": "ProbeEEPROMHook",
|
||||
"source_lib_name": "/vendor/lib64/hw/camera.qcom.so",
|
||||
"target_lib_name": "/vendor/lib64/com.xiaomi.camx.hook.so",
|
||||
"source_lib_name": "/odm/lib64/hw/camera.qcom.so",
|
||||
"target_lib_name": "/odm/lib64/com.xiaomi.camx.hook.so",
|
||||
"source_function_address": "_ZN4CamX21ImageSensorModuleData11ProbeEEPROMEPNS_12HwSensorInfoEPKNS_16HwDeviceTypeInfoE",
|
||||
"target_function_address": "_ZN4CamX15ProbeEEPROMHookEPvPNS_12HwSensorInfoEPKNS_16HwDeviceTypeInfoE",
|
||||
"hook_type": 2
|
||||
},
|
||||
{
|
||||
"hook_name": "NCSProviderPostDataHook",
|
||||
"source_lib_name": "/vendor/lib64/hw/camera.qcom.so",
|
||||
"target_lib_name": "/vendor/lib64/com.xiaomi.camx.hook.so",
|
||||
"source_lib_name": "/odm/lib64/hw/camera.qcom.so",
|
||||
"target_lib_name": "/odm/lib64/com.xiaomi.camx.hook.so",
|
||||
"source_function_address": "_ZN4CamX11NCSProvider8PostDataEPNS_13NCSBufferInfoEPPh",
|
||||
"target_function_address": "_ZN4CamX23NCSProviderPostDataHookEPvPNS_13NCSBufferInfoEPPh",
|
||||
"hook_type": 1
|
||||
},
|
||||
{
|
||||
"hook_name" : "ReadEEPROMDeviceHook",
|
||||
"source_lib_name": "/vendor/lib64/hw/camera.qcom.so",
|
||||
"target_lib_name": "/vendor/lib64/com.xiaomi.camx.hook.so",
|
||||
"source_lib_name": "/odm/lib64/hw/camera.qcom.so",
|
||||
"target_lib_name": "/odm/lib64/com.xiaomi.camx.hook.so",
|
||||
"source_function_address" : "_ZN4CamX10EEPROMData16ReadEEPROMDeviceEv",
|
||||
"target_function_address" : "_ZN4CamX20ReadEEPROMDeviceHookEPv",
|
||||
"hook_type": 2
|
||||
},
|
||||
{
|
||||
"hook_name" : "ActuatorDataHook",
|
||||
"source_lib_name": "/vendor/lib64/hw/camera.qcom.so",
|
||||
"target_lib_name": "/vendor/lib64/com.xiaomi.camx.hook.so",
|
||||
"source_lib_name": "/odm/lib64/hw/camera.qcom.so",
|
||||
"target_lib_name": "/odm/lib64/com.xiaomi.camx.hook.so",
|
||||
"source_function_address" : "_ZN4CamX12ActuatorData16CreateI2CInfoCmdEP16CSLSensorI2CInfo",
|
||||
"target_function_address" : "_ZN4CamX16ActuatorDataHookEPvP16CSLSensorI2CInfo",
|
||||
"hook_type": 1
|
||||
},
|
||||
{
|
||||
"hook_name" : "CreateI2CInfoCmdHook",
|
||||
"source_lib_name": "/vendor/lib64/hw/camera.qcom.so",
|
||||
"target_lib_name": "/vendor/lib64/com.xiaomi.camx.hook.so",
|
||||
"source_lib_name": "/odm/lib64/hw/camera.qcom.so",
|
||||
"target_lib_name": "/odm/lib64/com.xiaomi.camx.hook.so",
|
||||
"source_function_address" : "_ZN4CamX10EEPROMData16CreateI2CInfoCmdEP16CSLSensorI2CInfot",
|
||||
"target_function_address" : "_ZN4CamX20CreateI2CInfoCmdHookEPvP16CSLSensorI2CInfot",
|
||||
"hook_type": 2
|
||||
},
|
||||
{
|
||||
"hook_name" : "CheckForRecoveryHook",
|
||||
"source_lib_name": "/vendor/lib64/hw/com.qti.chi.override.so",
|
||||
"target_lib_name": "/vendor/lib64/com.xiaomi.chi.hook.so",
|
||||
"source_lib_name": "/odm/lib64/hw/com.qti.chi.override.so",
|
||||
"target_lib_name": "/odm/lib64/com.xiaomi.chi.hook.so",
|
||||
"source_function_address" : "_ZN15Feature2Wrapper16CheckForRecoveryEj",
|
||||
"target_function_address" : "_Z20CheckForRecoveryHookPvj",
|
||||
"hook_type": 1
|
||||
|
||||
@@ -1,28 +0,0 @@
|
||||
{
|
||||
"version": 1.0,
|
||||
"product": "peridot",
|
||||
"hook_activities": [
|
||||
"com.tencent.mm.plugin.scanner.ui.BaseScanUI",
|
||||
"com.alipay.mobile.scan.as.main.MainCaptureActivity",
|
||||
"com.alipay.mobile.scan.as.tool.ToolsCaptureActivity",
|
||||
"com.ss.android.ugc.aweme.qrcode.view.QRCodeScanActivity",
|
||||
"com.xunmeng.pinduoduo.activity.NewPageActivity",
|
||||
"com.etao.feimagesearch.capture.CaptureActivity",
|
||||
"com.taobao.taobao.scancode.gateway.activity.ScancodeGatewayActivity",
|
||||
"com.zhihu.android.qrscanner.ui.ScannerActivity",
|
||||
"com.tencent.mobileqq.qrscan.activity.ScannerActivity",
|
||||
"com.tencent.mobileqq.olympic.activity.ScanTorchActivity",
|
||||
"com.baidu.searchbox.CodeScannerActivity",
|
||||
"com.yxcorp.plugin.qrcode.api.QRCodeScanActivity",
|
||||
"com.jd.lib.scan.lib.zxing.client.android.CaptureActivity",
|
||||
"com.meituan.android.scan.ScanQRInMeituanActivity",
|
||||
"com.meituan.android.bike.component.feature.qrcode.view.QRCodeScannerByMBarActivity",
|
||||
"me.ele.scan.ui.ScanMainActivity",
|
||||
"com.weibo.international.activity.scan.ScanWebActivity",
|
||||
"com.sina.weibo.qrcode.CaptureActivity",
|
||||
"com.bilibili.app.qrcode.QRcodeCaptureActivity",
|
||||
"com.xingin.matrix.v2.redscanner.scanner.QrCodeScannerActivityV2",
|
||||
"com.tencent.qqlive.qrcode.ui.ScanQRCustomActivity",
|
||||
"com.qiyi.scan.ARWrapperActivity"
|
||||
]
|
||||
}
|
||||
@@ -57,5 +57,15 @@
|
||||
"##kParameterFlag_FacialRefine_Jaw##": "下颌程度[默认0.5]",
|
||||
"JawDegree": 0.5
|
||||
}
|
||||
],
|
||||
"##CameraSimulate": "相机模拟跑图",
|
||||
"CameraSimulate": [
|
||||
{
|
||||
"##note": "前置经典-拍后",
|
||||
"Type": "Capture",
|
||||
"RunCount": 1,
|
||||
"ConfigPath": "truesight_config_front.json",
|
||||
"MapParameter": [[0,1.00],[1,1.00]]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Before Width: | Height: | Size: 259 KiB After Width: | Height: | Size: 259 KiB |
|
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 42 KiB |
|
Before Width: | Height: | Size: 76 KiB After Width: | Height: | Size: 76 KiB |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 149 KiB After Width: | Height: | Size: 149 KiB |
|
Before Width: | Height: | Size: 154 KiB After Width: | Height: | Size: 154 KiB |
|
Before Width: | Height: | Size: 296 KiB After Width: | Height: | Size: 296 KiB |
|
Before Width: | Height: | Size: 344 KiB After Width: | Height: | Size: 344 KiB |
|
Before Width: | Height: | Size: 114 KiB After Width: | Height: | Size: 114 KiB |
|
Before Width: | Height: | Size: 164 KiB After Width: | Height: | Size: 164 KiB |
|
Before Width: | Height: | Size: 160 KiB After Width: | Height: | Size: 160 KiB |
|
Before Width: | Height: | Size: 176 KiB After Width: | Height: | Size: 176 KiB |
|
Before Width: | Height: | Size: 135 KiB After Width: | Height: | Size: 135 KiB |
|
Before Width: | Height: | Size: 224 KiB After Width: | Height: | Size: 224 KiB |
|
Before Width: | Height: | Size: 258 KiB After Width: | Height: | Size: 258 KiB |
|
Before Width: | Height: | Size: 86 KiB After Width: | Height: | Size: 86 KiB |
|
Before Width: | Height: | Size: 184 KiB After Width: | Height: | Size: 184 KiB |
|
Before Width: | Height: | Size: 240 KiB After Width: | Height: | Size: 240 KiB |
|
Before Width: | Height: | Size: 106 KiB After Width: | Height: | Size: 106 KiB |
|
Before Width: | Height: | Size: 202 KiB After Width: | Height: | Size: 202 KiB |