Home
last modified time | relevance | path

Searched refs:chromaBitDepth (Results 1 – 7 of 7) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_KHR_video_decode_h265.adoc238 .chromaBitDepth = VK_VIDEO_COMPONENT_BIT_DEPTH_8_BIT_KHR
DVK_KHR_video_queue.adoc63 VkVideoComponentBitDepthFlagsKHR chromaBitDepth;
651 .chromaBitDepth = VK_VIDEO_COMPONENT_BIT_DEPTH_8_BIT_KHR
1044 …g only a single bit in the `chromaSubsampling`, `lumaBitDepth`, and `chromaBitDepth` members of `V…
DVK_KHR_video_decode_h264.adoc273 .chromaBitDepth = VK_VIDEO_COMPONENT_BIT_DEPTH_8_BIT_KHR
DVK_KHR_video_decode_queue.adoc353 .chromaBitDepth = VK_VIDEO_COMPONENT_BIT_DEPTH_8_BIT_KHR
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dvideo_extensions.adoc290 * pname:chromaBitDepth is a bitmask of
326 pname:lumaBitDepth, or pname:chromaBitDepth are not supported.
340 pname:chromaBitDepth must: have a single bit set
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h8079 VkVideoComponentBitDepthFlagsKHR chromaBitDepth; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp10523 VULKAN_HPP_HASH_COMBINE( seed, videoProfileInfoKHR.chromaBitDepth ); in operator ()()