Searched refs:focus (Results 1 – 14 of 14) sorted by relevance
/hardware/interfaces/automotive/audiocontrol/2.0/ |
D | IFocusListener.hal | 22 * Callback interface for audio focus listener. 28 * Called whenever HAL is requesting focus as it is starting to play audio of a given usage in a 35 * @param usage The audio usage associated with the focus request {@code AttributeUsage} 36 * @param zoneId The identifier for the audio zone where the HAL is requesting focus 44 * Called whenever HAL is abandoning focus as it is finished playing audio of a given usage in a 51 * @param usage The audio usage for which the HAL is abandoning focus {@code AttributeUsage} 52 * @param zoneId The identifier for the audio zone that the HAL abandoning focus
|
D | IAudioControl.hal | 28 * Registers focus listener to be used by HAL for requesting and abandoning audio focus. 30 * It is expected that there will only ever be a single focus listener registered. If the 41 * Notifies HAL of changes in audio focus status for focuses requested or abandoned by the HAL. 44 * abandonAudioFocus, as well as part of any change in focus being held by the HAL due focus 50 * @param usage The audio usage associated with the focus change {@code AttributeUsage}
|
D | types.hal | 20 * Changes in audio focus that can be experienced
|
/hardware/interfaces/camera/device/1.0/ |
D | ICameraDevice.hal | 345 * 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.
|
D | types.hal | 139 * Enable/disable focus move callback (CAMERA_MSG_FOCUS_MOVE). Passing
|
/hardware/interfaces/camera/metadata/3.2/ |
D | types.hal | 245 * <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/interfaces/automotive/evs/1.1/ |
D | types.hal | 175 * parameter may not be effective when auto focus is enabled. 179 * Enables continuous automatic focus adjustments.
|
/hardware/qcom/msm8960/original-kernel-headers/media/ |
D | msm_camera.h | 1382 struct focus_cfg focus; member
|
/hardware/interfaces/camera/device/3.2/ |
D | types.hal | 716 * 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/ |
D | msm_camera.h | 1595 struct focus_cfg focus; member
|
/hardware/qcom/msm8996/kernel-headers/media/ |
D | msm_camera.h | 1595 struct focus_cfg focus; member
|
/hardware/qcom/msm8996/original-kernel-headers/media/ |
D | msm_camera.h | 1647 struct focus_cfg focus; member
|
/hardware/qcom/msm8998/original-kernel-headers/media/ |
D | msm_camera.h | 1647 struct focus_cfg focus; member
|
/hardware/qcom/camera/msm8998/QCamera2/HAL/ |
D | QCameraParameters.cpp | 9279 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()
|