Home
last modified time | relevance | path

Searched refs:pSliceOffsets (Results 1 – 7 of 7) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_KHR_video_decode_h265.adoc62 `pSliceOffsets`, respectively, in `VkVideoDecodeH265PictureInfoEXT`
DVK_KHR_video_decode_h264.adoc74 `pSliceOffsets`, respectively, in `VkVideoDecodeH264PictureInfoEXT`
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_KHR_video_decode_h264.adoc165 const uint32_t* pSliceOffsets;
169 … the `vulkan_video_codec_h264std_decode` video std header, while the `pSliceOffsets` array contain…
370 .pSliceOffsets = ... // array of slice offsets relative to the bitstream buffer range
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dvideo_decode_h264_extensions.adoc78 slink:VkVideoDecodeH264PictureInfoKHR::pname:pSliceOffsets should: specify
447 * pname:sliceCount is the number of elements in pname:pSliceOffsets.
448 * pname:pSliceOffsets is a pointer to an array of pname:sliceCount offsets
Dvideo_decode_extensions.adoc560 * [[VUID-vkCmdDecodeVideoKHR-pSliceOffsets-07153]]
563 the pname:pSliceOffsets member of the
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h8385 const uint32_t* pSliceOffsets; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp13564 VULKAN_HPP_HASH_COMBINE( seed, videoDecodeH264PictureInfoKHR.pSliceOffsets ); in operator ()()