Home
last modified time | relevance | path

Searched refs:dstPictureResource (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dvideo_decode_extensions.adoc266 pname:pDecodeInfo->dstPictureResource and any codec-specific parameters
427 resources specified by pname:pDecodeInfo->dstPictureResource and
436 resources specified by pname:pDecodeInfo->dstPictureResource and
440 pname:pDecodeInfo->dstPictureResource.imageViewBinding must: be
444 The format of pname:pDecodeInfo->dstPictureResource.imageViewBinding
448 pname:pDecodeInfo->dstPictureResource.codedOffset must: be an integer
451 pname:pDecodeInfo->dstPictureResource.codedExtent must: be between
455 pname:pDecodeInfo->dstPictureResource.imageViewBinding must: have been
460 then pname:pDecodeInfo->dstPictureResource.imageViewBinding must: not
465 then pname:pDecodeInfo->dstPictureResource.imageViewBinding must: have
[all …]
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_KHR_video_decode_queue.adoc142 VkVideoPictureResourceInfoKHR dstPictureResource;
159 The `dstPictureResource`, `pSetupReferenceSlot`, and `pReferenceSlots` members specify the decode o…
164 `dstPictureResource` defines the parameters of the video picture resource to use as the decode outp…
166 The application has to create the image view specified in `dstPictureResource.imageViewBinding` wit…
175 …lar requirement exists for the decode output picture specified by `dstPictureResource` which can r…
205 …cation can use the image created for the decode output picture in `dstPictureResource`, indifferen…
209 …* In _distinct_ mode the decode output picture's image should be used in `dstPictureResource`, and…
210 …* In _coincide_ mode both `dstPictureResource` and `pSetupReferenceSlot` should refer to a video p…
588 .dstPictureResource = decodeOutputPictureResource,
636 .dstPictureResource = decodeOutputPictureResource,
[all …]
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h8320 VkVideoPictureResourceInfoKHR dstPictureResource; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp13704 VULKAN_HPP_HASH_COMBINE( seed, videoDecodeInfoKHR.dstPictureResource ); in operator ()()