Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/audiocontrol/2.0/
DIFocusListener.hal22 * 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
DIAudioControl.hal28 * 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}
Dtypes.hal20 * Changes in audio focus that can be experienced
/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/google/gfxstream/host/apigen-codec-common/X11/extensions/
DXInput2.h290 Bool focus; member
420 Window focus,
DXI2proto.h547 Window focus; member
571 Window focus; member
1022 BOOL focus; member
DXIproto.h712 CARD32 focus B32;
731 Window focus B32;
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_KHR_fragment_shading_rate.adoc51 This functionality can be used to focus shading efforts where higher levels
DVK_NV_device_generated_commands.adoc285 is not to replace all state setup, but focus on highly-frequent state
291 The current focus is just to allow VertexInput changes as well as shaders,
/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>
725 * <p>Desired distance to plane of sharpest focus,
760 * sharp focus (depth of field).</p>
[all …]
/hardware/interfaces/automotive/evs/1.1/
Dtypes.hal175 * parameter may not be effective when auto focus is enabled.
179 * Enables continuous automatic focus adjustments.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/
Dintroduction.adoc14 The primary focus is the API Specification and API extensions, although all
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/
Dkhronos.css29 a:focus { outline: thin dotted; }
115 button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
183 a:hover, a:focus { color: #333; }
276 a:hover, a:focus { text-decoration: underline; }
/hardware/google/gfxstream/host/apigen-codec-common/X11/
DXproto.h605 Window focus B32;
1023 } focus; member
1570 Window focus B32;
DXlib.h636 Bool focus; /* boolean focus */ member
/hardware/interfaces/camera/device/3.2/
Dtypes.hal719 * balance, auto-focus), and post-processing parameters are set to preview
846 * 50% performance increase and perceived responsiveness of the auto-focus.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_AMDX_shader_enqueue.adoc41 Option 3 - OpenCL and CUDA have had some form of shader enqueue API for a while, where the focus ha…
DVK_EXT_graphics_pipeline_library.adoc416 reliable and portably agreed way, negating the need to focus efforts in
/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()