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