Home
last modified time | relevance | path

Searched refs:VkVideoSessionCreateInfoKHR (Results 1 – 13 of 13) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_KHR_video_queue.adoc89 and `VkVideoSessionCreateInfoKHR` to `maxDpbSlots` and
97 `VkVideoSessionCreateInfoKHR`
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_video.h82 const VkVideoSessionCreateInfoKHR *create_info);
Dvk_video.c34 const VkVideoSessionCreateInfoKHR *create_info) in vk_video_session_init()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/
Dquery_begin_common.adoc85 slink:VkVideoSessionCreateInfoKHR::pname:pVideoProfile the bound video
104 slink:VkVideoSessionCreateInfoKHR::pname:pVideoProfile the bound video
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dvideo_extensions.adoc1110 * pname:pCreateInfo is a pointer to a slink:VkVideoSessionCreateInfoKHR
1196 [open,refpage='VkVideoSessionCreateInfoKHR',desc='Structure specifying parameters of a newly create…
1198 The slink:VkVideoSessionCreateInfoKHR structure is defined as:
1200 include::{generated}/api/structs/VkVideoSessionCreateInfoKHR.adoc[]
1242 * [[VUID-VkVideoSessionCreateInfoKHR-protectedMemory-07189]]
1249 * [[VUID-VkVideoSessionCreateInfoKHR-pVideoProfile-04845]]
1252 * [[VUID-VkVideoSessionCreateInfoKHR-maxDpbSlots-04847]]
1257 * [[VUID-VkVideoSessionCreateInfoKHR-maxActiveReferencePictures-04849]]
1262 * [[VUID-VkVideoSessionCreateInfoKHR-maxDpbSlots-04850]]
1265 * [[VUID-VkVideoSessionCreateInfoKHR-maxCodedExtent-04851]]
[all …]
Dvideo_decode_extensions.adoc321 slink:VkVideoSessionCreateInfoKHR::pname:maxDpbSlots the bound video
353 slink:VkVideoSessionCreateInfoKHR::pname:maxDpbSlots the bound video
445 must: match the slink:VkVideoSessionCreateInfoKHR::pname:pictureFormat
470 slink:VkVideoSessionCreateInfoKHR::pname:maxDpbSlots specified when the
483 slink:VkVideoSessionCreateInfoKHR::pname:maxActiveReferencePictures
488 slink:VkVideoSessionCreateInfoKHR::pname:maxDpbSlots specified when the
Dvideo_encode_h264_extensions.adoc307 chain of slink:VkVideoSessionCreateInfoKHR.
416 slink:VkVideoSessionCreateInfoKHR during Video Session creation
Dvideo_encode_h265_extensions.adoc382 chain of slink:VkVideoSessionCreateInfoKHR.
513 slink:VkVideoSessionCreateInfoKHR during Video Session creation
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_KHR_video_queue.adoc148 const VkVideoSessionCreateInfoKHR* pCreateInfo,
157 typedef struct VkVideoSessionCreateInfoKHR {
169 } VkVideoSessionCreateInfoKHR;
718 VkVideoSessionCreateInfoKHR createInfo = {
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h8152 typedef struct VkVideoSessionCreateInfoKHR { struct
8164 } VkVideoSessionCreateInfoKHR; argument
8204 …VKAPI_PTR *PFN_vkCreateVideoSessionKHR)(VkDevice device, const VkVideoSessionCreateInfoKHR* pCreat…
8229 const VkVideoSessionCreateInfoKHR* pCreateInfo,
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_static_assertions.hpp1451 …( VULKAN_HPP_NAMESPACE::VideoSessionCreateInfoKHR ) == sizeof( VkVideoSessionCreateInfoKHR ), "str…
Dvulkan.hpp2589 …VkResult vkCreateVideoSessionKHR( VkDevice device, const VkVideoSessionCreateInfoKHR * pCreateInfo… in vkCreateVideoSessionKHR()
Dvulkan_raii.hpp10475 …nKHR( static_cast<VkDevice>( *device ), reinterpret_cast<const VkVideoSessionCreateInfoKHR *>( &cr… in VideoSessionKHR()