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 TypeMethodDescription@NotNull StdVideoAV1LoopRestoration.Ptr
StdVideoAV1LoopRestoration.Ptr.offset
(long offset) StdVideoDecodeAV1PictureInfo.pLoopRestoration
(int assumedCount) StdVideoEncodeAV1PictureInfo.pLoopRestoration
(int assumedCount) @NotNull StdVideoAV1LoopRestoration.Ptr
StdVideoAV1LoopRestoration.Ptr.reinterpret
(long newSize) Assume theStdVideoAV1LoopRestoration.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoAV1LoopRestoration.Ptr
that uses the same backing storage as thisStdVideoAV1LoopRestoration.Ptr
, but with the new size.StdVideoAV1LoopRestoration.Ptr.slice
(long end) @NotNull StdVideoAV1LoopRestoration.Ptr
StdVideoAV1LoopRestoration.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).