Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_KHR_video_decode_h265.adoc237 .lumaBitDepth = VK_VIDEO_COMPONENT_BIT_DEPTH_8_BIT_KHR,
DVK_KHR_video_queue.adoc62 VkVideoComponentBitDepthFlagsKHR lumaBitDepth;
650 .lumaBitDepth = VK_VIDEO_COMPONENT_BIT_DEPTH_8_BIT_KHR,
1044 While this extension allows specifying only a single bit in the `chromaSubsampling`, `lumaBitDepth`…
DVK_KHR_video_decode_h264.adoc272 .lumaBitDepth = VK_VIDEO_COMPONENT_BIT_DEPTH_8_BIT_KHR,
DVK_KHR_video_decode_queue.adoc352 .lumaBitDepth = VK_VIDEO_COMPONENT_BIT_DEPTH_8_BIT_KHR,
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dvideo_extensions.adoc287 * pname:lumaBitDepth is a bitmask of
326 pname:lumaBitDepth, or pname:chromaBitDepth are not supported.
335 * [[VUID-VkVideoProfileInfoKHR-lumaBitDepth-07014]]
336 pname:lumaBitDepth must: have a single bit set
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h8078 VkVideoComponentBitDepthFlagsKHR lumaBitDepth; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp10522 VULKAN_HPP_HASH_COMBINE( seed, videoProfileInfoKHR.lumaBitDepth ); in operator ()()