Searched refs:mFovControlConfig (Results 1 – 2 of 2) sorted by relevance
59 memset(&mFovControlConfig, 0, sizeof(fov_control_config_t)); in QCameraFOVControl()367 mFovControlConfig.snapshotPPConfig.enablePostProcess = in resetVars()370 mFovControlConfig.snapshotPPConfig.enablePostProcess = FOVC_CAM_SNAPSHOT_PP_ENABLE; in resetVars()371 mFovControlConfig.snapshotPPConfig.zoomMin = FOVC_CAM_SNAPSHOT_PP_ZOOM_MIN; in resetVars()372 mFovControlConfig.snapshotPPConfig.zoomMax = FOVC_CAM_SNAPSHOT_PP_ZOOM_MAX; in resetVars()373 mFovControlConfig.snapshotPPConfig.luxMin = FOVC_CAM_SNAPSHOT_PP_LUX_MIN; in resetVars()375 mFovControlConfig.auxSwitchBrightnessMin = FOVC_AUXCAM_SWITCH_LUX_MIN; in resetVars()376 mFovControlConfig.auxSwitchFocusDistCmMin = FOVC_AUXCAM_SWITCH_FOCUS_DIST_CM_MIN; in resetVars()380 mFovControlConfig.zoomStableCountThreshold = FOVC_ZOOM_STABLE_COUNT_THRESHOLD; in resetVars()381 mFovControlConfig.focusDistStableCountThreshold = FOVC_FOCUS_DIST_STABLE_COUNT_THRESHOLD; in resetVars()[all …]
243 fov_control_config_t mFovControlConfig; variable