Home
last modified time | relevance | path

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

/hardware/interfaces/camera/device/1.0/
DICameraDevice.hal345 * Start auto focus.
349 * called again after that if another auto focus is needed.
356 * Cancels auto-focus function.
358 * If the auto-focus is still in progress, this function must cancel
359 * it. Whether the auto-focus is in progress or not, this function must
360 * return the focus position to the default. If the camera does not support
361 * auto-focus, this is a no-op.
Dtypes.hal139 * Enable/disable focus move callback (CAMERA_MSG_FOCUS_MOVE). Passing
/hardware/interfaces/camera/metadata/3.2/
Dtypes.hal245 * <p>Whether auto-focus (AF) is currently enabled, and what
252 * <p>List of metering areas to use for auto-focus.</p>
287 * auto-focus, auto-white balance) routines about the purpose
301 * <p>Overall mode of 3A (auto-exposure, auto-white-balance, auto-focus) control
366 * <p>List of auto-focus (AF) modes for ANDROID_CONTROL_AF_MODE that are
412 * auto-exposure (AE), auto-white balance (AWB), and auto-focus (AF);
425 * <p>Ordered list of auto-exposure, auto-white balance, and auto-focus
445 * <p>Current state of auto-focus (AF) algorithm.</p>
723 * <p>Desired distance to plane of sharpest focus,
758 * sharp focus (depth of field).</p>
[all …]
/hardware/qcom/msm8960/original-kernel-headers/media/
Dmsm_camera.h1382 struct focus_cfg focus; member
/hardware/qcom/msm8960/kernel-headers/media/
Dmsm_camera.h1457 struct focus_cfg focus; member
/hardware/interfaces/camera/device/3.2/
Dtypes.hal716 * balance, auto-focus), and post-processing parameters are set to preview
843 * 50% performance increase and perceived responsiveness of the auto-focus.
/hardware/qcom/msm8998/kernel-headers/media/
Dmsm_camera.h1595 struct focus_cfg focus; member
/hardware/qcom/msm8996/kernel-headers/media/
Dmsm_camera.h1595 struct focus_cfg focus; member
/hardware/qcom/msm8998/original-kernel-headers/media/
Dmsm_camera.h1647 struct focus_cfg focus; member
/hardware/qcom/msm8996/original-kernel-headers/media/
Dmsm_camera.h1647 struct focus_cfg focus; member
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraParameters.cpp9279 const char *focus = get(KEY_FOCUS_MODE); in set3ALock() local
9280 int val = lookupAttr(FOCUS_MODES_MAP, PARAM_MAP_SIZE(FOCUS_MODES_MAP), focus); in set3ALock()
9283 LOGD("focus mode %s", focus); in set3ALock()