Uses of Record Class
club.doki7.vulkan.datatype.StdVideoAV1Segmentation.Ptr
Packages that use StdVideoAV1Segmentation.Ptr
-
Uses of StdVideoAV1Segmentation.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return StdVideoAV1Segmentation.PtrModifier and TypeMethodDescriptionstatic StdVideoAV1Segmentation.Ptr
@NotNull StdVideoAV1Segmentation.Ptr
StdVideoAV1Segmentation.Ptr.offset
(long offset) StdVideoDecodeAV1PictureInfo.pSegmentation
(int assumedCount) StdVideoEncodeAV1PictureInfo.pSegmentation
(int assumedCount) @NotNull StdVideoAV1Segmentation.Ptr
StdVideoAV1Segmentation.Ptr.reinterpret
(long newSize) Assume theStdVideoAV1Segmentation.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoAV1Segmentation.Ptr
that uses the same backing storage as thisStdVideoAV1Segmentation.Ptr
, but with the new size.StdVideoAV1Segmentation.Ptr.slice
(long end) @NotNull StdVideoAV1Segmentation.Ptr
StdVideoAV1Segmentation.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).