Package org.lwjgl.vulkan.video
Class StdVideoH265DecPicBufMgr
- All Implemented Interfaces:
AutoCloseable,NativeResource,Pointer
public class StdVideoH265DecPicBufMgr
extends Struct<StdVideoH265DecPicBufMgr>
implements NativeResource
struct StdVideoH265DecPicBufMgr {
uint32_t max_latency_increase_plus1[STD_VIDEO_H265_SUBLAYERS_LIST_SIZE];
uint8_t max_dec_pic_buffering_minus1[STD_VIDEO_H265_SUBLAYERS_LIST_SIZE];
uint8_t max_num_reorder_pics[STD_VIDEO_H265_SUBLAYERS_LIST_SIZE];
}-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.lwjgl.system.Struct
Struct.StructValidationNested classes/interfaces inherited from interface org.lwjgl.system.Pointer
Pointer.Default -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe struct alignment in bytes.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct size in bytes.Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Constructor Summary
ConstructorsConstructorDescriptionStdVideoH265DecPicBufMgr(ByteBuffer container) Creates aStdVideoH265DecPicBufMgrinstance at the current position of the specifiedByteBuffercontainer. -
Method Summary
Modifier and TypeMethodDescriptionstatic StdVideoH265DecPicBufMgrcalloc()Returns a newStdVideoH265DecPicBufMgrinstance allocated withmemCalloc.calloc(int capacity) Returns a newStdVideoH265DecPicBufMgr.Bufferinstance allocated withmemCalloc.calloc(int capacity, MemoryStack stack) Returns a newStdVideoH265DecPicBufMgr.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static StdVideoH265DecPicBufMgrcalloc(MemoryStack stack) Returns a newStdVideoH265DecPicBufMgrinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static StdVideoH265DecPicBufMgrcreate()Returns a newStdVideoH265DecPicBufMgrinstance allocated withBufferUtils.create(int capacity) Returns a newStdVideoH265DecPicBufMgr.Bufferinstance allocated withBufferUtils.static StdVideoH265DecPicBufMgrcreate(long address) Returns a newStdVideoH265DecPicBufMgrinstance for the specified memory address.create(long address, int capacity) Create aStdVideoH265DecPicBufMgr.Bufferinstance at the specified memory.static @Nullable StdVideoH265DecPicBufMgrcreateSafe(long address) static @Nullable StdVideoH265DecPicBufMgr.BuffercreateSafe(long address, int capacity) static StdVideoH265DecPicBufMgrmalloc()Returns a newStdVideoH265DecPicBufMgrinstance allocated withmemAlloc.malloc(int capacity) Returns a newStdVideoH265DecPicBufMgr.Bufferinstance allocated withmemAlloc.malloc(int capacity, MemoryStack stack) Returns a newStdVideoH265DecPicBufMgr.Bufferinstance allocated on the specifiedMemoryStack.static StdVideoH265DecPicBufMgrmalloc(MemoryStack stack) Returns a newStdVideoH265DecPicBufMgrinstance allocated on the specifiedMemoryStack.bytemax_dec_pic_buffering_minus1(int index) max_dec_pic_buffering_minus1(int index, byte value) Sets the specified value at the specified index of themax_dec_pic_buffering_minus1field.Copies the specifiedByteBufferto themax_dec_pic_buffering_minus1field.intmax_latency_increase_plus1(int index) max_latency_increase_plus1(int index, int value) Sets the specified value at the specified index of themax_latency_increase_plus1field.Copies the specifiedIntBufferto themax_latency_increase_plus1field.bytemax_num_reorder_pics(int index) max_num_reorder_pics(int index, byte value) Sets the specified value at the specified index of themax_num_reorder_picsfield.max_num_reorder_pics(ByteBuffer value) Copies the specifiedByteBufferto themax_num_reorder_picsfield.static ByteBuffernmax_dec_pic_buffering_minus1(long struct) Unsafe version ofmax_dec_pic_buffering_minus1().static bytenmax_dec_pic_buffering_minus1(long struct, int index) Unsafe version ofmax_dec_pic_buffering_minus1.static voidnmax_dec_pic_buffering_minus1(long struct, int index, byte value) Unsafe version ofmax_dec_pic_buffering_minus1.static voidnmax_dec_pic_buffering_minus1(long struct, ByteBuffer value) Unsafe version ofmax_dec_pic_buffering_minus1.static IntBuffernmax_latency_increase_plus1(long struct) Unsafe version ofmax_latency_increase_plus1().static intnmax_latency_increase_plus1(long struct, int index) Unsafe version ofmax_latency_increase_plus1.static voidnmax_latency_increase_plus1(long struct, int index, int value) Unsafe version ofmax_latency_increase_plus1.static voidnmax_latency_increase_plus1(long struct, IntBuffer value) Unsafe version ofmax_latency_increase_plus1.static ByteBuffernmax_num_reorder_pics(long struct) Unsafe version ofmax_num_reorder_pics().static bytenmax_num_reorder_pics(long struct, int index) Unsafe version ofmax_num_reorder_pics.static voidnmax_num_reorder_pics(long struct, int index, byte value) Unsafe version ofmax_num_reorder_pics.static voidnmax_num_reorder_pics(long struct, ByteBuffer value) Unsafe version ofmax_num_reorder_pics.set(IntBuffer max_latency_increase_plus1, ByteBuffer max_dec_pic_buffering_minus1, ByteBuffer max_num_reorder_pics) Initializes this struct with the specified values.Copies the specified struct data to this struct.intsizeof()Returnssizeof(struct).Methods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toStringMethods inherited from interface org.lwjgl.system.NativeResource
close, free
-
Field Details
-
SIZEOF
public static final int SIZEOFThe struct size in bytes. -
ALIGNOF
public static final int ALIGNOFThe struct alignment in bytes. -
MAX_LATENCY_INCREASE_PLUS1
public static final int MAX_LATENCY_INCREASE_PLUS1The struct member offsets. -
MAX_DEC_PIC_BUFFERING_MINUS1
public static final int MAX_DEC_PIC_BUFFERING_MINUS1The struct member offsets. -
MAX_NUM_REORDER_PICS
public static final int MAX_NUM_REORDER_PICSThe struct member offsets.
-
-
Constructor Details
-
StdVideoH265DecPicBufMgr
Creates aStdVideoH265DecPicBufMgrinstance at the current position of the specifiedByteBuffercontainer. Changes to the buffer's content will be visible to the struct instance and vice versa.The created instance holds a strong reference to the container object.
-
-
Method Details
-
sizeof
public int sizeof()Description copied from class:StructReturnssizeof(struct).- Specified by:
sizeofin classStruct<StdVideoH265DecPicBufMgr>
-
max_latency_increase_plus1
- Returns:
- a
IntBufferview of themax_latency_increase_plus1field.
-
max_latency_increase_plus1
public int max_latency_increase_plus1(int index) - Returns:
- the value at the specified index of the
max_latency_increase_plus1field.
-
max_dec_pic_buffering_minus1
- Returns:
- a
ByteBufferview of themax_dec_pic_buffering_minus1field.
-
max_dec_pic_buffering_minus1
public byte max_dec_pic_buffering_minus1(int index) - Returns:
- the value at the specified index of the
max_dec_pic_buffering_minus1field.
-
max_num_reorder_pics
- Returns:
- a
ByteBufferview of themax_num_reorder_picsfield.
-
max_num_reorder_pics
public byte max_num_reorder_pics(int index) - Returns:
- the value at the specified index of the
max_num_reorder_picsfield.
-
max_latency_increase_plus1
Copies the specifiedIntBufferto themax_latency_increase_plus1field. -
max_latency_increase_plus1
Sets the specified value at the specified index of themax_latency_increase_plus1field. -
max_dec_pic_buffering_minus1
Copies the specifiedByteBufferto themax_dec_pic_buffering_minus1field. -
max_dec_pic_buffering_minus1
Sets the specified value at the specified index of themax_dec_pic_buffering_minus1field. -
max_num_reorder_pics
Copies the specifiedByteBufferto themax_num_reorder_picsfield. -
max_num_reorder_pics
Sets the specified value at the specified index of themax_num_reorder_picsfield. -
set
public StdVideoH265DecPicBufMgr set(IntBuffer max_latency_increase_plus1, ByteBuffer max_dec_pic_buffering_minus1, ByteBuffer max_num_reorder_pics) Initializes this struct with the specified values. -
set
Copies the specified struct data to this struct.- Parameters:
src- the source struct- Returns:
- this struct
-
malloc
Returns a newStdVideoH265DecPicBufMgrinstance allocated withmemAlloc. The instance must be explicitly freed. -
calloc
Returns a newStdVideoH265DecPicBufMgrinstance allocated withmemCalloc. The instance must be explicitly freed. -
create
Returns a newStdVideoH265DecPicBufMgrinstance allocated withBufferUtils. -
create
Returns a newStdVideoH265DecPicBufMgrinstance for the specified memory address. -
createSafe
-
malloc
Returns a newStdVideoH265DecPicBufMgr.Bufferinstance allocated withmemAlloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
calloc
Returns a newStdVideoH265DecPicBufMgr.Bufferinstance allocated withmemCalloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
create
Returns a newStdVideoH265DecPicBufMgr.Bufferinstance allocated withBufferUtils.- Parameters:
capacity- the buffer capacity
-
create
Create aStdVideoH265DecPicBufMgr.Bufferinstance at the specified memory.- Parameters:
address- the memory addresscapacity- the buffer capacity
-
createSafe
-
malloc
Returns a newStdVideoH265DecPicBufMgrinstance allocated on the specifiedMemoryStack.- Parameters:
stack- the stack from which to allocate
-
calloc
Returns a newStdVideoH265DecPicBufMgrinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
stack- the stack from which to allocate
-
malloc
Returns a newStdVideoH265DecPicBufMgr.Bufferinstance allocated on the specifiedMemoryStack.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
calloc
Returns a newStdVideoH265DecPicBufMgr.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
nmax_latency_increase_plus1
Unsafe version ofmax_latency_increase_plus1(). -
nmax_latency_increase_plus1
public static int nmax_latency_increase_plus1(long struct, int index) Unsafe version ofmax_latency_increase_plus1. -
nmax_dec_pic_buffering_minus1
Unsafe version ofmax_dec_pic_buffering_minus1(). -
nmax_dec_pic_buffering_minus1
public static byte nmax_dec_pic_buffering_minus1(long struct, int index) Unsafe version ofmax_dec_pic_buffering_minus1. -
nmax_num_reorder_pics
Unsafe version ofmax_num_reorder_pics(). -
nmax_num_reorder_pics
public static byte nmax_num_reorder_pics(long struct, int index) Unsafe version ofmax_num_reorder_pics. -
nmax_latency_increase_plus1
Unsafe version ofmax_latency_increase_plus1. -
nmax_latency_increase_plus1
public static void nmax_latency_increase_plus1(long struct, int index, int value) Unsafe version ofmax_latency_increase_plus1. -
nmax_dec_pic_buffering_minus1
Unsafe version ofmax_dec_pic_buffering_minus1. -
nmax_dec_pic_buffering_minus1
public static void nmax_dec_pic_buffering_minus1(long struct, int index, byte value) Unsafe version ofmax_dec_pic_buffering_minus1. -
nmax_num_reorder_pics
Unsafe version ofmax_num_reorder_pics. -
nmax_num_reorder_pics
public static void nmax_num_reorder_pics(long struct, int index, byte value) Unsafe version ofmax_num_reorder_pics.
-