Uses of Record Class
club.doki7.vulkan.datatype.StdVideoH265ShortTermRefPicSet.Ptr
Packages that use StdVideoH265ShortTermRefPicSet.Ptr
-
Uses of StdVideoH265ShortTermRefPicSet.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return StdVideoH265ShortTermRefPicSet.PtrModifier and TypeMethodDescriptionStdVideoH265ShortTermRefPicSet.Ptr.at
(long index, @NotNull Consumer<@NotNull StdVideoH265ShortTermRefPicSet> consumer) @NotNull StdVideoH265ShortTermRefPicSet.Ptr
StdVideoH265ShortTermRefPicSet.Ptr.offset
(long offset) StdVideoEncodeH265PictureInfo.pShortTermRefPicSet
(int assumedCount) StdVideoH265SequenceParameterSet.pShortTermRefPicSet
(int assumedCount) @NotNull StdVideoH265ShortTermRefPicSet.Ptr
StdVideoH265ShortTermRefPicSet.Ptr.reinterpret
(long newSize) Assume theStdVideoH265ShortTermRefPicSet.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoH265ShortTermRefPicSet.Ptr
that uses the same backing storage as thisStdVideoH265ShortTermRefPicSet.Ptr
, but with the new size.StdVideoH265ShortTermRefPicSet.Ptr.slice
(long end) @NotNull StdVideoH265ShortTermRefPicSet.Ptr
StdVideoH265ShortTermRefPicSet.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).