Home
last modified time | relevance | path

Searched refs:pPictureResource (Results 1 – 8 of 8) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dvideo_decode_extensions.adoc428 pname:pDecodeInfo->pSetupReferenceSlot->pPictureResource must: not
437 pname:pDecodeInfo->pSetupReferenceSlot->pPictureResource must:
474 pname:pDecodeInfo->pSetupReferenceSlot->pPictureResource->codedOffset
478 pname:pDecodeInfo->pSetupReferenceSlot->pPictureResource must:
492 structure pointed to by the pname:pPictureResource member of each
496 The pname:pPictureResource member of each element of
503 Each video picture resource corresponding to the pname:pPictureResource
520 pname:pDecodeInfo->pSetupReferenceSlot->pPictureResource does not
529 pname:pDecodeInfo->pSetupReferenceSlot->pPictureResource
539 pname:pDecodeInfo->pSetupReferenceSlot->pPictureResource must: be in the
[all …]
Dvideo_extensions.adoc2327 * If pname:slotIndex is non-negative and pname:pPictureResource is not
2330 by pname:pPictureResource is added to the set of bound reference picture
2333 * If pname:slotIndex is non-negative and pname:pPictureResource is `NULL`,
2336 * If pname:slotIndex is negative and pname:pPictureResource is not `NULL`,
2339 pname:pPictureResource is added to the set of bound reference picture
2344 * If pname:slotIndex is negative and pname:pPictureResource is `NULL`,
2373 their pname:pPictureResource members.
2417 and the pname:pPictureResource member of any element of
2419 pname:pPictureResource->imageViewBinding for that element must: not
2424 and the pname:pPictureResource member of any element of
[all …]
Dvideo_decode_h264_extensions.adoc594 slink:VkVideoReferenceSlotInfoKHR::pname:pPictureResource.
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_video.h179 const VkVideoPictureResourceInfoKHR *pPictureResource; member
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_KHR_video_decode_queue.adoc175pPictureResource` member. Hence this parameter can be used to add new reference pictures to the DP…
177 The application has to create the image view specified in `pSetupReferenceSlot->pPictureResource->i…
221 … member and stored in the video picture specified in the element's `pPictureResource` member, to t…
225 The application has to create the image view specified in `pPictureResource->imageViewBinding` of t…
629 .pPictureResource = &reconstructedPictureResource
667 .pPictureResource = &reconstructedPictureResource
721 .pPictureResource = &referencePictureResource[0]
727 .pPictureResource = &referencePictureResource[1]
DVK_KHR_video_queue.adoc380 const VkVideoPictureResourceInfoKHR* pPictureResource;
388 … in `slotIndex` but not specifying any associated picture resource(`pPictureResource = NULL`). Dea…
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h8133 const VkVideoPictureResourceInfoKHR* pPictureResource; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp13465 VULKAN_HPP_HASH_COMBINE( seed, videoReferenceSlotInfoKHR.pPictureResource ); in operator ()()