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