Package org.lwjgl.vulkan.video
Class StdVideoH265PictureParameterSet
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<StdVideoH265PictureParameterSet>
org.lwjgl.vulkan.video.StdVideoH265PictureParameterSet
- All Implemented Interfaces:
AutoCloseable,NativeResource,Pointer
public class StdVideoH265PictureParameterSet
extends Struct<StdVideoH265PictureParameterSet>
implements NativeResource
struct StdVideoH265PictureParameterSet {
StdVideoH265PpsFlags flags;
uint8_t pps_pic_parameter_set_id;
uint8_t pps_seq_parameter_set_id;
uint8_t sps_video_parameter_set_id;
uint8_t num_extra_slice_header_bits;
uint8_t num_ref_idx_l0_default_active_minus1;
uint8_t num_ref_idx_l1_default_active_minus1;
int8_t init_qp_minus26;
uint8_t diff_cu_qp_delta_depth;
int8_t pps_cb_qp_offset;
int8_t pps_cr_qp_offset;
int8_t pps_beta_offset_div2;
int8_t pps_tc_offset_div2;
uint8_t log2_parallel_merge_level_minus2;
uint8_t log2_max_transform_skip_block_size_minus2;
uint8_t diff_cu_chroma_qp_offset_depth;
uint8_t chroma_qp_offset_list_len_minus1;
int8_t cb_qp_offset_list[STD_VIDEO_H265_CHROMA_QP_OFFSET_LIST_SIZE];
int8_t cr_qp_offset_list[STD_VIDEO_H265_CHROMA_QP_OFFSET_LIST_SIZE];
uint8_t log2_sao_offset_scale_luma;
uint8_t log2_sao_offset_scale_chroma;
int8_t pps_act_y_qp_offset_plus5;
int8_t pps_act_cb_qp_offset_plus5;
int8_t pps_act_cr_qp_offset_plus3;
uint8_t pps_num_palette_predictor_initializers;
uint8_t luma_bit_depth_entry_minus8;
uint8_t chroma_bit_depth_entry_minus8;
uint8_t num_tile_columns_minus1;
uint8_t num_tile_rows_minus1;
uint8_t reserved1;
uint8_t reserved2;
uint16_t column_width_minus1[STD_VIDEO_H265_CHROMA_QP_OFFSET_TILE_COLS_LIST_SIZE];
uint16_t row_height_minus1[STD_VIDEO_H265_CHROMA_QP_OFFSET_TILE_ROWS_LIST_SIZE];
uint32_t reserved3;
StdVideoH265ScalingLists const * pScalingLists;
StdVideoH265PredictorPaletteEntries const * pPredictorPaletteEntries;
}-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAn array ofStdVideoH265PictureParameterSetstructs.Nested 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 member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct member offsets.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.static final intThe struct member offsets.Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Constructor Summary
ConstructorsConstructorDescriptionStdVideoH265PictureParameterSet(ByteBuffer container) Creates aStdVideoH265PictureParameterSetinstance at the current position of the specifiedByteBuffercontainer. -
Method Summary
Modifier and TypeMethodDescriptioncalloc()Returns a newStdVideoH265PictureParameterSetinstance allocated withmemCalloc.calloc(int capacity) Returns a newStdVideoH265PictureParameterSet.Bufferinstance allocated withmemCalloc.calloc(int capacity, MemoryStack stack) Returns a newStdVideoH265PictureParameterSet.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.calloc(MemoryStack stack) Returns a newStdVideoH265PictureParameterSetinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.bytecb_qp_offset_list(int index) cb_qp_offset_list(int index, byte value) Sets the specified value at the specified index of thecb_qp_offset_listfield.cb_qp_offset_list(ByteBuffer value) Copies the specifiedByteBufferto thecb_qp_offset_listfield.bytechroma_bit_depth_entry_minus8(byte value) Sets the specified value to thechroma_bit_depth_entry_minus8field.bytechroma_qp_offset_list_len_minus1(byte value) Sets the specified value to thechroma_qp_offset_list_len_minus1field.shortcolumn_width_minus1(int index) column_width_minus1(int index, short value) Sets the specified value at the specified index of thecolumn_width_minus1field.column_width_minus1(ShortBuffer value) Copies the specifiedShortBufferto thecolumn_width_minus1field.bytecr_qp_offset_list(int index) cr_qp_offset_list(int index, byte value) Sets the specified value at the specified index of thecr_qp_offset_listfield.cr_qp_offset_list(ByteBuffer value) Copies the specifiedByteBufferto thecr_qp_offset_listfield.create()Returns a newStdVideoH265PictureParameterSetinstance allocated withBufferUtils.create(int capacity) Returns a newStdVideoH265PictureParameterSet.Bufferinstance allocated withBufferUtils.create(long address) Returns a newStdVideoH265PictureParameterSetinstance for the specified memory address.create(long address, int capacity) Create aStdVideoH265PictureParameterSet.Bufferinstance at the specified memory.static @Nullable StdVideoH265PictureParameterSetcreateSafe(long address) static @Nullable StdVideoH265PictureParameterSet.BuffercreateSafe(long address, int capacity) bytediff_cu_chroma_qp_offset_depth(byte value) Sets the specified value to thediff_cu_chroma_qp_offset_depthfield.bytediff_cu_qp_delta_depth(byte value) Sets the specified value to thediff_cu_qp_delta_depthfield.flags()flags(Consumer<StdVideoH265PpsFlags> consumer) Passes theflagsfield to the specifiedConsumer.flags(StdVideoH265PpsFlags value) Copies the specifiedStdVideoH265PpsFlagsto theflagsfield.byteinit_qp_minus26(byte value) Sets the specified value to theinit_qp_minus26field.bytelog2_max_transform_skip_block_size_minus2(byte value) Sets the specified value to thelog2_max_transform_skip_block_size_minus2field.bytelog2_parallel_merge_level_minus2(byte value) Sets the specified value to thelog2_parallel_merge_level_minus2field.bytelog2_sao_offset_scale_chroma(byte value) Sets the specified value to thelog2_sao_offset_scale_chromafield.bytelog2_sao_offset_scale_luma(byte value) Sets the specified value to thelog2_sao_offset_scale_lumafield.byteluma_bit_depth_entry_minus8(byte value) Sets the specified value to theluma_bit_depth_entry_minus8field.malloc()Returns a newStdVideoH265PictureParameterSetinstance allocated withmemAlloc.malloc(int capacity) Returns a newStdVideoH265PictureParameterSet.Bufferinstance allocated withmemAlloc.malloc(int capacity, MemoryStack stack) Returns a newStdVideoH265PictureParameterSet.Bufferinstance allocated on the specifiedMemoryStack.malloc(MemoryStack stack) Returns a newStdVideoH265PictureParameterSetinstance allocated on the specifiedMemoryStack.static ByteBufferncb_qp_offset_list(long struct) Unsafe version ofcb_qp_offset_list().static bytencb_qp_offset_list(long struct, int index) Unsafe version ofcb_qp_offset_list.static voidncb_qp_offset_list(long struct, int index, byte value) Unsafe version ofcb_qp_offset_list.static voidncb_qp_offset_list(long struct, ByteBuffer value) Unsafe version ofcb_qp_offset_list.static bytenchroma_bit_depth_entry_minus8(long struct) Unsafe version ofchroma_bit_depth_entry_minus8().static voidnchroma_bit_depth_entry_minus8(long struct, byte value) Unsafe version ofchroma_bit_depth_entry_minus8.static bytenchroma_qp_offset_list_len_minus1(long struct) Unsafe version ofchroma_qp_offset_list_len_minus1().static voidnchroma_qp_offset_list_len_minus1(long struct, byte value) Unsafe version ofchroma_qp_offset_list_len_minus1.static ShortBufferncolumn_width_minus1(long struct) Unsafe version ofcolumn_width_minus1().static shortncolumn_width_minus1(long struct, int index) Unsafe version ofcolumn_width_minus1.static voidncolumn_width_minus1(long struct, int index, short value) Unsafe version ofcolumn_width_minus1.static voidncolumn_width_minus1(long struct, ShortBuffer value) Unsafe version ofcolumn_width_minus1.static ByteBufferncr_qp_offset_list(long struct) Unsafe version ofcr_qp_offset_list().static bytencr_qp_offset_list(long struct, int index) Unsafe version ofcr_qp_offset_list.static voidncr_qp_offset_list(long struct, int index, byte value) Unsafe version ofcr_qp_offset_list.static voidncr_qp_offset_list(long struct, ByteBuffer value) Unsafe version ofcr_qp_offset_list.static bytendiff_cu_chroma_qp_offset_depth(long struct) Unsafe version ofdiff_cu_chroma_qp_offset_depth().static voidndiff_cu_chroma_qp_offset_depth(long struct, byte value) Unsafe version ofdiff_cu_chroma_qp_offset_depth.static bytendiff_cu_qp_delta_depth(long struct) Unsafe version ofdiff_cu_qp_delta_depth().static voidndiff_cu_qp_delta_depth(long struct, byte value) Unsafe version ofdiff_cu_qp_delta_depth.static StdVideoH265PpsFlagsnflags(long struct) Unsafe version offlags().static voidnflags(long struct, StdVideoH265PpsFlags value) Unsafe version offlags.static byteninit_qp_minus26(long struct) Unsafe version ofinit_qp_minus26().static voidninit_qp_minus26(long struct, byte value) Unsafe version ofinit_qp_minus26.static bytenlog2_max_transform_skip_block_size_minus2(long struct) Unsafe version oflog2_max_transform_skip_block_size_minus2().static voidnlog2_max_transform_skip_block_size_minus2(long struct, byte value) Unsafe version oflog2_max_transform_skip_block_size_minus2.static bytenlog2_parallel_merge_level_minus2(long struct) Unsafe version oflog2_parallel_merge_level_minus2().static voidnlog2_parallel_merge_level_minus2(long struct, byte value) Unsafe version oflog2_parallel_merge_level_minus2.static bytenlog2_sao_offset_scale_chroma(long struct) Unsafe version oflog2_sao_offset_scale_chroma().static voidnlog2_sao_offset_scale_chroma(long struct, byte value) Unsafe version oflog2_sao_offset_scale_chroma.static bytenlog2_sao_offset_scale_luma(long struct) Unsafe version oflog2_sao_offset_scale_luma().static voidnlog2_sao_offset_scale_luma(long struct, byte value) Unsafe version oflog2_sao_offset_scale_luma.static bytenluma_bit_depth_entry_minus8(long struct) Unsafe version ofluma_bit_depth_entry_minus8().static voidnluma_bit_depth_entry_minus8(long struct, byte value) Unsafe version ofluma_bit_depth_entry_minus8.static bytennum_extra_slice_header_bits(long struct) Unsafe version ofnum_extra_slice_header_bits().static voidnnum_extra_slice_header_bits(long struct, byte value) Unsafe version ofnum_extra_slice_header_bits.static bytennum_ref_idx_l0_default_active_minus1(long struct) Unsafe version ofnum_ref_idx_l0_default_active_minus1().static voidnnum_ref_idx_l0_default_active_minus1(long struct, byte value) Unsafe version ofnum_ref_idx_l0_default_active_minus1.static bytennum_ref_idx_l1_default_active_minus1(long struct) Unsafe version ofnum_ref_idx_l1_default_active_minus1().static voidnnum_ref_idx_l1_default_active_minus1(long struct, byte value) Unsafe version ofnum_ref_idx_l1_default_active_minus1.static bytennum_tile_columns_minus1(long struct) Unsafe version ofnum_tile_columns_minus1().static voidnnum_tile_columns_minus1(long struct, byte value) Unsafe version ofnum_tile_columns_minus1.static bytennum_tile_rows_minus1(long struct) Unsafe version ofnum_tile_rows_minus1().static voidnnum_tile_rows_minus1(long struct, byte value) Unsafe version ofnum_tile_rows_minus1.npPredictorPaletteEntries(long struct) Unsafe version ofpPredictorPaletteEntries().static voidnpPredictorPaletteEntries(long struct, StdVideoH265PredictorPaletteEntries value) Unsafe version ofpPredictorPaletteEntries.static bytenpps_act_cb_qp_offset_plus5(long struct) Unsafe version ofpps_act_cb_qp_offset_plus5().static voidnpps_act_cb_qp_offset_plus5(long struct, byte value) Unsafe version ofpps_act_cb_qp_offset_plus5.static bytenpps_act_cr_qp_offset_plus3(long struct) Unsafe version ofpps_act_cr_qp_offset_plus3().static voidnpps_act_cr_qp_offset_plus3(long struct, byte value) Unsafe version ofpps_act_cr_qp_offset_plus3.static bytenpps_act_y_qp_offset_plus5(long struct) Unsafe version ofpps_act_y_qp_offset_plus5().static voidnpps_act_y_qp_offset_plus5(long struct, byte value) Unsafe version ofpps_act_y_qp_offset_plus5.static bytenpps_beta_offset_div2(long struct) Unsafe version ofpps_beta_offset_div2().static voidnpps_beta_offset_div2(long struct, byte value) Unsafe version ofpps_beta_offset_div2.static bytenpps_cb_qp_offset(long struct) Unsafe version ofpps_cb_qp_offset().static voidnpps_cb_qp_offset(long struct, byte value) Unsafe version ofpps_cb_qp_offset.static bytenpps_cr_qp_offset(long struct) Unsafe version ofpps_cr_qp_offset().static voidnpps_cr_qp_offset(long struct, byte value) Unsafe version ofpps_cr_qp_offset.static bytenpps_num_palette_predictor_initializers(long struct) Unsafe version ofpps_num_palette_predictor_initializers().static voidnpps_num_palette_predictor_initializers(long struct, byte value) Unsafe version ofpps_num_palette_predictor_initializers.static bytenpps_pic_parameter_set_id(long struct) Unsafe version ofpps_pic_parameter_set_id().static voidnpps_pic_parameter_set_id(long struct, byte value) Unsafe version ofpps_pic_parameter_set_id.static bytenpps_seq_parameter_set_id(long struct) Unsafe version ofpps_seq_parameter_set_id().static voidnpps_seq_parameter_set_id(long struct, byte value) Unsafe version ofpps_seq_parameter_set_id.static bytenpps_tc_offset_div2(long struct) Unsafe version ofpps_tc_offset_div2().static voidnpps_tc_offset_div2(long struct, byte value) Unsafe version ofpps_tc_offset_div2.static StdVideoH265ScalingListsnpScalingLists(long struct) Unsafe version ofpScalingLists().static voidnpScalingLists(long struct, StdVideoH265ScalingLists value) Unsafe version ofpScalingLists.static bytenreserved1(long struct) static voidnreserved1(long struct, byte value) static bytenreserved2(long struct) static voidnreserved2(long struct, byte value) static intnreserved3(long struct) static voidnreserved3(long struct, int value) static ShortBuffernrow_height_minus1(long struct) Unsafe version ofrow_height_minus1().static shortnrow_height_minus1(long struct, int index) Unsafe version ofrow_height_minus1.static voidnrow_height_minus1(long struct, int index, short value) Unsafe version ofrow_height_minus1.static voidnrow_height_minus1(long struct, ShortBuffer value) Unsafe version ofrow_height_minus1.static bytensps_video_parameter_set_id(long struct) Unsafe version ofsps_video_parameter_set_id().static voidnsps_video_parameter_set_id(long struct, byte value) Unsafe version ofsps_video_parameter_set_id.bytenum_extra_slice_header_bits(byte value) Sets the specified value to thenum_extra_slice_header_bitsfield.bytenum_ref_idx_l0_default_active_minus1(byte value) Sets the specified value to thenum_ref_idx_l0_default_active_minus1field.bytenum_ref_idx_l1_default_active_minus1(byte value) Sets the specified value to thenum_ref_idx_l1_default_active_minus1field.bytenum_tile_columns_minus1(byte value) Sets the specified value to thenum_tile_columns_minus1field.bytenum_tile_rows_minus1(byte value) Sets the specified value to thenum_tile_rows_minus1field.Sets the address of the specifiedStdVideoH265PredictorPaletteEntriesto thepPredictorPaletteEntriesfield.bytepps_act_cb_qp_offset_plus5(byte value) Sets the specified value to thepps_act_cb_qp_offset_plus5field.bytepps_act_cr_qp_offset_plus3(byte value) Sets the specified value to thepps_act_cr_qp_offset_plus3field.bytepps_act_y_qp_offset_plus5(byte value) Sets the specified value to thepps_act_y_qp_offset_plus5field.bytepps_beta_offset_div2(byte value) Sets the specified value to thepps_beta_offset_div2field.bytepps_cb_qp_offset(byte value) Sets the specified value to thepps_cb_qp_offsetfield.bytepps_cr_qp_offset(byte value) Sets the specified value to thepps_cr_qp_offsetfield.bytepps_num_palette_predictor_initializers(byte value) Sets the specified value to thepps_num_palette_predictor_initializersfield.bytepps_pic_parameter_set_id(byte value) Sets the specified value to thepps_pic_parameter_set_idfield.bytepps_seq_parameter_set_id(byte value) Sets the specified value to thepps_seq_parameter_set_idfield.bytepps_tc_offset_div2(byte value) Sets the specified value to thepps_tc_offset_div2field.Sets the address of the specifiedStdVideoH265ScalingListsto thepScalingListsfield.shortrow_height_minus1(int index) row_height_minus1(int index, short value) Sets the specified value at the specified index of therow_height_minus1field.row_height_minus1(ShortBuffer value) Copies the specifiedShortBufferto therow_height_minus1field.Copies the specified struct data to this struct.set(StdVideoH265PpsFlags flags, byte pps_pic_parameter_set_id, byte pps_seq_parameter_set_id, byte sps_video_parameter_set_id, byte num_extra_slice_header_bits, byte num_ref_idx_l0_default_active_minus1, byte num_ref_idx_l1_default_active_minus1, byte init_qp_minus26, byte diff_cu_qp_delta_depth, byte pps_cb_qp_offset, byte pps_cr_qp_offset, byte pps_beta_offset_div2, byte pps_tc_offset_div2, byte log2_parallel_merge_level_minus2, byte log2_max_transform_skip_block_size_minus2, byte diff_cu_chroma_qp_offset_depth, byte chroma_qp_offset_list_len_minus1, ByteBuffer cb_qp_offset_list, ByteBuffer cr_qp_offset_list, byte log2_sao_offset_scale_luma, byte log2_sao_offset_scale_chroma, byte pps_act_y_qp_offset_plus5, byte pps_act_cb_qp_offset_plus5, byte pps_act_cr_qp_offset_plus3, byte pps_num_palette_predictor_initializers, byte luma_bit_depth_entry_minus8, byte chroma_bit_depth_entry_minus8, byte num_tile_columns_minus1, byte num_tile_rows_minus1, ShortBuffer column_width_minus1, ShortBuffer row_height_minus1, StdVideoH265ScalingLists pScalingLists, StdVideoH265PredictorPaletteEntries pPredictorPaletteEntries) Initializes this struct with the specified values.intsizeof()Returnssizeof(struct).bytesps_video_parameter_set_id(byte value) Sets the specified value to thesps_video_parameter_set_idfield.static voidvalidate(long struct) Validates pointer members that should not beNULL.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. -
FLAGS
public static final int FLAGSThe struct member offsets. -
PPS_PIC_PARAMETER_SET_ID
public static final int PPS_PIC_PARAMETER_SET_IDThe struct member offsets. -
PPS_SEQ_PARAMETER_SET_ID
public static final int PPS_SEQ_PARAMETER_SET_IDThe struct member offsets. -
SPS_VIDEO_PARAMETER_SET_ID
public static final int SPS_VIDEO_PARAMETER_SET_IDThe struct member offsets. -
NUM_EXTRA_SLICE_HEADER_BITS
public static final int NUM_EXTRA_SLICE_HEADER_BITSThe struct member offsets. -
NUM_REF_IDX_L0_DEFAULT_ACTIVE_MINUS1
public static final int NUM_REF_IDX_L0_DEFAULT_ACTIVE_MINUS1The struct member offsets. -
NUM_REF_IDX_L1_DEFAULT_ACTIVE_MINUS1
public static final int NUM_REF_IDX_L1_DEFAULT_ACTIVE_MINUS1The struct member offsets. -
INIT_QP_MINUS26
public static final int INIT_QP_MINUS26The struct member offsets. -
DIFF_CU_QP_DELTA_DEPTH
public static final int DIFF_CU_QP_DELTA_DEPTHThe struct member offsets. -
PPS_CB_QP_OFFSET
public static final int PPS_CB_QP_OFFSETThe struct member offsets. -
PPS_CR_QP_OFFSET
public static final int PPS_CR_QP_OFFSETThe struct member offsets. -
PPS_BETA_OFFSET_DIV2
public static final int PPS_BETA_OFFSET_DIV2The struct member offsets. -
PPS_TC_OFFSET_DIV2
public static final int PPS_TC_OFFSET_DIV2The struct member offsets. -
LOG2_PARALLEL_MERGE_LEVEL_MINUS2
public static final int LOG2_PARALLEL_MERGE_LEVEL_MINUS2The struct member offsets. -
LOG2_MAX_TRANSFORM_SKIP_BLOCK_SIZE_MINUS2
public static final int LOG2_MAX_TRANSFORM_SKIP_BLOCK_SIZE_MINUS2The struct member offsets. -
DIFF_CU_CHROMA_QP_OFFSET_DEPTH
public static final int DIFF_CU_CHROMA_QP_OFFSET_DEPTHThe struct member offsets. -
CHROMA_QP_OFFSET_LIST_LEN_MINUS1
public static final int CHROMA_QP_OFFSET_LIST_LEN_MINUS1The struct member offsets. -
CB_QP_OFFSET_LIST
public static final int CB_QP_OFFSET_LISTThe struct member offsets. -
CR_QP_OFFSET_LIST
public static final int CR_QP_OFFSET_LISTThe struct member offsets. -
LOG2_SAO_OFFSET_SCALE_LUMA
public static final int LOG2_SAO_OFFSET_SCALE_LUMAThe struct member offsets. -
LOG2_SAO_OFFSET_SCALE_CHROMA
public static final int LOG2_SAO_OFFSET_SCALE_CHROMAThe struct member offsets. -
PPS_ACT_Y_QP_OFFSET_PLUS5
public static final int PPS_ACT_Y_QP_OFFSET_PLUS5The struct member offsets. -
PPS_ACT_CB_QP_OFFSET_PLUS5
public static final int PPS_ACT_CB_QP_OFFSET_PLUS5The struct member offsets. -
PPS_ACT_CR_QP_OFFSET_PLUS3
public static final int PPS_ACT_CR_QP_OFFSET_PLUS3The struct member offsets. -
PPS_NUM_PALETTE_PREDICTOR_INITIALIZERS
public static final int PPS_NUM_PALETTE_PREDICTOR_INITIALIZERSThe struct member offsets. -
LUMA_BIT_DEPTH_ENTRY_MINUS8
public static final int LUMA_BIT_DEPTH_ENTRY_MINUS8The struct member offsets. -
CHROMA_BIT_DEPTH_ENTRY_MINUS8
public static final int CHROMA_BIT_DEPTH_ENTRY_MINUS8The struct member offsets. -
NUM_TILE_COLUMNS_MINUS1
public static final int NUM_TILE_COLUMNS_MINUS1The struct member offsets. -
NUM_TILE_ROWS_MINUS1
public static final int NUM_TILE_ROWS_MINUS1The struct member offsets. -
RESERVED1
public static final int RESERVED1The struct member offsets. -
RESERVED2
public static final int RESERVED2The struct member offsets. -
COLUMN_WIDTH_MINUS1
public static final int COLUMN_WIDTH_MINUS1The struct member offsets. -
ROW_HEIGHT_MINUS1
public static final int ROW_HEIGHT_MINUS1The struct member offsets. -
RESERVED3
public static final int RESERVED3The struct member offsets. -
PSCALINGLISTS
public static final int PSCALINGLISTSThe struct member offsets. -
PPREDICTORPALETTEENTRIES
public static final int PPREDICTORPALETTEENTRIESThe struct member offsets.
-
-
Constructor Details
-
StdVideoH265PictureParameterSet
Creates aStdVideoH265PictureParameterSetinstance 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<StdVideoH265PictureParameterSet>
-
flags
- Returns:
- a
StdVideoH265PpsFlagsview of theflagsfield.
-
pps_pic_parameter_set_id
public byte pps_pic_parameter_set_id()- Returns:
- the value of the
pps_pic_parameter_set_idfield.
-
pps_seq_parameter_set_id
public byte pps_seq_parameter_set_id()- Returns:
- the value of the
pps_seq_parameter_set_idfield.
-
sps_video_parameter_set_id
public byte sps_video_parameter_set_id()- Returns:
- the value of the
sps_video_parameter_set_idfield.
-
num_extra_slice_header_bits
public byte num_extra_slice_header_bits()- Returns:
- the value of the
num_extra_slice_header_bitsfield.
-
num_ref_idx_l0_default_active_minus1
public byte num_ref_idx_l0_default_active_minus1()- Returns:
- the value of the
num_ref_idx_l0_default_active_minus1field.
-
num_ref_idx_l1_default_active_minus1
public byte num_ref_idx_l1_default_active_minus1()- Returns:
- the value of the
num_ref_idx_l1_default_active_minus1field.
-
init_qp_minus26
public byte init_qp_minus26()- Returns:
- the value of the
init_qp_minus26field.
-
diff_cu_qp_delta_depth
public byte diff_cu_qp_delta_depth()- Returns:
- the value of the
diff_cu_qp_delta_depthfield.
-
pps_cb_qp_offset
public byte pps_cb_qp_offset()- Returns:
- the value of the
pps_cb_qp_offsetfield.
-
pps_cr_qp_offset
public byte pps_cr_qp_offset()- Returns:
- the value of the
pps_cr_qp_offsetfield.
-
pps_beta_offset_div2
public byte pps_beta_offset_div2()- Returns:
- the value of the
pps_beta_offset_div2field.
-
pps_tc_offset_div2
public byte pps_tc_offset_div2()- Returns:
- the value of the
pps_tc_offset_div2field.
-
log2_parallel_merge_level_minus2
public byte log2_parallel_merge_level_minus2()- Returns:
- the value of the
log2_parallel_merge_level_minus2field.
-
log2_max_transform_skip_block_size_minus2
public byte log2_max_transform_skip_block_size_minus2()- Returns:
- the value of the
log2_max_transform_skip_block_size_minus2field.
-
diff_cu_chroma_qp_offset_depth
public byte diff_cu_chroma_qp_offset_depth()- Returns:
- the value of the
diff_cu_chroma_qp_offset_depthfield.
-
chroma_qp_offset_list_len_minus1
public byte chroma_qp_offset_list_len_minus1()- Returns:
- the value of the
chroma_qp_offset_list_len_minus1field.
-
cb_qp_offset_list
- Returns:
- a
ByteBufferview of thecb_qp_offset_listfield.
-
cb_qp_offset_list
public byte cb_qp_offset_list(int index) - Returns:
- the value at the specified index of the
cb_qp_offset_listfield.
-
cr_qp_offset_list
- Returns:
- a
ByteBufferview of thecr_qp_offset_listfield.
-
cr_qp_offset_list
public byte cr_qp_offset_list(int index) - Returns:
- the value at the specified index of the
cr_qp_offset_listfield.
-
log2_sao_offset_scale_luma
public byte log2_sao_offset_scale_luma()- Returns:
- the value of the
log2_sao_offset_scale_lumafield.
-
log2_sao_offset_scale_chroma
public byte log2_sao_offset_scale_chroma()- Returns:
- the value of the
log2_sao_offset_scale_chromafield.
-
pps_act_y_qp_offset_plus5
public byte pps_act_y_qp_offset_plus5()- Returns:
- the value of the
pps_act_y_qp_offset_plus5field.
-
pps_act_cb_qp_offset_plus5
public byte pps_act_cb_qp_offset_plus5()- Returns:
- the value of the
pps_act_cb_qp_offset_plus5field.
-
pps_act_cr_qp_offset_plus3
public byte pps_act_cr_qp_offset_plus3()- Returns:
- the value of the
pps_act_cr_qp_offset_plus3field.
-
pps_num_palette_predictor_initializers
public byte pps_num_palette_predictor_initializers()- Returns:
- the value of the
pps_num_palette_predictor_initializersfield.
-
luma_bit_depth_entry_minus8
public byte luma_bit_depth_entry_minus8()- Returns:
- the value of the
luma_bit_depth_entry_minus8field.
-
chroma_bit_depth_entry_minus8
public byte chroma_bit_depth_entry_minus8()- Returns:
- the value of the
chroma_bit_depth_entry_minus8field.
-
num_tile_columns_minus1
public byte num_tile_columns_minus1()- Returns:
- the value of the
num_tile_columns_minus1field.
-
num_tile_rows_minus1
public byte num_tile_rows_minus1()- Returns:
- the value of the
num_tile_rows_minus1field.
-
column_width_minus1
- Returns:
- a
ShortBufferview of thecolumn_width_minus1field.
-
column_width_minus1
public short column_width_minus1(int index) - Returns:
- the value at the specified index of the
column_width_minus1field.
-
row_height_minus1
- Returns:
- a
ShortBufferview of therow_height_minus1field.
-
row_height_minus1
public short row_height_minus1(int index) - Returns:
- the value at the specified index of the
row_height_minus1field.
-
pScalingLists
- Returns:
- a
StdVideoH265ScalingListsview of the struct pointed to by thepScalingListsfield.
-
pPredictorPaletteEntries
- Returns:
- a
StdVideoH265PredictorPaletteEntriesview of the struct pointed to by thepPredictorPaletteEntriesfield.
-
flags
Copies the specifiedStdVideoH265PpsFlagsto theflagsfield. -
flags
Passes theflagsfield to the specifiedConsumer. -
pps_pic_parameter_set_id
Sets the specified value to thepps_pic_parameter_set_idfield. -
pps_seq_parameter_set_id
Sets the specified value to thepps_seq_parameter_set_idfield. -
sps_video_parameter_set_id
Sets the specified value to thesps_video_parameter_set_idfield. -
num_extra_slice_header_bits
Sets the specified value to thenum_extra_slice_header_bitsfield. -
num_ref_idx_l0_default_active_minus1
Sets the specified value to thenum_ref_idx_l0_default_active_minus1field. -
num_ref_idx_l1_default_active_minus1
Sets the specified value to thenum_ref_idx_l1_default_active_minus1field. -
init_qp_minus26
Sets the specified value to theinit_qp_minus26field. -
diff_cu_qp_delta_depth
Sets the specified value to thediff_cu_qp_delta_depthfield. -
pps_cb_qp_offset
Sets the specified value to thepps_cb_qp_offsetfield. -
pps_cr_qp_offset
Sets the specified value to thepps_cr_qp_offsetfield. -
pps_beta_offset_div2
Sets the specified value to thepps_beta_offset_div2field. -
pps_tc_offset_div2
Sets the specified value to thepps_tc_offset_div2field. -
log2_parallel_merge_level_minus2
Sets the specified value to thelog2_parallel_merge_level_minus2field. -
log2_max_transform_skip_block_size_minus2
Sets the specified value to thelog2_max_transform_skip_block_size_minus2field. -
diff_cu_chroma_qp_offset_depth
Sets the specified value to thediff_cu_chroma_qp_offset_depthfield. -
chroma_qp_offset_list_len_minus1
Sets the specified value to thechroma_qp_offset_list_len_minus1field. -
cb_qp_offset_list
Copies the specifiedByteBufferto thecb_qp_offset_listfield. -
cb_qp_offset_list
Sets the specified value at the specified index of thecb_qp_offset_listfield. -
cr_qp_offset_list
Copies the specifiedByteBufferto thecr_qp_offset_listfield. -
cr_qp_offset_list
Sets the specified value at the specified index of thecr_qp_offset_listfield. -
log2_sao_offset_scale_luma
Sets the specified value to thelog2_sao_offset_scale_lumafield. -
log2_sao_offset_scale_chroma
Sets the specified value to thelog2_sao_offset_scale_chromafield. -
pps_act_y_qp_offset_plus5
Sets the specified value to thepps_act_y_qp_offset_plus5field. -
pps_act_cb_qp_offset_plus5
Sets the specified value to thepps_act_cb_qp_offset_plus5field. -
pps_act_cr_qp_offset_plus3
Sets the specified value to thepps_act_cr_qp_offset_plus3field. -
pps_num_palette_predictor_initializers
Sets the specified value to thepps_num_palette_predictor_initializersfield. -
luma_bit_depth_entry_minus8
Sets the specified value to theluma_bit_depth_entry_minus8field. -
chroma_bit_depth_entry_minus8
Sets the specified value to thechroma_bit_depth_entry_minus8field. -
num_tile_columns_minus1
Sets the specified value to thenum_tile_columns_minus1field. -
num_tile_rows_minus1
Sets the specified value to thenum_tile_rows_minus1field. -
column_width_minus1
Copies the specifiedShortBufferto thecolumn_width_minus1field. -
column_width_minus1
Sets the specified value at the specified index of thecolumn_width_minus1field. -
row_height_minus1
Copies the specifiedShortBufferto therow_height_minus1field. -
row_height_minus1
Sets the specified value at the specified index of therow_height_minus1field. -
pScalingLists
Sets the address of the specifiedStdVideoH265ScalingListsto thepScalingListsfield. -
pPredictorPaletteEntries
public StdVideoH265PictureParameterSet pPredictorPaletteEntries(StdVideoH265PredictorPaletteEntries value) Sets the address of the specifiedStdVideoH265PredictorPaletteEntriesto thepPredictorPaletteEntriesfield. -
set
public StdVideoH265PictureParameterSet set(StdVideoH265PpsFlags flags, byte pps_pic_parameter_set_id, byte pps_seq_parameter_set_id, byte sps_video_parameter_set_id, byte num_extra_slice_header_bits, byte num_ref_idx_l0_default_active_minus1, byte num_ref_idx_l1_default_active_minus1, byte init_qp_minus26, byte diff_cu_qp_delta_depth, byte pps_cb_qp_offset, byte pps_cr_qp_offset, byte pps_beta_offset_div2, byte pps_tc_offset_div2, byte log2_parallel_merge_level_minus2, byte log2_max_transform_skip_block_size_minus2, byte diff_cu_chroma_qp_offset_depth, byte chroma_qp_offset_list_len_minus1, ByteBuffer cb_qp_offset_list, ByteBuffer cr_qp_offset_list, byte log2_sao_offset_scale_luma, byte log2_sao_offset_scale_chroma, byte pps_act_y_qp_offset_plus5, byte pps_act_cb_qp_offset_plus5, byte pps_act_cr_qp_offset_plus3, byte pps_num_palette_predictor_initializers, byte luma_bit_depth_entry_minus8, byte chroma_bit_depth_entry_minus8, byte num_tile_columns_minus1, byte num_tile_rows_minus1, ShortBuffer column_width_minus1, ShortBuffer row_height_minus1, StdVideoH265ScalingLists pScalingLists, StdVideoH265PredictorPaletteEntries pPredictorPaletteEntries) 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 newStdVideoH265PictureParameterSetinstance allocated withmemAlloc. The instance must be explicitly freed. -
calloc
Returns a newStdVideoH265PictureParameterSetinstance allocated withmemCalloc. The instance must be explicitly freed. -
create
Returns a newStdVideoH265PictureParameterSetinstance allocated withBufferUtils. -
create
Returns a newStdVideoH265PictureParameterSetinstance for the specified memory address. -
createSafe
-
malloc
Returns a newStdVideoH265PictureParameterSet.Bufferinstance allocated withmemAlloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
calloc
Returns a newStdVideoH265PictureParameterSet.Bufferinstance allocated withmemCalloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
create
Returns a newStdVideoH265PictureParameterSet.Bufferinstance allocated withBufferUtils.- Parameters:
capacity- the buffer capacity
-
create
Create aStdVideoH265PictureParameterSet.Bufferinstance at the specified memory.- Parameters:
address- the memory addresscapacity- the buffer capacity
-
createSafe
public static @Nullable StdVideoH265PictureParameterSet.Buffer createSafe(long address, int capacity) -
malloc
Returns a newStdVideoH265PictureParameterSetinstance allocated on the specifiedMemoryStack.- Parameters:
stack- the stack from which to allocate
-
calloc
Returns a newStdVideoH265PictureParameterSetinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
stack- the stack from which to allocate
-
malloc
Returns a newStdVideoH265PictureParameterSet.Bufferinstance allocated on the specifiedMemoryStack.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
calloc
Returns a newStdVideoH265PictureParameterSet.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
nflags
Unsafe version offlags(). -
npps_pic_parameter_set_id
public static byte npps_pic_parameter_set_id(long struct) Unsafe version ofpps_pic_parameter_set_id(). -
npps_seq_parameter_set_id
public static byte npps_seq_parameter_set_id(long struct) Unsafe version ofpps_seq_parameter_set_id(). -
nsps_video_parameter_set_id
public static byte nsps_video_parameter_set_id(long struct) Unsafe version ofsps_video_parameter_set_id(). -
nnum_extra_slice_header_bits
public static byte nnum_extra_slice_header_bits(long struct) Unsafe version ofnum_extra_slice_header_bits(). -
nnum_ref_idx_l0_default_active_minus1
public static byte nnum_ref_idx_l0_default_active_minus1(long struct) Unsafe version ofnum_ref_idx_l0_default_active_minus1(). -
nnum_ref_idx_l1_default_active_minus1
public static byte nnum_ref_idx_l1_default_active_minus1(long struct) Unsafe version ofnum_ref_idx_l1_default_active_minus1(). -
ninit_qp_minus26
public static byte ninit_qp_minus26(long struct) Unsafe version ofinit_qp_minus26(). -
ndiff_cu_qp_delta_depth
public static byte ndiff_cu_qp_delta_depth(long struct) Unsafe version ofdiff_cu_qp_delta_depth(). -
npps_cb_qp_offset
public static byte npps_cb_qp_offset(long struct) Unsafe version ofpps_cb_qp_offset(). -
npps_cr_qp_offset
public static byte npps_cr_qp_offset(long struct) Unsafe version ofpps_cr_qp_offset(). -
npps_beta_offset_div2
public static byte npps_beta_offset_div2(long struct) Unsafe version ofpps_beta_offset_div2(). -
npps_tc_offset_div2
public static byte npps_tc_offset_div2(long struct) Unsafe version ofpps_tc_offset_div2(). -
nlog2_parallel_merge_level_minus2
public static byte nlog2_parallel_merge_level_minus2(long struct) Unsafe version oflog2_parallel_merge_level_minus2(). -
nlog2_max_transform_skip_block_size_minus2
public static byte nlog2_max_transform_skip_block_size_minus2(long struct) Unsafe version oflog2_max_transform_skip_block_size_minus2(). -
ndiff_cu_chroma_qp_offset_depth
public static byte ndiff_cu_chroma_qp_offset_depth(long struct) Unsafe version ofdiff_cu_chroma_qp_offset_depth(). -
nchroma_qp_offset_list_len_minus1
public static byte nchroma_qp_offset_list_len_minus1(long struct) Unsafe version ofchroma_qp_offset_list_len_minus1(). -
ncb_qp_offset_list
Unsafe version ofcb_qp_offset_list(). -
ncb_qp_offset_list
public static byte ncb_qp_offset_list(long struct, int index) Unsafe version ofcb_qp_offset_list. -
ncr_qp_offset_list
Unsafe version ofcr_qp_offset_list(). -
ncr_qp_offset_list
public static byte ncr_qp_offset_list(long struct, int index) Unsafe version ofcr_qp_offset_list. -
nlog2_sao_offset_scale_luma
public static byte nlog2_sao_offset_scale_luma(long struct) Unsafe version oflog2_sao_offset_scale_luma(). -
nlog2_sao_offset_scale_chroma
public static byte nlog2_sao_offset_scale_chroma(long struct) Unsafe version oflog2_sao_offset_scale_chroma(). -
npps_act_y_qp_offset_plus5
public static byte npps_act_y_qp_offset_plus5(long struct) Unsafe version ofpps_act_y_qp_offset_plus5(). -
npps_act_cb_qp_offset_plus5
public static byte npps_act_cb_qp_offset_plus5(long struct) Unsafe version ofpps_act_cb_qp_offset_plus5(). -
npps_act_cr_qp_offset_plus3
public static byte npps_act_cr_qp_offset_plus3(long struct) Unsafe version ofpps_act_cr_qp_offset_plus3(). -
npps_num_palette_predictor_initializers
public static byte npps_num_palette_predictor_initializers(long struct) Unsafe version ofpps_num_palette_predictor_initializers(). -
nluma_bit_depth_entry_minus8
public static byte nluma_bit_depth_entry_minus8(long struct) Unsafe version ofluma_bit_depth_entry_minus8(). -
nchroma_bit_depth_entry_minus8
public static byte nchroma_bit_depth_entry_minus8(long struct) Unsafe version ofchroma_bit_depth_entry_minus8(). -
nnum_tile_columns_minus1
public static byte nnum_tile_columns_minus1(long struct) Unsafe version ofnum_tile_columns_minus1(). -
nnum_tile_rows_minus1
public static byte nnum_tile_rows_minus1(long struct) Unsafe version ofnum_tile_rows_minus1(). -
nreserved1
public static byte nreserved1(long struct) -
nreserved2
public static byte nreserved2(long struct) -
ncolumn_width_minus1
Unsafe version ofcolumn_width_minus1(). -
ncolumn_width_minus1
public static short ncolumn_width_minus1(long struct, int index) Unsafe version ofcolumn_width_minus1. -
nrow_height_minus1
Unsafe version ofrow_height_minus1(). -
nrow_height_minus1
public static short nrow_height_minus1(long struct, int index) Unsafe version ofrow_height_minus1. -
nreserved3
public static int nreserved3(long struct) -
npScalingLists
Unsafe version ofpScalingLists(). -
npPredictorPaletteEntries
Unsafe version ofpPredictorPaletteEntries(). -
nflags
Unsafe version offlags. -
npps_pic_parameter_set_id
public static void npps_pic_parameter_set_id(long struct, byte value) Unsafe version ofpps_pic_parameter_set_id. -
npps_seq_parameter_set_id
public static void npps_seq_parameter_set_id(long struct, byte value) Unsafe version ofpps_seq_parameter_set_id. -
nsps_video_parameter_set_id
public static void nsps_video_parameter_set_id(long struct, byte value) Unsafe version ofsps_video_parameter_set_id. -
nnum_extra_slice_header_bits
public static void nnum_extra_slice_header_bits(long struct, byte value) Unsafe version ofnum_extra_slice_header_bits. -
nnum_ref_idx_l0_default_active_minus1
public static void nnum_ref_idx_l0_default_active_minus1(long struct, byte value) Unsafe version ofnum_ref_idx_l0_default_active_minus1. -
nnum_ref_idx_l1_default_active_minus1
public static void nnum_ref_idx_l1_default_active_minus1(long struct, byte value) Unsafe version ofnum_ref_idx_l1_default_active_minus1. -
ninit_qp_minus26
public static void ninit_qp_minus26(long struct, byte value) Unsafe version ofinit_qp_minus26. -
ndiff_cu_qp_delta_depth
public static void ndiff_cu_qp_delta_depth(long struct, byte value) Unsafe version ofdiff_cu_qp_delta_depth. -
npps_cb_qp_offset
public static void npps_cb_qp_offset(long struct, byte value) Unsafe version ofpps_cb_qp_offset. -
npps_cr_qp_offset
public static void npps_cr_qp_offset(long struct, byte value) Unsafe version ofpps_cr_qp_offset. -
npps_beta_offset_div2
public static void npps_beta_offset_div2(long struct, byte value) Unsafe version ofpps_beta_offset_div2. -
npps_tc_offset_div2
public static void npps_tc_offset_div2(long struct, byte value) Unsafe version ofpps_tc_offset_div2. -
nlog2_parallel_merge_level_minus2
public static void nlog2_parallel_merge_level_minus2(long struct, byte value) Unsafe version oflog2_parallel_merge_level_minus2. -
nlog2_max_transform_skip_block_size_minus2
public static void nlog2_max_transform_skip_block_size_minus2(long struct, byte value) Unsafe version oflog2_max_transform_skip_block_size_minus2. -
ndiff_cu_chroma_qp_offset_depth
public static void ndiff_cu_chroma_qp_offset_depth(long struct, byte value) Unsafe version ofdiff_cu_chroma_qp_offset_depth. -
nchroma_qp_offset_list_len_minus1
public static void nchroma_qp_offset_list_len_minus1(long struct, byte value) Unsafe version ofchroma_qp_offset_list_len_minus1. -
ncb_qp_offset_list
Unsafe version ofcb_qp_offset_list. -
ncb_qp_offset_list
public static void ncb_qp_offset_list(long struct, int index, byte value) Unsafe version ofcb_qp_offset_list. -
ncr_qp_offset_list
Unsafe version ofcr_qp_offset_list. -
ncr_qp_offset_list
public static void ncr_qp_offset_list(long struct, int index, byte value) Unsafe version ofcr_qp_offset_list. -
nlog2_sao_offset_scale_luma
public static void nlog2_sao_offset_scale_luma(long struct, byte value) Unsafe version oflog2_sao_offset_scale_luma. -
nlog2_sao_offset_scale_chroma
public static void nlog2_sao_offset_scale_chroma(long struct, byte value) Unsafe version oflog2_sao_offset_scale_chroma. -
npps_act_y_qp_offset_plus5
public static void npps_act_y_qp_offset_plus5(long struct, byte value) Unsafe version ofpps_act_y_qp_offset_plus5. -
npps_act_cb_qp_offset_plus5
public static void npps_act_cb_qp_offset_plus5(long struct, byte value) Unsafe version ofpps_act_cb_qp_offset_plus5. -
npps_act_cr_qp_offset_plus3
public static void npps_act_cr_qp_offset_plus3(long struct, byte value) Unsafe version ofpps_act_cr_qp_offset_plus3. -
npps_num_palette_predictor_initializers
public static void npps_num_palette_predictor_initializers(long struct, byte value) Unsafe version ofpps_num_palette_predictor_initializers. -
nluma_bit_depth_entry_minus8
public static void nluma_bit_depth_entry_minus8(long struct, byte value) Unsafe version ofluma_bit_depth_entry_minus8. -
nchroma_bit_depth_entry_minus8
public static void nchroma_bit_depth_entry_minus8(long struct, byte value) Unsafe version ofchroma_bit_depth_entry_minus8. -
nnum_tile_columns_minus1
public static void nnum_tile_columns_minus1(long struct, byte value) Unsafe version ofnum_tile_columns_minus1. -
nnum_tile_rows_minus1
public static void nnum_tile_rows_minus1(long struct, byte value) Unsafe version ofnum_tile_rows_minus1. -
nreserved1
public static void nreserved1(long struct, byte value) -
nreserved2
public static void nreserved2(long struct, byte value) -
ncolumn_width_minus1
Unsafe version ofcolumn_width_minus1. -
ncolumn_width_minus1
public static void ncolumn_width_minus1(long struct, int index, short value) Unsafe version ofcolumn_width_minus1. -
nrow_height_minus1
Unsafe version ofrow_height_minus1. -
nrow_height_minus1
public static void nrow_height_minus1(long struct, int index, short value) Unsafe version ofrow_height_minus1. -
nreserved3
public static void nreserved3(long struct, int value) -
npScalingLists
Unsafe version ofpScalingLists. -
npPredictorPaletteEntries
public static void npPredictorPaletteEntries(long struct, StdVideoH265PredictorPaletteEntries value) Unsafe version ofpPredictorPaletteEntries. -
validate
public static void validate(long struct) Validates pointer members that should not beNULL.- Parameters:
struct- the struct to validate
-