/hardware/interfaces/media/omx/1.0/vts/functional/component/ |
D | VtsHalMediaOmxV1_0TargetComponentTest.cpp | 346 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/ |
D | VK_KHR_sampler_mirror_clamp_to_edge.adoc | 23 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`".
|
D | VK_QCOM_render_pass_transform.adoc | 131 or also mirror transforms (e.g. vertical flips)? Mobile use cases only 152 other transforms (like mirror) in the future.
|
D | VK_NV_fragment_shader_barycentric.adoc | 115 *RESOLVED*: The SPIR-V extension for this feature chose to mirror the
|
D | VK_KHR_swapchain.adoc | 262 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/ |
D | video_encoder_device_v4l2.h | 448 bool venc_set_mirror(OMX_MIRRORTYPE mirror); 548 OMX_CONFIG_MIRRORTYPE mirror; member
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/ |
D | mathtest.adoc | 654 (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/ |
D | README.md | 150 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/ |
D | video_encoder_device_v4l2_params.cpp | 138 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()
|
D | video_encoder_device_v4l2.cpp | 644 } 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()
|
D | omx_video_base.cpp | 5064 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/ |
D | video_encoder_device_v4l2.h | 501 bool venc_set_mirror(OMX_U32 mirror);
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_mutable_descriptor_type.adoc | 101 …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 …
|
D | VK_EXT_device_fault.adoc | 91 The signature of `vkGetDeviceFaultInfoEXT` is intended to mirror the design of
|
/hardware/interfaces/graphics/bufferqueue/2.0/ |
D | IGraphicBufferProducer.hal | 69 * expected to mirror the slot-to-buffer mapping so that it is not necessary
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2.cpp | 3142 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/ |
D | IGraphicBufferProducer.hal | 155 * buffer to the given slot index, and the client is expected to mirror the
|
/hardware/google/gfxstream/guest/mesa/ |
D | meson.build | 26 if get_option('layout') != 'mirror' 27 error('`mirror` is the only build directory layout supported')
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | textures.adoc | 2446 (size - 1) - \mathbin{mirror} 2450 \mathbin{clamp}(\mathbin{mirror}(i),0,size-1) & \text{for mirror clamp to edge} 2460 & \mathbin{mirror}(n) =
|
D | samplers.adoc | 616 mirror clamp to edge wrap mode will be used.
|
/hardware/interfaces/automotive/vehicle/2.0/ |
D | types.hal | 1762 * 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/ |
D | ChangeLog.adoc | 693 Additional VUs have also been added to mirror these updated sections,
|