Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_KHR_video_queue.adoc90 `maxActiveReferencePictures`, respectively, to clarify their meaning
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_KHR_video_queue.adoc167 uint32_t maxActiveReferencePictures;
178 … number of reference pictures that can be used in a single operation (`maxActiveReferencePictures`)
521 uint32_t maxActiveReferencePictures;
728 ….maxActiveReferencePictures = ... // maximum number of reference pictures used by any operation (i…
1047 … application create video sessions with any `maxDpbSlots` and `maxActiveReferencePictures` values …
1051 …e DPB slot, using `1` as the value for both `maxDpbSlots` and `maxActiveReferencePictures` can ena…
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dvideo_extensions.adoc782 * pname:maxActiveReferencePictures is the maximum number of
796 pname:maxActiveReferencePictures are often equal.
799 value of pname:maxActiveReferencePictures often equals
1233 * pname:maxActiveReferencePictures is the maximum number of
1257 * [[VUID-VkVideoSessionCreateInfoKHR-maxActiveReferencePictures-04849]]
1258 pname:maxActiveReferencePictures must: be less than or equal to
1259 slink:VkVideoCapabilitiesKHR::pname:maxActiveReferencePictures, as
1263 If either pname:maxDpbSlots or pname:maxActiveReferencePictures is `0`,
1274 and pname:maxActiveReferencePictures is greater than `0`, then
1288 operation and pname:maxActiveReferencePictures is greater than `0`, then
Dvideo_decode_extensions.adoc483 slink:VkVideoSessionCreateInfoKHR::pname:maxActiveReferencePictures
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_video.c43 vid->max_active_ref_pics = create_info->maxActiveReferencePictures; in vk_video_session_init()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h8099 uint32_t maxActiveReferencePictures; member
8162 uint32_t maxActiveReferencePictures; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp13500 VULKAN_HPP_HASH_COMBINE( seed, videoCapabilitiesKHR.maxActiveReferencePictures ); in operator ()()
14478 VULKAN_HPP_HASH_COMBINE( seed, videoSessionCreateInfoKHR.maxActiveReferencePictures ); in operator ()()