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 {
{@link StdVideoH265PpsFlags 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;
{@link StdVideoH265ScalingLists StdVideoH265ScalingLists} const * pScalingLists;
{@link StdVideoH265PredictorPaletteEntries StdVideoH265PredictorPaletteEntries} const * pPredictorPaletteEntries;
}
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
An array ofStdVideoH265PictureParameterSet
structs.Nested classes/interfaces inherited from class org.lwjgl.system.Struct
Struct.StructValidation
Nested classes/interfaces inherited from interface org.lwjgl.system.Pointer
Pointer.Default
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
The struct alignment in bytes.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct size in bytes.static final int
The 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 aStdVideoH265PictureParameterSet
instance at the current position of the specifiedByteBuffer
container. -
Method Summary
Modifier and TypeMethodDescriptioncalloc()
Returns a newStdVideoH265PictureParameterSet
instance allocated withmemCalloc
.calloc
(int capacity) Returns a newStdVideoH265PictureParameterSet.Buffer
instance allocated withmemCalloc
.calloc
(int capacity, MemoryStack stack) Returns a newStdVideoH265PictureParameterSet.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.calloc
(MemoryStack stack) Returns a newStdVideoH265PictureParameterSet
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.byte
cb_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_list
field.cb_qp_offset_list
(ByteBuffer value) Copies the specifiedByteBuffer
to thecb_qp_offset_list
field.byte
chroma_bit_depth_entry_minus8
(byte value) Sets the specified value to thechroma_bit_depth_entry_minus8
field.byte
chroma_qp_offset_list_len_minus1
(byte value) Sets the specified value to thechroma_qp_offset_list_len_minus1
field.short
column_width_minus1
(int index) column_width_minus1
(int index, short value) Sets the specified value at the specified index of thecolumn_width_minus1
field.column_width_minus1
(ShortBuffer value) Copies the specifiedShortBuffer
to thecolumn_width_minus1
field.byte
cr_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_list
field.cr_qp_offset_list
(ByteBuffer value) Copies the specifiedByteBuffer
to thecr_qp_offset_list
field.create()
Returns a newStdVideoH265PictureParameterSet
instance allocated withBufferUtils
.create
(int capacity) Returns a newStdVideoH265PictureParameterSet.Buffer
instance allocated withBufferUtils
.create
(long address) Returns a newStdVideoH265PictureParameterSet
instance for the specified memory address.create
(long address, int capacity) Create aStdVideoH265PictureParameterSet.Buffer
instance at the specified memory.static @Nullable StdVideoH265PictureParameterSet
createSafe
(long address) static @Nullable StdVideoH265PictureParameterSet.Buffer
createSafe
(long address, int capacity) byte
diff_cu_chroma_qp_offset_depth
(byte value) Sets the specified value to thediff_cu_chroma_qp_offset_depth
field.byte
diff_cu_qp_delta_depth
(byte value) Sets the specified value to thediff_cu_qp_delta_depth
field.flags()
flags
(Consumer<StdVideoH265PpsFlags> consumer) Passes theflags
field to the specifiedConsumer
.flags
(StdVideoH265PpsFlags value) Copies the specifiedStdVideoH265PpsFlags
to theflags
field.byte
init_qp_minus26
(byte value) Sets the specified value to theinit_qp_minus26
field.byte
log2_max_transform_skip_block_size_minus2
(byte value) Sets the specified value to thelog2_max_transform_skip_block_size_minus2
field.byte
log2_parallel_merge_level_minus2
(byte value) Sets the specified value to thelog2_parallel_merge_level_minus2
field.byte
log2_sao_offset_scale_chroma
(byte value) Sets the specified value to thelog2_sao_offset_scale_chroma
field.byte
log2_sao_offset_scale_luma
(byte value) Sets the specified value to thelog2_sao_offset_scale_luma
field.byte
luma_bit_depth_entry_minus8
(byte value) Sets the specified value to theluma_bit_depth_entry_minus8
field.malloc()
Returns a newStdVideoH265PictureParameterSet
instance allocated withmemAlloc
.malloc
(int capacity) Returns a newStdVideoH265PictureParameterSet.Buffer
instance allocated withmemAlloc
.malloc
(int capacity, MemoryStack stack) Returns a newStdVideoH265PictureParameterSet.Buffer
instance allocated on the specifiedMemoryStack
.malloc
(MemoryStack stack) Returns a newStdVideoH265PictureParameterSet
instance allocated on the specifiedMemoryStack
.static ByteBuffer
ncb_qp_offset_list
(long struct) Unsafe version ofcb_qp_offset_list()
.static byte
ncb_qp_offset_list
(long struct, int index) Unsafe version ofcb_qp_offset_list
.static void
ncb_qp_offset_list
(long struct, int index, byte value) Unsafe version ofcb_qp_offset_list
.static void
ncb_qp_offset_list
(long struct, ByteBuffer value) Unsafe version ofcb_qp_offset_list
.static byte
nchroma_bit_depth_entry_minus8
(long struct) Unsafe version ofchroma_bit_depth_entry_minus8()
.static void
nchroma_bit_depth_entry_minus8
(long struct, byte value) Unsafe version ofchroma_bit_depth_entry_minus8
.static byte
nchroma_qp_offset_list_len_minus1
(long struct) Unsafe version ofchroma_qp_offset_list_len_minus1()
.static void
nchroma_qp_offset_list_len_minus1
(long struct, byte value) Unsafe version ofchroma_qp_offset_list_len_minus1
.static ShortBuffer
ncolumn_width_minus1
(long struct) Unsafe version ofcolumn_width_minus1()
.static short
ncolumn_width_minus1
(long struct, int index) Unsafe version ofcolumn_width_minus1
.static void
ncolumn_width_minus1
(long struct, int index, short value) Unsafe version ofcolumn_width_minus1
.static void
ncolumn_width_minus1
(long struct, ShortBuffer value) Unsafe version ofcolumn_width_minus1
.static ByteBuffer
ncr_qp_offset_list
(long struct) Unsafe version ofcr_qp_offset_list()
.static byte
ncr_qp_offset_list
(long struct, int index) Unsafe version ofcr_qp_offset_list
.static void
ncr_qp_offset_list
(long struct, int index, byte value) Unsafe version ofcr_qp_offset_list
.static void
ncr_qp_offset_list
(long struct, ByteBuffer value) Unsafe version ofcr_qp_offset_list
.static byte
ndiff_cu_chroma_qp_offset_depth
(long struct) Unsafe version ofdiff_cu_chroma_qp_offset_depth()
.static void
ndiff_cu_chroma_qp_offset_depth
(long struct, byte value) Unsafe version ofdiff_cu_chroma_qp_offset_depth
.static byte
ndiff_cu_qp_delta_depth
(long struct) Unsafe version ofdiff_cu_qp_delta_depth()
.static void
ndiff_cu_qp_delta_depth
(long struct, byte value) Unsafe version ofdiff_cu_qp_delta_depth
.static StdVideoH265PpsFlags
nflags
(long struct) Unsafe version offlags()
.static void
nflags
(long struct, StdVideoH265PpsFlags value) Unsafe version offlags
.static byte
ninit_qp_minus26
(long struct) Unsafe version ofinit_qp_minus26()
.static void
ninit_qp_minus26
(long struct, byte value) Unsafe version ofinit_qp_minus26
.static byte
nlog2_max_transform_skip_block_size_minus2
(long struct) Unsafe version oflog2_max_transform_skip_block_size_minus2()
.static void
nlog2_max_transform_skip_block_size_minus2
(long struct, byte value) Unsafe version oflog2_max_transform_skip_block_size_minus2
.static byte
nlog2_parallel_merge_level_minus2
(long struct) Unsafe version oflog2_parallel_merge_level_minus2()
.static void
nlog2_parallel_merge_level_minus2
(long struct, byte value) Unsafe version oflog2_parallel_merge_level_minus2
.static byte
nlog2_sao_offset_scale_chroma
(long struct) Unsafe version oflog2_sao_offset_scale_chroma()
.static void
nlog2_sao_offset_scale_chroma
(long struct, byte value) Unsafe version oflog2_sao_offset_scale_chroma
.static byte
nlog2_sao_offset_scale_luma
(long struct) Unsafe version oflog2_sao_offset_scale_luma()
.static void
nlog2_sao_offset_scale_luma
(long struct, byte value) Unsafe version oflog2_sao_offset_scale_luma
.static byte
nluma_bit_depth_entry_minus8
(long struct) Unsafe version ofluma_bit_depth_entry_minus8()
.static void
nluma_bit_depth_entry_minus8
(long struct, byte value) Unsafe version ofluma_bit_depth_entry_minus8
.static byte
nnum_extra_slice_header_bits
(long struct) Unsafe version ofnum_extra_slice_header_bits()
.static void
nnum_extra_slice_header_bits
(long struct, byte value) Unsafe version ofnum_extra_slice_header_bits
.static byte
nnum_ref_idx_l0_default_active_minus1
(long struct) Unsafe version ofnum_ref_idx_l0_default_active_minus1()
.static void
nnum_ref_idx_l0_default_active_minus1
(long struct, byte value) Unsafe version ofnum_ref_idx_l0_default_active_minus1
.static byte
nnum_ref_idx_l1_default_active_minus1
(long struct) Unsafe version ofnum_ref_idx_l1_default_active_minus1()
.static void
nnum_ref_idx_l1_default_active_minus1
(long struct, byte value) Unsafe version ofnum_ref_idx_l1_default_active_minus1
.static byte
nnum_tile_columns_minus1
(long struct) Unsafe version ofnum_tile_columns_minus1()
.static void
nnum_tile_columns_minus1
(long struct, byte value) Unsafe version ofnum_tile_columns_minus1
.static byte
nnum_tile_rows_minus1
(long struct) Unsafe version ofnum_tile_rows_minus1()
.static void
nnum_tile_rows_minus1
(long struct, byte value) Unsafe version ofnum_tile_rows_minus1
.npPredictorPaletteEntries
(long struct) Unsafe version ofpPredictorPaletteEntries()
.static void
npPredictorPaletteEntries
(long struct, StdVideoH265PredictorPaletteEntries value) Unsafe version ofpPredictorPaletteEntries
.static byte
npps_act_cb_qp_offset_plus5
(long struct) Unsafe version ofpps_act_cb_qp_offset_plus5()
.static void
npps_act_cb_qp_offset_plus5
(long struct, byte value) Unsafe version ofpps_act_cb_qp_offset_plus5
.static byte
npps_act_cr_qp_offset_plus3
(long struct) Unsafe version ofpps_act_cr_qp_offset_plus3()
.static void
npps_act_cr_qp_offset_plus3
(long struct, byte value) Unsafe version ofpps_act_cr_qp_offset_plus3
.static byte
npps_act_y_qp_offset_plus5
(long struct) Unsafe version ofpps_act_y_qp_offset_plus5()
.static void
npps_act_y_qp_offset_plus5
(long struct, byte value) Unsafe version ofpps_act_y_qp_offset_plus5
.static byte
npps_beta_offset_div2
(long struct) Unsafe version ofpps_beta_offset_div2()
.static void
npps_beta_offset_div2
(long struct, byte value) Unsafe version ofpps_beta_offset_div2
.static byte
npps_cb_qp_offset
(long struct) Unsafe version ofpps_cb_qp_offset()
.static void
npps_cb_qp_offset
(long struct, byte value) Unsafe version ofpps_cb_qp_offset
.static byte
npps_cr_qp_offset
(long struct) Unsafe version ofpps_cr_qp_offset()
.static void
npps_cr_qp_offset
(long struct, byte value) Unsafe version ofpps_cr_qp_offset
.static byte
npps_num_palette_predictor_initializers
(long struct) Unsafe version ofpps_num_palette_predictor_initializers()
.static void
npps_num_palette_predictor_initializers
(long struct, byte value) Unsafe version ofpps_num_palette_predictor_initializers
.static byte
npps_pic_parameter_set_id
(long struct) Unsafe version ofpps_pic_parameter_set_id()
.static void
npps_pic_parameter_set_id
(long struct, byte value) Unsafe version ofpps_pic_parameter_set_id
.static byte
npps_seq_parameter_set_id
(long struct) Unsafe version ofpps_seq_parameter_set_id()
.static void
npps_seq_parameter_set_id
(long struct, byte value) Unsafe version ofpps_seq_parameter_set_id
.static byte
npps_tc_offset_div2
(long struct) Unsafe version ofpps_tc_offset_div2()
.static void
npps_tc_offset_div2
(long struct, byte value) Unsafe version ofpps_tc_offset_div2
.static StdVideoH265ScalingLists
npScalingLists
(long struct) Unsafe version ofpScalingLists()
.static void
npScalingLists
(long struct, StdVideoH265ScalingLists value) Unsafe version ofpScalingLists
.static byte
nreserved1
(long struct) static void
nreserved1
(long struct, byte value) static byte
nreserved2
(long struct) static void
nreserved2
(long struct, byte value) static int
nreserved3
(long struct) static void
nreserved3
(long struct, int value) static ShortBuffer
nrow_height_minus1
(long struct) Unsafe version ofrow_height_minus1()
.static short
nrow_height_minus1
(long struct, int index) Unsafe version ofrow_height_minus1
.static void
nrow_height_minus1
(long struct, int index, short value) Unsafe version ofrow_height_minus1
.static void
nrow_height_minus1
(long struct, ShortBuffer value) Unsafe version ofrow_height_minus1
.static byte
nsps_video_parameter_set_id
(long struct) Unsafe version ofsps_video_parameter_set_id()
.static void
nsps_video_parameter_set_id
(long struct, byte value) Unsafe version ofsps_video_parameter_set_id
.byte
num_extra_slice_header_bits
(byte value) Sets the specified value to thenum_extra_slice_header_bits
field.byte
num_ref_idx_l0_default_active_minus1
(byte value) Sets the specified value to thenum_ref_idx_l0_default_active_minus1
field.byte
num_ref_idx_l1_default_active_minus1
(byte value) Sets the specified value to thenum_ref_idx_l1_default_active_minus1
field.byte
num_tile_columns_minus1
(byte value) Sets the specified value to thenum_tile_columns_minus1
field.byte
num_tile_rows_minus1
(byte value) Sets the specified value to thenum_tile_rows_minus1
field.Sets the address of the specifiedStdVideoH265PredictorPaletteEntries
to thepPredictorPaletteEntries
field.byte
pps_act_cb_qp_offset_plus5
(byte value) Sets the specified value to thepps_act_cb_qp_offset_plus5
field.byte
pps_act_cr_qp_offset_plus3
(byte value) Sets the specified value to thepps_act_cr_qp_offset_plus3
field.byte
pps_act_y_qp_offset_plus5
(byte value) Sets the specified value to thepps_act_y_qp_offset_plus5
field.byte
pps_beta_offset_div2
(byte value) Sets the specified value to thepps_beta_offset_div2
field.byte
pps_cb_qp_offset
(byte value) Sets the specified value to thepps_cb_qp_offset
field.byte
pps_cr_qp_offset
(byte value) Sets the specified value to thepps_cr_qp_offset
field.byte
pps_num_palette_predictor_initializers
(byte value) Sets the specified value to thepps_num_palette_predictor_initializers
field.byte
pps_pic_parameter_set_id
(byte value) Sets the specified value to thepps_pic_parameter_set_id
field.byte
pps_seq_parameter_set_id
(byte value) Sets the specified value to thepps_seq_parameter_set_id
field.byte
pps_tc_offset_div2
(byte value) Sets the specified value to thepps_tc_offset_div2
field.Sets the address of the specifiedStdVideoH265ScalingLists
to thepScalingLists
field.short
row_height_minus1
(int index) row_height_minus1
(int index, short value) Sets the specified value at the specified index of therow_height_minus1
field.row_height_minus1
(ShortBuffer value) Copies the specifiedShortBuffer
to therow_height_minus1
field.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.int
sizeof()
Returnssizeof(struct)
.byte
sps_video_parameter_set_id
(byte value) Sets the specified value to thesps_video_parameter_set_id
field.static void
validate
(long struct) Validates pointer members that should not beNULL
.Methods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toString
Methods 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 aStdVideoH265PictureParameterSet
instance at the current position of the specifiedByteBuffer
container. 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:Struct
Returnssizeof(struct)
.- Specified by:
sizeof
in classStruct<StdVideoH265PictureParameterSet>
-
flags
- Returns:
- a
StdVideoH265PpsFlags
view of theflags
field.
-
pps_pic_parameter_set_id
public byte pps_pic_parameter_set_id()- Returns:
- the value of the
pps_pic_parameter_set_id
field.
-
pps_seq_parameter_set_id
public byte pps_seq_parameter_set_id()- Returns:
- the value of the
pps_seq_parameter_set_id
field.
-
sps_video_parameter_set_id
public byte sps_video_parameter_set_id()- Returns:
- the value of the
sps_video_parameter_set_id
field.
-
num_extra_slice_header_bits
public byte num_extra_slice_header_bits()- Returns:
- the value of the
num_extra_slice_header_bits
field.
-
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_minus1
field.
-
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_minus1
field.
-
init_qp_minus26
public byte init_qp_minus26()- Returns:
- the value of the
init_qp_minus26
field.
-
diff_cu_qp_delta_depth
public byte diff_cu_qp_delta_depth()- Returns:
- the value of the
diff_cu_qp_delta_depth
field.
-
pps_cb_qp_offset
public byte pps_cb_qp_offset()- Returns:
- the value of the
pps_cb_qp_offset
field.
-
pps_cr_qp_offset
public byte pps_cr_qp_offset()- Returns:
- the value of the
pps_cr_qp_offset
field.
-
pps_beta_offset_div2
public byte pps_beta_offset_div2()- Returns:
- the value of the
pps_beta_offset_div2
field.
-
pps_tc_offset_div2
public byte pps_tc_offset_div2()- Returns:
- the value of the
pps_tc_offset_div2
field.
-
log2_parallel_merge_level_minus2
public byte log2_parallel_merge_level_minus2()- Returns:
- the value of the
log2_parallel_merge_level_minus2
field.
-
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_minus2
field.
-
diff_cu_chroma_qp_offset_depth
public byte diff_cu_chroma_qp_offset_depth()- Returns:
- the value of the
diff_cu_chroma_qp_offset_depth
field.
-
chroma_qp_offset_list_len_minus1
public byte chroma_qp_offset_list_len_minus1()- Returns:
- the value of the
chroma_qp_offset_list_len_minus1
field.
-
cb_qp_offset_list
- Returns:
- a
ByteBuffer
view of thecb_qp_offset_list
field.
-
cb_qp_offset_list
public byte cb_qp_offset_list(int index) - Returns:
- the value at the specified index of the
cb_qp_offset_list
field.
-
cr_qp_offset_list
- Returns:
- a
ByteBuffer
view of thecr_qp_offset_list
field.
-
cr_qp_offset_list
public byte cr_qp_offset_list(int index) - Returns:
- the value at the specified index of the
cr_qp_offset_list
field.
-
log2_sao_offset_scale_luma
public byte log2_sao_offset_scale_luma()- Returns:
- the value of the
log2_sao_offset_scale_luma
field.
-
log2_sao_offset_scale_chroma
public byte log2_sao_offset_scale_chroma()- Returns:
- the value of the
log2_sao_offset_scale_chroma
field.
-
pps_act_y_qp_offset_plus5
public byte pps_act_y_qp_offset_plus5()- Returns:
- the value of the
pps_act_y_qp_offset_plus5
field.
-
pps_act_cb_qp_offset_plus5
public byte pps_act_cb_qp_offset_plus5()- Returns:
- the value of the
pps_act_cb_qp_offset_plus5
field.
-
pps_act_cr_qp_offset_plus3
public byte pps_act_cr_qp_offset_plus3()- Returns:
- the value of the
pps_act_cr_qp_offset_plus3
field.
-
pps_num_palette_predictor_initializers
public byte pps_num_palette_predictor_initializers()- Returns:
- the value of the
pps_num_palette_predictor_initializers
field.
-
luma_bit_depth_entry_minus8
public byte luma_bit_depth_entry_minus8()- Returns:
- the value of the
luma_bit_depth_entry_minus8
field.
-
chroma_bit_depth_entry_minus8
public byte chroma_bit_depth_entry_minus8()- Returns:
- the value of the
chroma_bit_depth_entry_minus8
field.
-
num_tile_columns_minus1
public byte num_tile_columns_minus1()- Returns:
- the value of the
num_tile_columns_minus1
field.
-
num_tile_rows_minus1
public byte num_tile_rows_minus1()- Returns:
- the value of the
num_tile_rows_minus1
field.
-
column_width_minus1
- Returns:
- a
ShortBuffer
view of thecolumn_width_minus1
field.
-
column_width_minus1
public short column_width_minus1(int index) - Returns:
- the value at the specified index of the
column_width_minus1
field.
-
row_height_minus1
- Returns:
- a
ShortBuffer
view of therow_height_minus1
field.
-
row_height_minus1
public short row_height_minus1(int index) - Returns:
- the value at the specified index of the
row_height_minus1
field.
-
pScalingLists
- Returns:
- a
StdVideoH265ScalingLists
view of the struct pointed to by thepScalingLists
field.
-
pPredictorPaletteEntries
- Returns:
- a
StdVideoH265PredictorPaletteEntries
view of the struct pointed to by thepPredictorPaletteEntries
field.
-
flags
Copies the specifiedStdVideoH265PpsFlags
to theflags
field. -
flags
Passes theflags
field to the specifiedConsumer
. -
pps_pic_parameter_set_id
Sets the specified value to thepps_pic_parameter_set_id
field. -
pps_seq_parameter_set_id
Sets the specified value to thepps_seq_parameter_set_id
field. -
sps_video_parameter_set_id
Sets the specified value to thesps_video_parameter_set_id
field. -
num_extra_slice_header_bits
Sets the specified value to thenum_extra_slice_header_bits
field. -
num_ref_idx_l0_default_active_minus1
Sets the specified value to thenum_ref_idx_l0_default_active_minus1
field. -
num_ref_idx_l1_default_active_minus1
Sets the specified value to thenum_ref_idx_l1_default_active_minus1
field. -
init_qp_minus26
Sets the specified value to theinit_qp_minus26
field. -
diff_cu_qp_delta_depth
Sets the specified value to thediff_cu_qp_delta_depth
field. -
pps_cb_qp_offset
Sets the specified value to thepps_cb_qp_offset
field. -
pps_cr_qp_offset
Sets the specified value to thepps_cr_qp_offset
field. -
pps_beta_offset_div2
Sets the specified value to thepps_beta_offset_div2
field. -
pps_tc_offset_div2
Sets the specified value to thepps_tc_offset_div2
field. -
log2_parallel_merge_level_minus2
Sets the specified value to thelog2_parallel_merge_level_minus2
field. -
log2_max_transform_skip_block_size_minus2
Sets the specified value to thelog2_max_transform_skip_block_size_minus2
field. -
diff_cu_chroma_qp_offset_depth
Sets the specified value to thediff_cu_chroma_qp_offset_depth
field. -
chroma_qp_offset_list_len_minus1
Sets the specified value to thechroma_qp_offset_list_len_minus1
field. -
cb_qp_offset_list
Copies the specifiedByteBuffer
to thecb_qp_offset_list
field. -
cb_qp_offset_list
Sets the specified value at the specified index of thecb_qp_offset_list
field. -
cr_qp_offset_list
Copies the specifiedByteBuffer
to thecr_qp_offset_list
field. -
cr_qp_offset_list
Sets the specified value at the specified index of thecr_qp_offset_list
field. -
log2_sao_offset_scale_luma
Sets the specified value to thelog2_sao_offset_scale_luma
field. -
log2_sao_offset_scale_chroma
Sets the specified value to thelog2_sao_offset_scale_chroma
field. -
pps_act_y_qp_offset_plus5
Sets the specified value to thepps_act_y_qp_offset_plus5
field. -
pps_act_cb_qp_offset_plus5
Sets the specified value to thepps_act_cb_qp_offset_plus5
field. -
pps_act_cr_qp_offset_plus3
Sets the specified value to thepps_act_cr_qp_offset_plus3
field. -
pps_num_palette_predictor_initializers
Sets the specified value to thepps_num_palette_predictor_initializers
field. -
luma_bit_depth_entry_minus8
Sets the specified value to theluma_bit_depth_entry_minus8
field. -
chroma_bit_depth_entry_minus8
Sets the specified value to thechroma_bit_depth_entry_minus8
field. -
num_tile_columns_minus1
Sets the specified value to thenum_tile_columns_minus1
field. -
num_tile_rows_minus1
Sets the specified value to thenum_tile_rows_minus1
field. -
column_width_minus1
Copies the specifiedShortBuffer
to thecolumn_width_minus1
field. -
column_width_minus1
Sets the specified value at the specified index of thecolumn_width_minus1
field. -
row_height_minus1
Copies the specifiedShortBuffer
to therow_height_minus1
field. -
row_height_minus1
Sets the specified value at the specified index of therow_height_minus1
field. -
pScalingLists
Sets the address of the specifiedStdVideoH265ScalingLists
to thepScalingLists
field. -
pPredictorPaletteEntries
public StdVideoH265PictureParameterSet pPredictorPaletteEntries(StdVideoH265PredictorPaletteEntries value) Sets the address of the specifiedStdVideoH265PredictorPaletteEntries
to thepPredictorPaletteEntries
field. -
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 newStdVideoH265PictureParameterSet
instance allocated withmemAlloc
. The instance must be explicitly freed. -
calloc
Returns a newStdVideoH265PictureParameterSet
instance allocated withmemCalloc
. The instance must be explicitly freed. -
create
Returns a newStdVideoH265PictureParameterSet
instance allocated withBufferUtils
. -
create
Returns a newStdVideoH265PictureParameterSet
instance for the specified memory address. -
createSafe
-
malloc
Returns a newStdVideoH265PictureParameterSet.Buffer
instance allocated withmemAlloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
calloc
Returns a newStdVideoH265PictureParameterSet.Buffer
instance allocated withmemCalloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
create
Returns a newStdVideoH265PictureParameterSet.Buffer
instance allocated withBufferUtils
.- Parameters:
capacity
- the buffer capacity
-
create
Create aStdVideoH265PictureParameterSet.Buffer
instance 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 newStdVideoH265PictureParameterSet
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocate
-
calloc
Returns a newStdVideoH265PictureParameterSet
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
stack
- the stack from which to allocate
-
malloc
Returns a newStdVideoH265PictureParameterSet.Buffer
instance allocated on the specifiedMemoryStack
.- Parameters:
capacity
- the buffer capacitystack
- the stack from which to allocate
-
calloc
Returns a newStdVideoH265PictureParameterSet.Buffer
instance allocated on the specifiedMemoryStack
and 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
-