Searched refs:codedExtent (Results 1 – 11 of 11) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | video_decode_h264_extensions.adoc | 94 pname:imageExtent is [eq]#(pname:codedExtent.width, 95 pname:codedExtent.height)#, if the picture represents a frame. 97 pname:imageExtent is [eq]#(pname:codedExtent.width, 98 pname:codedExtent.height)#, if the picture represents a field and the 103 pname:imageExtent is [eq]#(pname:codedExtent.width, 104 pname:codedExtent.height / 2)#, if the picture represents a field and 109 Where pname:codedOffset and pname:codedExtent are the members of the
|
D | video_decode_h265_extensions.adoc | 97 * [eq]#pname:endX# equals [eq]#pname:codedExtent.width# rounded up to the 102 * [eq]#endY# equals [eq]#pname:codedExtent.height# rounded up to the 108 Where pname:codedExtent is the member of the
|
D | video_encode_extensions.adoc | 170 slink:VkVideoEncodeInfoKHR::pname:codedExtent) may not be aligned with the 541 The coded size of the encode operation is specified in pname:codedExtent of
|
D | video_extensions.adoc | 60 * pname:codedExtent is the size in pixels of the coded image data. 72 The meaning of the pname:codedOffset and pname:codedExtent depends on the 80 pname:codedOffset and pname:codedExtent members that identify the image 99 pname:codedExtent values. 2525 pname:pReferenceSlots is not `NULL`, then its pname:codedExtent member
|
D | video_decode_extensions.adoc | 451 pname:pDecodeInfo->dstPictureResource.codedExtent must: be between
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_KHR_video_encode_queue.adoc | 76 ** Remove redundant VkVideoEncodeInfoKHR.codedExtent
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_KHR_video_decode_queue.adoc | 576 .codedExtent = ... // extent of decoded picture (typically the video frame size) 611 .codedExtent = ... // extent of decoded picture (typically the video frame size) 620 .codedExtent = ... // extent of reconstructed picture (typically the video frame size) 658 .codedExtent = ... // extent of decoded picture (typically the video frame size) 697 .codedExtent = ... // extent of reference picture (typically the video frame size) 705 .codedExtent = ... // extent of reference picture (typically the video frame size)
|
D | VK_KHR_video_queue.adoc | 102 VkExtent2D codedExtent; 108 …ithin the image subresource to read/write picture data from/to, while `codedExtent` typically spec… 110 Actual semantics of `codedOffset` and `codedExtent` are specific to the video profile in use, as th…
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 8124 VkExtent2D codedExtent; member
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkan_hash.hpp | 13450 VULKAN_HPP_HASH_COMBINE( seed, videoPictureResourceInfoKHR.codedExtent ); in operator ()()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 2761 slink:VkVideoDecodeInfoKHR pname:codedOffset / pname:codedExtent
|