Uses of Record Class
club.doki7.vulkan.datatype.StdVideoEncodeH264WeightTable.Ptr
Packages that use StdVideoEncodeH264WeightTable.Ptr
-
Uses of StdVideoEncodeH264WeightTable.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return StdVideoEncodeH264WeightTable.PtrModifier and TypeMethodDescription@NotNull StdVideoEncodeH264WeightTable.Ptr
StdVideoEncodeH264WeightTable.Ptr.offset
(long offset) StdVideoEncodeH264SliceHeader.pWeightTable
(int assumedCount) @NotNull StdVideoEncodeH264WeightTable.Ptr
StdVideoEncodeH264WeightTable.Ptr.reinterpret
(long newSize) Assume theStdVideoEncodeH264WeightTable.Ptr
is capable of holding at leastnewSize
structures, create a new viewStdVideoEncodeH264WeightTable.Ptr
that uses the same backing storage as thisStdVideoEncodeH264WeightTable.Ptr
, but with the new size.StdVideoEncodeH264WeightTable.Ptr.slice
(long end) @NotNull StdVideoEncodeH264WeightTable.Ptr
StdVideoEncodeH264WeightTable.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).