Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_KHR_video_queue.adoc89 and `VkVideoSessionCreateInfoKHR` to `maxDpbSlots` and
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dvideo_decode_extensions.adoc319 * Let `uint32_t dpbFrameUseCount[]` be an array of size pname:maxDpbSlots,
320 where pname:maxDpbSlots is the
321 slink:VkVideoSessionCreateInfoKHR::pname:maxDpbSlots the bound video
351 dpbBottomFieldUseCount[]` be arrays of size pname:maxDpbSlots, where
352 pname:maxDpbSlots is the
353 slink:VkVideoSessionCreateInfoKHR::pname:maxDpbSlots the bound video
470 slink:VkVideoSessionCreateInfoKHR::pname:maxDpbSlots specified when the
488 slink:VkVideoSessionCreateInfoKHR::pname:maxDpbSlots specified when the
Dvideo_extensions.adoc780 * pname:maxDpbSlots is the maximum number of <<dpb-slot,DPB slots>>
795 hence for video decode profiles the values returned in pname:maxDpbSlots and
800 [eq]#pname:maxDpbSlots {times} 2#.
1138 in pname:pCreateInfo->maxDpbSlots, and each slot is initially in the
1231 * pname:maxDpbSlots is the maximum number of <<dpb-slot,DPB Slots>> that
1252 * [[VUID-VkVideoSessionCreateInfoKHR-maxDpbSlots-04847]]
1253 pname:maxDpbSlots must: be less than or equal to
1254 slink:VkVideoCapabilitiesKHR::pname:maxDpbSlots, as returned by
1262 * [[VUID-VkVideoSessionCreateInfoKHR-maxDpbSlots-04850]]
1263 If either pname:maxDpbSlots or pname:maxActiveReferencePictures is `0`,
[all …]
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_KHR_video_queue.adoc166 uint32_t maxDpbSlots;
177 * The capacity of the DPB (`maxDpbSlots`)
520 uint32_t maxDpbSlots;
727 .maxDpbSlots = ... // DPB slot capacity to use (if needed)
1047 === RESOLVED: Can the application create video sessions with any `maxDpbSlots` and `maxActiveRefere…
1051 … it only ever uses a single DPB slot, using `1` as the value for both `maxDpbSlots` and `maxActive…
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_video.c42 vid->max_dpb_slots = create_info->maxDpbSlots; in vk_video_session_init()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h8098 uint32_t maxDpbSlots; member
8161 uint32_t maxDpbSlots; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp13499 VULKAN_HPP_HASH_COMBINE( seed, videoCapabilitiesKHR.maxDpbSlots ); in operator ()()
14477 VULKAN_HPP_HASH_COMBINE( seed, videoSessionCreateInfoKHR.maxDpbSlots ); in operator ()()