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