Uses of Record Class
club.doki7.vulkan.datatype.StdVideoDecodeH264ReferenceInfo.Ptr
Packages that use StdVideoDecodeH264ReferenceInfo.Ptr
-
Uses of StdVideoDecodeH264ReferenceInfo.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return StdVideoDecodeH264ReferenceInfo.PtrModifier and TypeMethodDescription@NotNull StdVideoDecodeH264ReferenceInfo.Ptr
StdVideoDecodeH264ReferenceInfo.Ptr.offset
(long offset) VkVideoDecodeH264DpbSlotInfoKHR.pStdReferenceInfo
(int assumedCount) @NotNull StdVideoDecodeH264ReferenceInfo.Ptr
StdVideoDecodeH264ReferenceInfo.Ptr.reinterpret
(long newSize) Assume theStdVideoDecodeH264ReferenceInfo.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoDecodeH264ReferenceInfo.Ptr
that uses the same backing storage as thisStdVideoDecodeH264ReferenceInfo.Ptr
, but with the new size.StdVideoDecodeH264ReferenceInfo.Ptr.slice
(long end) @NotNull StdVideoDecodeH264ReferenceInfo.Ptr
StdVideoDecodeH264ReferenceInfo.Ptr.slice
(long start, long end) Note that this function uses theList.subList(int, int)
semantics (left inclusive, right exclusive interval), notMemorySegment.asSlice(long, long)
semantics (offset + newSize).