Searched refs:pReferenceSlots (Results 1 – 15 of 15) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | video_decode_extensions.adoc | 227 the elements of the pname:pDecodeInfo->pReferenceSlots array. 228 For each element of pname:pDecodeInfo->pReferenceSlots, one or more elements 289 elements of the pname:pDecodeInfo->pReferenceSlots array that have a 298 This means that the elements of pname:pDecodeInfo->pReferenceSlots that 338 ** For each element of pname:pDecodeInfo->pReferenceSlots, 349 pname:pDecodeInfo->pReferenceSlots. 375 following for each element of pname:pDecodeInfo->pReferenceSlots: 487 pname:pDecodeInfo->pReferenceSlots must: be less than the 493 element of pname:pDecodeInfo->pReferenceSlots must: be an integer 497 pname:pDecodeInfo->pReferenceSlots must: [all …]
|
D | video_extensions.adoc | 2324 pname:pBeginInfo->pReferenceSlots are interpreted by this command as 2371 slink:VkVideoBeginCodingInfoKHR::pname:pReferenceSlots can: contain the 2379 pname:pBeginInfo->pReferenceSlots must: identify DPB slots of the video 2387 pname:pBeginInfo->pReferenceSlots corresponding to all active DPB slots of 2418 pname:pBeginInfo->pReferenceSlots is not `NULL`, then 2425 pname:pBeginInfo->pReferenceSlots is not `NULL`, then 2430 pname:pBeginInfo->pReferenceSlots is not negative, then it must: specify 2437 pname:pBeginInfo->pReferenceSlots for which pname:slotIndex is not 2465 pname:pReferenceSlots array. 2466 * pname:pReferenceSlots is a pointer to an array of [all …]
|
D | video_decode_h264_extensions.adoc | 534 slink:VkVideoDecodeInfoKHR::pname:pReferenceSlots to specify the 542 slink:VkVideoDecodeInfoKHR::pname:pReferenceSlots, one or two elements are 545 slink:VkVideoDecodeInfoKHR::pname:pReferenceSlots as follows: 563 slink:VkVideoDecodeInfoKHR::pname:pReferenceSlots.
|
D | video_decode_h265_extensions.adoc | 624 slink:VkVideoDecodeInfoKHR::pname:pReferenceSlots to specify the 632 slink:VkVideoDecodeInfoKHR::pname:pReferenceSlots, one element is added to 635 slink:VkVideoDecodeInfoKHR::pname:pReferenceSlots as follows: 642 slink:VkVideoDecodeInfoKHR::pname:pReferenceSlots.
|
D | video_encode_extensions.adoc | 518 slink:VkVideoBeginCodingInfoKHR via the pname:pReferenceSlots within the 523 * pname:pReferenceSlots is `NULL` or a pointer to an array of 526 Each entry in pname:pReferenceSlots must: be one of the entries provided 527 in slink:VkVideoBeginCodingInfoKHR via the pname:pReferenceSlots within
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_KHR_video_decode_queue.adoc | 145 const VkVideoReferenceSlotInfoKHR* pReferenceSlots; 159 The `dstPictureResource`, `pSetupReferenceSlot`, and `pReferenceSlots` members specify the decode o… 175 …e was started (in one of the elements of `VkVideoBeginCodingInfoKHR::pReferenceSlots`). No similar… 219 If the video session allows, reference pictures can be specified in the `pReferenceSlots` array to … 221 Each entry in the `pReferenceSlots` array adds one or more pictures, currently associated with the … 223 … coding scope was started (in one of the elements of `VkVideoBeginCodingInfoKHR::pReferenceSlots`). 225 …pecified in `pPictureResource->imageViewBinding` of the elements of `pReferenceSlots` with the new… 229 Typically the number of elements in `pReferenceSlots` equals the number of reference pictures added… 231 …uch parameters are provided in the `pNext` chain of the elements of `pReferenceSlots`. Whether suc… 282 …o include all video picture resources in `VkVideoBeginCodingInfoKHR::pReferenceSlots` that may be … [all …]
|
D | VK_KHR_video_decode_h264.adoc | 182 …he `pNext` chain of corresponding elements of `VkVideoDecodeInfoKHR::pReferenceSlots` and the `pNe… 205 …pReferenceSlots` and is needed to allow the application to use both fields of an interlaced frame … 463 .pReferenceSlots = &referenceSlotInfo[0]
|
D | VK_KHR_video_decode_h265.adoc | 160 …he `pNext` chain of corresponding elements of `VkVideoDecodeInfoKHR::pReferenceSlots` and the `pNe… 435 .pReferenceSlots = &referenceSlotInfo[0]
|
D | VK_KHR_video_queue.adoc | 362 const VkVideoReferenceSlotInfoKHR* pReferenceSlots; 881 .pReferenceSlots = ...
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_video.c | 547 … vk_find_struct_const(frame_info->pReferenceSlots[i].pNext, VIDEO_DECODE_H265_DPB_SLOT_INFO_KHR); in vk_video_h265_poc_by_slot() 548 if (frame_info->pReferenceSlots[i].slotIndex == slot) in vk_video_h265_poc_by_slot()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_beta.h | 121 const VkVideoReferenceSlotInfoKHR* pReferenceSlots; member
|
D | vulkan_core.h | 8187 const VkVideoReferenceSlotInfoKHR* pReferenceSlots; member 8323 const VkVideoReferenceSlotInfoKHR* pReferenceSlots; member
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkan_beta.h | 122 const VkVideoReferenceSlotInfoKHR* pReferenceSlots; member
|
D | vulkan_hash.hpp | 13481 VULKAN_HPP_HASH_COMBINE( seed, videoBeginCodingInfoKHR.pReferenceSlots ); in operator ()() 13707 VULKAN_HPP_HASH_COMBINE( seed, videoDecodeInfoKHR.pReferenceSlots ); in operator ()() 14306 VULKAN_HPP_HASH_COMBINE( seed, videoEncodeInfoKHR.pReferenceSlots ); in operator ()()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 721 * Allow slink:VkVideoDecodeInfoKhr::pname:pReferenceSlots to be `NULL` in
|