Home
last modified time | relevance | path

Searched refs:pReferenceSlots (Results 1 – 15 of 15) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dvideo_decode_extensions.adoc227 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 …]
Dvideo_extensions.adoc2324 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 …]
Dvideo_decode_h264_extensions.adoc534 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.
Dvideo_decode_h265_extensions.adoc624 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.
Dvideo_encode_extensions.adoc518 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/
DVK_KHR_video_decode_queue.adoc145 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 …]
DVK_KHR_video_decode_h264.adoc182 …he `pNext` chain of corresponding elements of `VkVideoDecodeInfoKHR::pReferenceSlots` and the `pNe…
205pReferenceSlots` and is needed to allow the application to use both fields of an interlaced frame …
463 .pReferenceSlots = &referenceSlotInfo[0]
DVK_KHR_video_decode_h265.adoc160 …he `pNext` chain of corresponding elements of `VkVideoDecodeInfoKHR::pReferenceSlots` and the `pNe…
435 .pReferenceSlots = &referenceSlotInfo[0]
DVK_KHR_video_queue.adoc362 const VkVideoReferenceSlotInfoKHR* pReferenceSlots;
881 .pReferenceSlots = ...
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_video.c547 … 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/
Dvulkan_beta.h121 const VkVideoReferenceSlotInfoKHR* pReferenceSlots; member
Dvulkan_core.h8187 const VkVideoReferenceSlotInfoKHR* pReferenceSlots; member
8323 const VkVideoReferenceSlotInfoKHR* pReferenceSlots; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_beta.h122 const VkVideoReferenceSlotInfoKHR* pReferenceSlots; member
Dvulkan_hash.hpp13481 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/
DChangeLog.adoc721 * Allow slink:VkVideoDecodeInfoKhr::pname:pReferenceSlots to be `NULL` in