Uses of Record Class
club.doki7.vulkan.datatype.StdVideoAV1GlobalMotion.Ptr
Packages that use StdVideoAV1GlobalMotion.Ptr
-
Uses of StdVideoAV1GlobalMotion.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return StdVideoAV1GlobalMotion.PtrModifier and TypeMethodDescriptionstatic StdVideoAV1GlobalMotion.PtrStdVideoAV1GlobalMotion.Ptr.at(long index, @NotNull Consumer<@NotNull StdVideoAV1GlobalMotion> consumer) @NotNull StdVideoAV1GlobalMotion.PtrStdVideoAV1GlobalMotion.Ptr.offset(long offset) StdVideoDecodeAV1PictureInfo.pGlobalMotion(int assumedCount) StdVideoEncodeAV1PictureInfo.pGlobalMotion(int assumedCount) @NotNull StdVideoAV1GlobalMotion.PtrStdVideoAV1GlobalMotion.Ptr.reinterpret(long newSize) Assume theStdVideoAV1GlobalMotion.Ptris capable of holding at leastnewSizestructures, create a new viewStdVideoAV1GlobalMotion.Ptrthat uses the same backing storage as thisStdVideoAV1GlobalMotion.Ptr, but with the new size.StdVideoAV1GlobalMotion.Ptr.slice(long end) @NotNull StdVideoAV1GlobalMotion.PtrStdVideoAV1GlobalMotion.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).