Home
last modified time | relevance | path

Searched refs:wide (Results 1 – 25 of 41) sorted by relevance

12

/hardware/qcom/camera/msm8998/QCamera2/util/
DQCameraDualFOVPP.cpp619 inParams.wide.width = offset.mp[0].width; in getInputParams()
620 inParams.wide.height = offset.mp[0].height; in getInputParams()
621 inParams.wide.stride = offset.mp[0].stride; in getInputParams()
622 inParams.wide.scanline = offset.mp[0].scanline; in getInputParams()
623 inParams.wide.frame_len = offset.frame_len; in getInputParams()
692 memcpy(pOut, pWide, inParams.wide.stride * inParams.wide.scanline / 2); in doDualFovPPProcess()
693 memcpy(pOut + inParams.wide.stride * inParams.wide.scanline / 2, in doDualFovPPProcess()
694 pTele + inParams.wide.stride * inParams.wide.scanline / 2, in doDualFovPPProcess()
695 inParams.wide.stride * inParams.wide.scanline / 2); in doDualFovPPProcess()
698 uint32_t uv_offset = inParams.wide.stride * inParams.wide.scanline; in doDualFovPPProcess()
[all …]
DQCameraDualFOVPP.h56 cam_frame_size_t wide; member
/hardware/google/graphics/common/libscaler/
Dlibscalerblend-v4l2.h58 enum colorspace space, bool wide) { in SetSrcBlendCSCSpace() argument
61 m_SrcBlndCfg.cscspec.wide = wide; in SetSrcBlendCSCSpace()
Dlibscaler-m2m1shot.h78 inline void SetCSCWide(bool wide) { in SetCSCWide() argument
80 m_task.op.op |= wide ? M2M1SHOT_OP_CSC_WIDE : M2M1SHOT_OP_CSC_NARROW; in SetCSCWide()
Dlibscalerblend-v4l2.cpp54 ctrl.value = m_SrcBlndCfg.cscspec.wide; in DevSetCtrl()
57 m_SrcBlndCfg.cscspec.wide); in DevSetCtrl()
Dlibscaler-v4l2.h269 inline void SetCSCWide(bool wide) { in SetCSCWide() argument
270 if (wide) in SetCSCWide()
Dlibscaler.cpp735 srcblendinfo->cscspec.wide); in exynos_sc_config_blend_exclusive()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_global_priority.adoc22 In some cases it may be useful to extend this concept to a system-wide
24 This extension provides a mechanism for callers to set their system-wide
DVK_EXT_headless_surface.adoc34 wide range of presentation engines where the actual target presentation
DVK_KHR_global_priority.adoc19 In some cases it may be useful to extend this concept to a system-wide
/hardware/interfaces/configstore/1.0/
DISurfaceFlingerConfigs.hal51 * or can support a wide-color display, e.g. color space
67 * 1. is a wide color gamut display, typically DCI-P3 or lager
/hardware/google/graphics/common/libscaler/include/
Dexynos_scaler.h105 uint32_t wide; member
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_KHR_cooperative_matrix.asciidoc35 a wide variety of devices and applications and is thus a good candidate for
DVK_EXT_metal_objects.adoc196 provide consistent access to a wide variety of Metal objects, including, but not
DRoadmap.adoc31 A number of features still do not enjoy wide support, and it is difficult to figure out what the ma…
DVK_EXT_shader_tile_image.adoc54 …* This is intended to be supported by a wide range of GPUs. The GPUs in general have optimised sup…
360 …ng all of tile memory needs to be synchronized and explicitly specifying tile-wide synchronization.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_EXT_headless_surface/
Dheadless.adoc18 wide range of presentation engines where the actual target presentation
/hardware/google/gfxstream/host/testlibs/osx/
DOSXWindow.mm49 // The Delegate receiving application-wide events.
101 // Delegate for window-wide events, note that the protocol doesn't contain anything input related.
/hardware/interfaces/audio/6.0/
DIStreamIn.hal193 * @param the desired field dimension of microphone capture. Range is from -1 (wide angle),
/hardware/interfaces/audio/5.0/
DIStreamIn.hal193 * @param the desired field dimension of microphone capture. Range is from -1 (wide angle),
/hardware/interfaces/audio/7.0/
DIStreamIn.hal205 * @param the desired field dimension of microphone capture. Range is from -1 (wide angle),
/hardware/libhardware/modules/camera/3_4/
DREADME.md5 work with a wide variety of devices, though the limitations of V4L2
/hardware/interfaces/camera/device/3.4/
Dtypes.hal100 * Session wide camera parameters.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Ddevsandqueues.adoc2416 supports being exported, pname:memoryObjectId must: be unique system wide.
2420 system wide.
3163 [open,refpage='VkDeviceQueueGlobalPriorityCreateInfoKHR',desc='Specify a system wide priority',type…
3165 Queues can: be created with a system-wide priority by adding a
3182 * pname:globalPriority is the system-wide priority associated to these
3192 [open,refpage='VkQueueGlobalPriorityKHR',desc='Values specifying a system-wide queue priority',type…
3196 specifying a system-wide priority level are:
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/
Dmarkup.adoc458 This will sometimes result in very wide tables in the source document, but
935 While asciidoctor supports a wide set of _admonition paragraphs_ such as

12