Searched refs:desired (Results 1 – 25 of 87) sorted by relevance
1234
/hardware/libhardware/modules/camera/3_4/ |
D | v4l2_camera_hal.cpp | 67 std::string desired = "video"; in V4L2CameraHAL() local 68 size_t len = desired.size(); in V4L2CameraHAL() 69 if (strncmp(desired.c_str(), ent->d_name, len) == 0) { in V4L2CameraHAL()
|
D | v4l2_wrapper_mock.h | 37 int(uint32_t control_id, int32_t desired, int32_t* result));
|
D | v4l2_wrapper.h | 68 int32_t desired,
|
D | v4l2_wrapper.cpp | 269 int32_t desired, in SetControl() argument 286 control.value = desired; in SetControl() 297 v4l2_control control{control_id, desired}; in SetControl()
|
/hardware/interfaces/automotive/sv/1.0/ |
D | ISurroundView3dSession.hal | 24 * Surround view 3d provides a virtual view from any desired position in the 3d space around the 31 * Sets the desired views of surround view 3d. 33 * Surround view 3d takes a list of desired virtual view points and provides an output frame 44 * @param views List of desired views to generate output frames.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_EXT_astc_decode_mode.adoc | 83 // flags, image, viewType set to application-desired values 85 // components, subresourceRange set to application-desired values
|
D | VK_IMG_filter_cubic.adoc | 35 // Other members set to application-desired values
|
D | VK_EXT_color_write_enable.adoc | 28 the desired data of which subsets are selected dynamically.
|
D | VK_GOOGLE_display_timing.adoc | 22 present, and to schedule a present to happen no earlier than a desired time.
|
D | VK_QCOM_rotated_copy_commands.adoc | 22 content and the other does not, a rotated copy may be desired.
|
D | VK_FUCHSIA_buffer_collection.adoc | 51 pname:pImageCreateInfos array and the implied or desired
|
D | VK_KHR_external_semaphore_win32.adoc | 53 4) How do applications communicate the desired fence values to use with
|
D | VK_KHR_sampler_mirror_clamp_to_edge.adoc | 51 // Other members set to application-desired values
|
D | VK_KHR_deferred_host_operations.adoc | 87 // Query the maximum amount of concurrency and clamp to the desired maximum
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_surface_maintenance1.adoc | 28 `VkSurfaceCapabilitiesKHR::maxImageCount` depending on the desired present mode. 56 This issue can be rectified by providing the desired present mode when querying 78 `VK_EXT_swapchain_maintenance1` would be used to select the desired behavior at
|
D | VK_EXT_mutable_descriptor_type.adoc | 116 It is possible to go beyond the minimum supported set. For this purpose, the desired descriptor set… 193 VK_DESCRIPTOR_TYPE_ACCELERATION_STRUCTURE_KHR /* Need to check support if this is desired. */}; 266 …mewhat awkward, but it is possible to move the resource declarations to a common header if desired.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_EXT_display_control/ |
D | swapchain_counters.adoc | 5 [open,refpage='VkSwapchainCounterCreateInfoEXT',desc='Specify the surface counters desired',type='s…
|
/hardware/interfaces/audio/7.1/ |
D | IStreamOut.hal | 45 * the desired operation mode.
|
/hardware/interfaces/tetheroffload/control/1.0/ |
D | types.hal | 44 * the client may query for statistics. If offload is desired, the client
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | READMESC.adoc | 59 version of Vulkan SC, and incorporating any desired set of extensions.
|
D | READMEVK.adoc | 56 version of Vulkan (1.3, 1.2, 1.1, and 1.0), and incorporating any desired set of
|
/hardware/interfaces/camera/metadata/3.5/ |
D | types.hal | 70 * <p>The desired zoom ratio</p>
|
/hardware/interfaces/automotive/evs/1.0/ |
D | IEvsDisplay.hal | 37 * Clients may set the display state to express their desired state.
|
/hardware/interfaces/camera/device/3.4/ |
D | ICameraDeviceSession.hal | 68 * @return halConfiguration The stream parameters desired by the HAL for
|
/hardware/interfaces/tetheroffload/control/1.1/ |
D | IOffloadControl.hal | 62 * all offload must be stopped. If offload is desired again, the hardware management
|
1234