Home
last modified time | relevance | path

Searched refs:lpm (Results 1 – 1 of 1) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraParameters.cpp15861 int32_t lpm = 0; in getLowPowerMode() local
15866 lpm = atoi(prop); in getLowPowerMode()
15870 lpm = atoi(prop); in getLowPowerMode()
15877 if (lpm == 0) { in getLowPowerMode()
15880 lpm = CAM_PERF_SENSOR_SUSPEND; in getLowPowerMode()
15883 lpm = CAM_PERF_ISPIF_FRAME_DROP; in getLowPowerMode()
15887 lpm = CAM_PERF_NONE; in getLowPowerMode()
15891 LOGD("LPM for %s camera: %d", cam == CAM_TYPE_MAIN ? "main" : "aux", lpm); in getLowPowerMode()
15892 return (cam_dual_camera_perf_mode_t)lpm; in getLowPowerMode()