Home
last modified time | relevance | path

Searched refs:mirror (Results 1 – 22 of 22) sorted by relevance

/hardware/interfaces/media/omx/1.0/vts/functional/component/
DVtsHalMediaOmxV1_0TargetComponentTest.cpp346 OMX_PARAM_PORTDEFINITIONTYPE mirror = portDef; in TEST_P() local
356 portDef = mirror; in TEST_P()
360 if (portDef.eDir != mirror.eDir) { in TEST_P()
364 EXPECT_EQ(portDef.eDir, mirror.eDir); in TEST_P()
365 setPortParam(omxNode, OMX_IndexParamPortDefinition, i, &mirror); in TEST_P()
368 portDef = mirror; in TEST_P()
372 if (portDef.nBufferCountMin != mirror.nBufferCountMin) { in TEST_P()
376 EXPECT_EQ(portDef.nBufferCountMin, mirror.nBufferCountMin); in TEST_P()
377 setPortParam(omxNode, OMX_IndexParamPortDefinition, i, &mirror); in TEST_P()
380 portDef = mirror; in TEST_P()
[all …]
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_KHR_sampler_mirror_clamp_to_edge.adoc23 half of the new image is a mirror image of the original image.
26 by using the original image to generate a matching "`mirror image`".
DVK_QCOM_render_pass_transform.adoc131 or also mirror transforms (e.g. vertical flips)? Mobile use cases only
152 other transforms (like mirror) in the future.
DVK_NV_fragment_shader_barycentric.adoc115 *RESOLVED*: The SPIR-V extension for this feature chose to mirror the
DVK_KHR_swapchain.adoc262 allowed to specify multiple pre and current mirror transform bits, or
281 horizontal and vertical mirror transform? However, such a transform is
745 so the VkSwapchainCreateInfoKHR image property members mirror
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/inc/
Dvideo_encoder_device_v4l2.h448 bool venc_set_mirror(OMX_MIRRORTYPE mirror);
548 OMX_CONFIG_MIRRORTYPE mirror; member
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/
Dmathtest.adoc654 (size-1) - \mathbin{mirror}
658 \mathbin{clamp}(\mathbin{mirror}(i),0,size-1) & \text{for mirror clamp to edge}
669 & \mathbin{mirror}(n) =
/hardware/google/gfxstream/third-party/astc-encoder/
DREADME.md150 The modes available mirror the options used for compression, but use a `d`
167 The modes available mirror the options used for compression, but use a `t`
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2_params.cpp138 OMX_CONFIG_MIRRORTYPE *mirror = (OMX_CONFIG_MIRRORTYPE*) configData; in venc_set_config() local
141 if (!venc_handle->m_no_vpss && venc_set_mirror(mirror->eMirror) == false) { in venc_set_config()
525 memcpy(&newConfig.config_data.mirror, config, sizeof(OMX_CONFIG_MIRRORTYPE)); in venc_store_dynamic_config()
Dvideo_encoder_device_v4l2.cpp644 } else if (!venc_set_mirror(iter->config_data.mirror.eMirror)) { in handle_dynamic_config()
3823 bool venc_dev::venc_set_mirror(OMX_MIRRORTYPE mirror) in venc_set_mirror() argument
3834 if (mirror == OMX_MirrorVertical || mirror == OMX_MirrorBoth) { in venc_set_mirror()
3837 if (mirror == OMX_MirrorHorizontal || mirror == OMX_MirrorBoth) { in venc_set_mirror()
Domx_video_base.cpp5064 OMX_MIRRORTYPE mirror; in is_flip_conv_needed() local
5065 mirror = m_sConfigFrameMirror.eMirror; in is_flip_conv_needed()
5070 (mirror == OMX_MirrorVertical || mirror == OMX_MirrorHorizontal || in is_flip_conv_needed()
5071 mirror == OMX_MirrorBoth)) { in is_flip_conv_needed()
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/inc/
Dvideo_encoder_device_v4l2.h501 bool venc_set_mirror(OMX_U32 mirror);
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_mutable_descriptor_type.adoc101 …tees that any combination of these descriptor types are supported, which aims to mirror DirectX 12:
272 The example above can mirror HLSL using `\[[vk::]]` attributes, but for a more direct SM 6.6-style …
DVK_EXT_device_fault.adoc91 The signature of `vkGetDeviceFaultInfoEXT` is intended to mirror the design of
/hardware/interfaces/graphics/bufferqueue/2.0/
DIGraphicBufferProducer.hal69 * expected to mirror the slot-to-buffer mapping so that it is not necessary
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp3142 OMX_CONFIG_MIRRORTYPE *mirror = (OMX_CONFIG_MIRRORTYPE*) configData; in venc_set_config() local
3145 if (venc_set_mirror(mirror->eMirror) == false) { in venc_set_config()
6323 bool venc_dev::venc_set_mirror(OMX_U32 mirror) in venc_set_mirror() argument
6330 control.value = mirror; in venc_set_mirror()
/hardware/interfaces/graphics/bufferqueue/1.0/
DIGraphicBufferProducer.hal155 * buffer to the given slot index, and the client is expected to mirror the
/hardware/google/gfxstream/guest/mesa/
Dmeson.build26 if get_option('layout') != 'mirror'
27 error('`mirror` is the only build directory layout supported')
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dtextures.adoc2446 (size - 1) - \mathbin{mirror}
2450 \mathbin{clamp}(\mathbin{mirror}(i),0,size-1) & \text{for mirror clamp to edge}
2460 & \mathbin{mirror}(n) =
Dsamplers.adoc616 mirror clamp to edge wrap mode will be used.
/hardware/interfaces/automotive/vehicle/2.0/
Dtypes.hal1762 * True indicates mirror positions are locked and not changeable
3384 // permissions for the property related with mirror
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc693 Additional VUs have also been added to mirror these updated sections,