Package org.lwjgl.vulkan.video
Class StdVideoH265PpsFlags
- All Implemented Interfaces:
AutoCloseable
,NativeResource
,Pointer
struct StdVideoH265PpsFlags {
uint32_t dependent_slice_segments_enabled_flag : 1;
uint32_t output_flag_present_flag : 1;
uint32_t sign_data_hiding_enabled_flag : 1;
uint32_t cabac_init_present_flag : 1;
uint32_t constrained_intra_pred_flag : 1;
uint32_t transform_skip_enabled_flag : 1;
uint32_t cu_qp_delta_enabled_flag : 1;
uint32_t pps_slice_chroma_qp_offsets_present_flag : 1;
uint32_t weighted_pred_flag : 1;
uint32_t weighted_bipred_flag : 1;
uint32_t transquant_bypass_enabled_flag : 1;
uint32_t tiles_enabled_flag : 1;
uint32_t entropy_coding_sync_enabled_flag : 1;
uint32_t uniform_spacing_flag : 1;
uint32_t loop_filter_across_tiles_enabled_flag : 1;
uint32_t pps_loop_filter_across_slices_enabled_flag : 1;
uint32_t deblocking_filter_control_present_flag : 1;
uint32_t deblocking_filter_override_enabled_flag : 1;
uint32_t pps_deblocking_filter_disabled_flag : 1;
uint32_t pps_scaling_list_data_present_flag : 1;
uint32_t lists_modification_present_flag : 1;
uint32_t slice_segment_header_extension_present_flag : 1;
uint32_t pps_extension_present_flag : 1;
uint32_t cross_component_prediction_enabled_flag : 1;
uint32_t chroma_qp_offset_list_enabled_flag : 1;
uint32_t pps_curr_pic_ref_enabled_flag : 1;
uint32_t residual_adaptive_colour_transform_enabled_flag : 1;
uint32_t pps_slice_act_qp_offsets_present_flag : 1;
uint32_t pps_palette_predictor_initializers_present_flag : 1;
uint32_t monochrome_palette_flag : 1;
uint32_t pps_range_extension_flag : 1;
}
-
Nested Class Summary
Nested ClassesNested 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 size in bytes.Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE
-
Constructor Summary
ConstructorsConstructorDescriptionStdVideoH265PpsFlags
(ByteBuffer container) Creates aStdVideoH265PpsFlags
instance at the current position of the specifiedByteBuffer
container. -
Method Summary
Modifier and TypeMethodDescriptionboolean
cabac_init_present_flag
(boolean value) Sets the specified value to thecabac_init_present_flag
field.static StdVideoH265PpsFlags
calloc()
Returns a newStdVideoH265PpsFlags
instance allocated withmemCalloc
.static StdVideoH265PpsFlags.Buffer
calloc
(int capacity) Returns a newStdVideoH265PpsFlags.Buffer
instance allocated withmemCalloc
.static StdVideoH265PpsFlags.Buffer
calloc
(int capacity, MemoryStack stack) Returns a newStdVideoH265PpsFlags.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static StdVideoH265PpsFlags
calloc
(MemoryStack stack) Returns a newStdVideoH265PpsFlags
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.boolean
chroma_qp_offset_list_enabled_flag
(boolean value) Sets the specified value to thechroma_qp_offset_list_enabled_flag
field.boolean
constrained_intra_pred_flag
(boolean value) Sets the specified value to theconstrained_intra_pred_flag
field.static StdVideoH265PpsFlags
create()
Returns a newStdVideoH265PpsFlags
instance allocated withBufferUtils
.static StdVideoH265PpsFlags.Buffer
create
(int capacity) Returns a newStdVideoH265PpsFlags.Buffer
instance allocated withBufferUtils
.static StdVideoH265PpsFlags
create
(long address) Returns a newStdVideoH265PpsFlags
instance for the specified memory address.static StdVideoH265PpsFlags.Buffer
create
(long address, int capacity) Create aStdVideoH265PpsFlags.Buffer
instance at the specified memory.static @Nullable StdVideoH265PpsFlags
createSafe
(long address) static @Nullable StdVideoH265PpsFlags.Buffer
createSafe
(long address, int capacity) boolean
cross_component_prediction_enabled_flag
(boolean value) Sets the specified value to thecross_component_prediction_enabled_flag
field.boolean
cu_qp_delta_enabled_flag
(boolean value) Sets the specified value to thecu_qp_delta_enabled_flag
field.boolean
deblocking_filter_control_present_flag
(boolean value) Sets the specified value to thedeblocking_filter_control_present_flag
field.boolean
deblocking_filter_override_enabled_flag
(boolean value) Sets the specified value to thedeblocking_filter_override_enabled_flag
field.boolean
dependent_slice_segments_enabled_flag
(boolean value) Sets the specified value to thedependent_slice_segments_enabled_flag
field.boolean
entropy_coding_sync_enabled_flag
(boolean value) Sets the specified value to theentropy_coding_sync_enabled_flag
field.boolean
lists_modification_present_flag
(boolean value) Sets the specified value to thelists_modification_present_flag
field.boolean
loop_filter_across_tiles_enabled_flag
(boolean value) Sets the specified value to theloop_filter_across_tiles_enabled_flag
field.static StdVideoH265PpsFlags
malloc()
Returns a newStdVideoH265PpsFlags
instance allocated withmemAlloc
.static StdVideoH265PpsFlags.Buffer
malloc
(int capacity) Returns a newStdVideoH265PpsFlags.Buffer
instance allocated withmemAlloc
.static StdVideoH265PpsFlags.Buffer
malloc
(int capacity, MemoryStack stack) Returns a newStdVideoH265PpsFlags.Buffer
instance allocated on the specifiedMemoryStack
.static StdVideoH265PpsFlags
malloc
(MemoryStack stack) Returns a newStdVideoH265PpsFlags
instance allocated on the specifiedMemoryStack
.boolean
monochrome_palette_flag
(boolean value) Sets the specified value to themonochrome_palette_flag
field.static int
nbitfield0
(long struct) static void
nbitfield0
(long struct, int value) static int
ncabac_init_present_flag
(long struct) Unsafe version ofcabac_init_present_flag()
.static void
ncabac_init_present_flag
(long struct, int value) Unsafe version ofcabac_init_present_flag
.static int
nchroma_qp_offset_list_enabled_flag
(long struct) Unsafe version ofchroma_qp_offset_list_enabled_flag()
.static void
nchroma_qp_offset_list_enabled_flag
(long struct, int value) Unsafe version ofchroma_qp_offset_list_enabled_flag
.static int
nconstrained_intra_pred_flag
(long struct) Unsafe version ofconstrained_intra_pred_flag()
.static void
nconstrained_intra_pred_flag
(long struct, int value) Unsafe version ofconstrained_intra_pred_flag
.static int
ncross_component_prediction_enabled_flag
(long struct) Unsafe version ofcross_component_prediction_enabled_flag()
.static void
ncross_component_prediction_enabled_flag
(long struct, int value) Unsafe version ofcross_component_prediction_enabled_flag
.static int
ncu_qp_delta_enabled_flag
(long struct) Unsafe version ofcu_qp_delta_enabled_flag()
.static void
ncu_qp_delta_enabled_flag
(long struct, int value) Unsafe version ofcu_qp_delta_enabled_flag
.static int
ndeblocking_filter_control_present_flag
(long struct) Unsafe version ofdeblocking_filter_control_present_flag()
.static void
ndeblocking_filter_control_present_flag
(long struct, int value) Unsafe version ofdeblocking_filter_control_present_flag
.static int
ndeblocking_filter_override_enabled_flag
(long struct) Unsafe version ofdeblocking_filter_override_enabled_flag()
.static void
ndeblocking_filter_override_enabled_flag
(long struct, int value) Unsafe version ofdeblocking_filter_override_enabled_flag
.static int
ndependent_slice_segments_enabled_flag
(long struct) Unsafe version ofdependent_slice_segments_enabled_flag()
.static void
ndependent_slice_segments_enabled_flag
(long struct, int value) Unsafe version ofdependent_slice_segments_enabled_flag
.static int
nentropy_coding_sync_enabled_flag
(long struct) Unsafe version ofentropy_coding_sync_enabled_flag()
.static void
nentropy_coding_sync_enabled_flag
(long struct, int value) Unsafe version ofentropy_coding_sync_enabled_flag
.static int
nlists_modification_present_flag
(long struct) Unsafe version oflists_modification_present_flag()
.static void
nlists_modification_present_flag
(long struct, int value) Unsafe version oflists_modification_present_flag
.static int
nloop_filter_across_tiles_enabled_flag
(long struct) Unsafe version ofloop_filter_across_tiles_enabled_flag()
.static void
nloop_filter_across_tiles_enabled_flag
(long struct, int value) Unsafe version ofloop_filter_across_tiles_enabled_flag
.static int
nmonochrome_palette_flag
(long struct) Unsafe version ofmonochrome_palette_flag()
.static void
nmonochrome_palette_flag
(long struct, int value) Unsafe version ofmonochrome_palette_flag
.static int
noutput_flag_present_flag
(long struct) Unsafe version ofoutput_flag_present_flag()
.static void
noutput_flag_present_flag
(long struct, int value) Unsafe version ofoutput_flag_present_flag
.static int
npps_curr_pic_ref_enabled_flag
(long struct) Unsafe version ofpps_curr_pic_ref_enabled_flag()
.static void
npps_curr_pic_ref_enabled_flag
(long struct, int value) Unsafe version ofpps_curr_pic_ref_enabled_flag
.static int
npps_deblocking_filter_disabled_flag
(long struct) Unsafe version ofpps_deblocking_filter_disabled_flag()
.static void
npps_deblocking_filter_disabled_flag
(long struct, int value) Unsafe version ofpps_deblocking_filter_disabled_flag
.static int
npps_extension_present_flag
(long struct) Unsafe version ofpps_extension_present_flag()
.static void
npps_extension_present_flag
(long struct, int value) Unsafe version ofpps_extension_present_flag
.static int
npps_loop_filter_across_slices_enabled_flag
(long struct) Unsafe version ofpps_loop_filter_across_slices_enabled_flag()
.static void
npps_loop_filter_across_slices_enabled_flag
(long struct, int value) Unsafe version ofpps_loop_filter_across_slices_enabled_flag
.static int
npps_palette_predictor_initializers_present_flag
(long struct) Unsafe version ofpps_palette_predictor_initializers_present_flag()
.static void
npps_palette_predictor_initializers_present_flag
(long struct, int value) Unsafe version ofpps_palette_predictor_initializers_present_flag
.static int
npps_range_extension_flag
(long struct) Unsafe version ofpps_range_extension_flag()
.static void
npps_range_extension_flag
(long struct, int value) Unsafe version ofpps_range_extension_flag
.static int
npps_scaling_list_data_present_flag
(long struct) Unsafe version ofpps_scaling_list_data_present_flag()
.static void
npps_scaling_list_data_present_flag
(long struct, int value) Unsafe version ofpps_scaling_list_data_present_flag
.static int
npps_slice_act_qp_offsets_present_flag
(long struct) Unsafe version ofpps_slice_act_qp_offsets_present_flag()
.static void
npps_slice_act_qp_offsets_present_flag
(long struct, int value) Unsafe version ofpps_slice_act_qp_offsets_present_flag
.static int
npps_slice_chroma_qp_offsets_present_flag
(long struct) Unsafe version ofpps_slice_chroma_qp_offsets_present_flag()
.static void
npps_slice_chroma_qp_offsets_present_flag
(long struct, int value) Unsafe version ofpps_slice_chroma_qp_offsets_present_flag
.static int
nresidual_adaptive_colour_transform_enabled_flag
(long struct) Unsafe version ofresidual_adaptive_colour_transform_enabled_flag()
.static void
nresidual_adaptive_colour_transform_enabled_flag
(long struct, int value) Unsafe version ofresidual_adaptive_colour_transform_enabled_flag
.static int
nsign_data_hiding_enabled_flag
(long struct) Unsafe version ofsign_data_hiding_enabled_flag()
.static void
nsign_data_hiding_enabled_flag
(long struct, int value) Unsafe version ofsign_data_hiding_enabled_flag
.static int
nslice_segment_header_extension_present_flag
(long struct) Unsafe version ofslice_segment_header_extension_present_flag()
.static void
nslice_segment_header_extension_present_flag
(long struct, int value) Unsafe version ofslice_segment_header_extension_present_flag
.static int
ntiles_enabled_flag
(long struct) Unsafe version oftiles_enabled_flag()
.static void
ntiles_enabled_flag
(long struct, int value) Unsafe version oftiles_enabled_flag
.static int
ntransform_skip_enabled_flag
(long struct) Unsafe version oftransform_skip_enabled_flag()
.static void
ntransform_skip_enabled_flag
(long struct, int value) Unsafe version oftransform_skip_enabled_flag
.static int
ntransquant_bypass_enabled_flag
(long struct) Unsafe version oftransquant_bypass_enabled_flag()
.static void
ntransquant_bypass_enabled_flag
(long struct, int value) Unsafe version oftransquant_bypass_enabled_flag
.static int
nuniform_spacing_flag
(long struct) Unsafe version ofuniform_spacing_flag()
.static void
nuniform_spacing_flag
(long struct, int value) Unsafe version ofuniform_spacing_flag
.static int
nweighted_bipred_flag
(long struct) Unsafe version ofweighted_bipred_flag()
.static void
nweighted_bipred_flag
(long struct, int value) Unsafe version ofweighted_bipred_flag
.static int
nweighted_pred_flag
(long struct) Unsafe version ofweighted_pred_flag()
.static void
nweighted_pred_flag
(long struct, int value) Unsafe version ofweighted_pred_flag
.boolean
output_flag_present_flag
(boolean value) Sets the specified value to theoutput_flag_present_flag
field.boolean
pps_curr_pic_ref_enabled_flag
(boolean value) Sets the specified value to thepps_curr_pic_ref_enabled_flag
field.boolean
pps_deblocking_filter_disabled_flag
(boolean value) Sets the specified value to thepps_deblocking_filter_disabled_flag
field.boolean
pps_extension_present_flag
(boolean value) Sets the specified value to thepps_extension_present_flag
field.boolean
pps_loop_filter_across_slices_enabled_flag
(boolean value) Sets the specified value to thepps_loop_filter_across_slices_enabled_flag
field.boolean
pps_palette_predictor_initializers_present_flag
(boolean value) Sets the specified value to thepps_palette_predictor_initializers_present_flag
field.boolean
pps_range_extension_flag
(boolean value) Sets the specified value to thepps_range_extension_flag
field.boolean
pps_scaling_list_data_present_flag
(boolean value) Sets the specified value to thepps_scaling_list_data_present_flag
field.boolean
pps_slice_act_qp_offsets_present_flag
(boolean value) Sets the specified value to thepps_slice_act_qp_offsets_present_flag
field.boolean
pps_slice_chroma_qp_offsets_present_flag
(boolean value) Sets the specified value to thepps_slice_chroma_qp_offsets_present_flag
field.boolean
residual_adaptive_colour_transform_enabled_flag
(boolean value) Sets the specified value to theresidual_adaptive_colour_transform_enabled_flag
field.set
(boolean dependent_slice_segments_enabled_flag, boolean output_flag_present_flag, boolean sign_data_hiding_enabled_flag, boolean cabac_init_present_flag, boolean constrained_intra_pred_flag, boolean transform_skip_enabled_flag, boolean cu_qp_delta_enabled_flag, boolean pps_slice_chroma_qp_offsets_present_flag, boolean weighted_pred_flag, boolean weighted_bipred_flag, boolean transquant_bypass_enabled_flag, boolean tiles_enabled_flag, boolean entropy_coding_sync_enabled_flag, boolean uniform_spacing_flag, boolean loop_filter_across_tiles_enabled_flag, boolean pps_loop_filter_across_slices_enabled_flag, boolean deblocking_filter_control_present_flag, boolean deblocking_filter_override_enabled_flag, boolean pps_deblocking_filter_disabled_flag, boolean pps_scaling_list_data_present_flag, boolean lists_modification_present_flag, boolean slice_segment_header_extension_present_flag, boolean pps_extension_present_flag, boolean cross_component_prediction_enabled_flag, boolean chroma_qp_offset_list_enabled_flag, boolean pps_curr_pic_ref_enabled_flag, boolean residual_adaptive_colour_transform_enabled_flag, boolean pps_slice_act_qp_offsets_present_flag, boolean pps_palette_predictor_initializers_present_flag, boolean monochrome_palette_flag, boolean pps_range_extension_flag) Initializes this struct with the specified values.set
(StdVideoH265PpsFlags src) Copies the specified struct data to this struct.boolean
sign_data_hiding_enabled_flag
(boolean value) Sets the specified value to thesign_data_hiding_enabled_flag
field.int
sizeof()
Returnssizeof(struct)
.boolean
slice_segment_header_extension_present_flag
(boolean value) Sets the specified value to theslice_segment_header_extension_present_flag
field.boolean
tiles_enabled_flag
(boolean value) Sets the specified value to thetiles_enabled_flag
field.boolean
transform_skip_enabled_flag
(boolean value) Sets the specified value to thetransform_skip_enabled_flag
field.boolean
transquant_bypass_enabled_flag
(boolean value) Sets the specified value to thetransquant_bypass_enabled_flag
field.boolean
uniform_spacing_flag
(boolean value) Sets the specified value to theuniform_spacing_flag
field.boolean
weighted_bipred_flag
(boolean value) Sets the specified value to theweighted_bipred_flag
field.boolean
weighted_pred_flag
(boolean value) Sets the specified value to theweighted_pred_flag
field.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. -
BITFIELD0
public static final int BITFIELD0The struct member offsets.
-
-
Constructor Details
-
StdVideoH265PpsFlags
Creates aStdVideoH265PpsFlags
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<StdVideoH265PpsFlags>
-
dependent_slice_segments_enabled_flag
public boolean dependent_slice_segments_enabled_flag()- Returns:
- the value of the
dependent_slice_segments_enabled_flag
field.
-
output_flag_present_flag
public boolean output_flag_present_flag()- Returns:
- the value of the
output_flag_present_flag
field.
-
sign_data_hiding_enabled_flag
public boolean sign_data_hiding_enabled_flag()- Returns:
- the value of the
sign_data_hiding_enabled_flag
field.
-
cabac_init_present_flag
public boolean cabac_init_present_flag()- Returns:
- the value of the
cabac_init_present_flag
field.
-
constrained_intra_pred_flag
public boolean constrained_intra_pred_flag()- Returns:
- the value of the
constrained_intra_pred_flag
field.
-
transform_skip_enabled_flag
public boolean transform_skip_enabled_flag()- Returns:
- the value of the
transform_skip_enabled_flag
field.
-
cu_qp_delta_enabled_flag
public boolean cu_qp_delta_enabled_flag()- Returns:
- the value of the
cu_qp_delta_enabled_flag
field.
-
pps_slice_chroma_qp_offsets_present_flag
public boolean pps_slice_chroma_qp_offsets_present_flag()- Returns:
- the value of the
pps_slice_chroma_qp_offsets_present_flag
field.
-
weighted_pred_flag
public boolean weighted_pred_flag()- Returns:
- the value of the
weighted_pred_flag
field.
-
weighted_bipred_flag
public boolean weighted_bipred_flag()- Returns:
- the value of the
weighted_bipred_flag
field.
-
transquant_bypass_enabled_flag
public boolean transquant_bypass_enabled_flag()- Returns:
- the value of the
transquant_bypass_enabled_flag
field.
-
tiles_enabled_flag
public boolean tiles_enabled_flag()- Returns:
- the value of the
tiles_enabled_flag
field.
-
entropy_coding_sync_enabled_flag
public boolean entropy_coding_sync_enabled_flag()- Returns:
- the value of the
entropy_coding_sync_enabled_flag
field.
-
uniform_spacing_flag
public boolean uniform_spacing_flag()- Returns:
- the value of the
uniform_spacing_flag
field.
-
loop_filter_across_tiles_enabled_flag
public boolean loop_filter_across_tiles_enabled_flag()- Returns:
- the value of the
loop_filter_across_tiles_enabled_flag
field.
-
pps_loop_filter_across_slices_enabled_flag
public boolean pps_loop_filter_across_slices_enabled_flag()- Returns:
- the value of the
pps_loop_filter_across_slices_enabled_flag
field.
-
deblocking_filter_control_present_flag
public boolean deblocking_filter_control_present_flag()- Returns:
- the value of the
deblocking_filter_control_present_flag
field.
-
deblocking_filter_override_enabled_flag
public boolean deblocking_filter_override_enabled_flag()- Returns:
- the value of the
deblocking_filter_override_enabled_flag
field.
-
pps_deblocking_filter_disabled_flag
public boolean pps_deblocking_filter_disabled_flag()- Returns:
- the value of the
pps_deblocking_filter_disabled_flag
field.
-
pps_scaling_list_data_present_flag
public boolean pps_scaling_list_data_present_flag()- Returns:
- the value of the
pps_scaling_list_data_present_flag
field.
-
lists_modification_present_flag
public boolean lists_modification_present_flag()- Returns:
- the value of the
lists_modification_present_flag
field.
-
slice_segment_header_extension_present_flag
public boolean slice_segment_header_extension_present_flag()- Returns:
- the value of the
slice_segment_header_extension_present_flag
field.
-
pps_extension_present_flag
public boolean pps_extension_present_flag()- Returns:
- the value of the
pps_extension_present_flag
field.
-
cross_component_prediction_enabled_flag
public boolean cross_component_prediction_enabled_flag()- Returns:
- the value of the
cross_component_prediction_enabled_flag
field.
-
chroma_qp_offset_list_enabled_flag
public boolean chroma_qp_offset_list_enabled_flag()- Returns:
- the value of the
chroma_qp_offset_list_enabled_flag
field.
-
pps_curr_pic_ref_enabled_flag
public boolean pps_curr_pic_ref_enabled_flag()- Returns:
- the value of the
pps_curr_pic_ref_enabled_flag
field.
-
residual_adaptive_colour_transform_enabled_flag
public boolean residual_adaptive_colour_transform_enabled_flag()- Returns:
- the value of the
residual_adaptive_colour_transform_enabled_flag
field.
-
pps_slice_act_qp_offsets_present_flag
public boolean pps_slice_act_qp_offsets_present_flag()- Returns:
- the value of the
pps_slice_act_qp_offsets_present_flag
field.
-
pps_palette_predictor_initializers_present_flag
public boolean pps_palette_predictor_initializers_present_flag()- Returns:
- the value of the
pps_palette_predictor_initializers_present_flag
field.
-
monochrome_palette_flag
public boolean monochrome_palette_flag()- Returns:
- the value of the
monochrome_palette_flag
field.
-
pps_range_extension_flag
public boolean pps_range_extension_flag()- Returns:
- the value of the
pps_range_extension_flag
field.
-
dependent_slice_segments_enabled_flag
Sets the specified value to thedependent_slice_segments_enabled_flag
field. -
output_flag_present_flag
Sets the specified value to theoutput_flag_present_flag
field. -
sign_data_hiding_enabled_flag
Sets the specified value to thesign_data_hiding_enabled_flag
field. -
cabac_init_present_flag
Sets the specified value to thecabac_init_present_flag
field. -
constrained_intra_pred_flag
Sets the specified value to theconstrained_intra_pred_flag
field. -
transform_skip_enabled_flag
Sets the specified value to thetransform_skip_enabled_flag
field. -
cu_qp_delta_enabled_flag
Sets the specified value to thecu_qp_delta_enabled_flag
field. -
pps_slice_chroma_qp_offsets_present_flag
Sets the specified value to thepps_slice_chroma_qp_offsets_present_flag
field. -
weighted_pred_flag
Sets the specified value to theweighted_pred_flag
field. -
weighted_bipred_flag
Sets the specified value to theweighted_bipred_flag
field. -
transquant_bypass_enabled_flag
Sets the specified value to thetransquant_bypass_enabled_flag
field. -
tiles_enabled_flag
Sets the specified value to thetiles_enabled_flag
field. -
entropy_coding_sync_enabled_flag
Sets the specified value to theentropy_coding_sync_enabled_flag
field. -
uniform_spacing_flag
Sets the specified value to theuniform_spacing_flag
field. -
loop_filter_across_tiles_enabled_flag
Sets the specified value to theloop_filter_across_tiles_enabled_flag
field. -
pps_loop_filter_across_slices_enabled_flag
Sets the specified value to thepps_loop_filter_across_slices_enabled_flag
field. -
deblocking_filter_control_present_flag
Sets the specified value to thedeblocking_filter_control_present_flag
field. -
deblocking_filter_override_enabled_flag
Sets the specified value to thedeblocking_filter_override_enabled_flag
field. -
pps_deblocking_filter_disabled_flag
Sets the specified value to thepps_deblocking_filter_disabled_flag
field. -
pps_scaling_list_data_present_flag
Sets the specified value to thepps_scaling_list_data_present_flag
field. -
lists_modification_present_flag
Sets the specified value to thelists_modification_present_flag
field. -
slice_segment_header_extension_present_flag
Sets the specified value to theslice_segment_header_extension_present_flag
field. -
pps_extension_present_flag
Sets the specified value to thepps_extension_present_flag
field. -
cross_component_prediction_enabled_flag
Sets the specified value to thecross_component_prediction_enabled_flag
field. -
chroma_qp_offset_list_enabled_flag
Sets the specified value to thechroma_qp_offset_list_enabled_flag
field. -
pps_curr_pic_ref_enabled_flag
Sets the specified value to thepps_curr_pic_ref_enabled_flag
field. -
residual_adaptive_colour_transform_enabled_flag
Sets the specified value to theresidual_adaptive_colour_transform_enabled_flag
field. -
pps_slice_act_qp_offsets_present_flag
Sets the specified value to thepps_slice_act_qp_offsets_present_flag
field. -
pps_palette_predictor_initializers_present_flag
Sets the specified value to thepps_palette_predictor_initializers_present_flag
field. -
monochrome_palette_flag
Sets the specified value to themonochrome_palette_flag
field. -
pps_range_extension_flag
Sets the specified value to thepps_range_extension_flag
field. -
set
public StdVideoH265PpsFlags set(boolean dependent_slice_segments_enabled_flag, boolean output_flag_present_flag, boolean sign_data_hiding_enabled_flag, boolean cabac_init_present_flag, boolean constrained_intra_pred_flag, boolean transform_skip_enabled_flag, boolean cu_qp_delta_enabled_flag, boolean pps_slice_chroma_qp_offsets_present_flag, boolean weighted_pred_flag, boolean weighted_bipred_flag, boolean transquant_bypass_enabled_flag, boolean tiles_enabled_flag, boolean entropy_coding_sync_enabled_flag, boolean uniform_spacing_flag, boolean loop_filter_across_tiles_enabled_flag, boolean pps_loop_filter_across_slices_enabled_flag, boolean deblocking_filter_control_present_flag, boolean deblocking_filter_override_enabled_flag, boolean pps_deblocking_filter_disabled_flag, boolean pps_scaling_list_data_present_flag, boolean lists_modification_present_flag, boolean slice_segment_header_extension_present_flag, boolean pps_extension_present_flag, boolean cross_component_prediction_enabled_flag, boolean chroma_qp_offset_list_enabled_flag, boolean pps_curr_pic_ref_enabled_flag, boolean residual_adaptive_colour_transform_enabled_flag, boolean pps_slice_act_qp_offsets_present_flag, boolean pps_palette_predictor_initializers_present_flag, boolean monochrome_palette_flag, boolean pps_range_extension_flag) 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 newStdVideoH265PpsFlags
instance allocated withmemAlloc
. The instance must be explicitly freed. -
calloc
Returns a newStdVideoH265PpsFlags
instance allocated withmemCalloc
. The instance must be explicitly freed. -
create
Returns a newStdVideoH265PpsFlags
instance allocated withBufferUtils
. -
create
Returns a newStdVideoH265PpsFlags
instance for the specified memory address. -
createSafe
-
malloc
Returns a newStdVideoH265PpsFlags.Buffer
instance allocated withmemAlloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
calloc
Returns a newStdVideoH265PpsFlags.Buffer
instance allocated withmemCalloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
create
Returns a newStdVideoH265PpsFlags.Buffer
instance allocated withBufferUtils
.- Parameters:
capacity
- the buffer capacity
-
create
Create aStdVideoH265PpsFlags.Buffer
instance at the specified memory.- Parameters:
address
- the memory addresscapacity
- the buffer capacity
-
createSafe
-
malloc
Returns a newStdVideoH265PpsFlags
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocate
-
calloc
Returns a newStdVideoH265PpsFlags
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
stack
- the stack from which to allocate
-
malloc
Returns a newStdVideoH265PpsFlags.Buffer
instance allocated on the specifiedMemoryStack
.- Parameters:
capacity
- the buffer capacitystack
- the stack from which to allocate
-
calloc
Returns a newStdVideoH265PpsFlags.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
capacity
- the buffer capacitystack
- the stack from which to allocate
-
nbitfield0
public static int nbitfield0(long struct) -
ndependent_slice_segments_enabled_flag
public static int ndependent_slice_segments_enabled_flag(long struct) Unsafe version ofdependent_slice_segments_enabled_flag()
. -
noutput_flag_present_flag
public static int noutput_flag_present_flag(long struct) Unsafe version ofoutput_flag_present_flag()
. -
nsign_data_hiding_enabled_flag
public static int nsign_data_hiding_enabled_flag(long struct) Unsafe version ofsign_data_hiding_enabled_flag()
. -
ncabac_init_present_flag
public static int ncabac_init_present_flag(long struct) Unsafe version ofcabac_init_present_flag()
. -
nconstrained_intra_pred_flag
public static int nconstrained_intra_pred_flag(long struct) Unsafe version ofconstrained_intra_pred_flag()
. -
ntransform_skip_enabled_flag
public static int ntransform_skip_enabled_flag(long struct) Unsafe version oftransform_skip_enabled_flag()
. -
ncu_qp_delta_enabled_flag
public static int ncu_qp_delta_enabled_flag(long struct) Unsafe version ofcu_qp_delta_enabled_flag()
. -
npps_slice_chroma_qp_offsets_present_flag
public static int npps_slice_chroma_qp_offsets_present_flag(long struct) Unsafe version ofpps_slice_chroma_qp_offsets_present_flag()
. -
nweighted_pred_flag
public static int nweighted_pred_flag(long struct) Unsafe version ofweighted_pred_flag()
. -
nweighted_bipred_flag
public static int nweighted_bipred_flag(long struct) Unsafe version ofweighted_bipred_flag()
. -
ntransquant_bypass_enabled_flag
public static int ntransquant_bypass_enabled_flag(long struct) Unsafe version oftransquant_bypass_enabled_flag()
. -
ntiles_enabled_flag
public static int ntiles_enabled_flag(long struct) Unsafe version oftiles_enabled_flag()
. -
nentropy_coding_sync_enabled_flag
public static int nentropy_coding_sync_enabled_flag(long struct) Unsafe version ofentropy_coding_sync_enabled_flag()
. -
nuniform_spacing_flag
public static int nuniform_spacing_flag(long struct) Unsafe version ofuniform_spacing_flag()
. -
nloop_filter_across_tiles_enabled_flag
public static int nloop_filter_across_tiles_enabled_flag(long struct) Unsafe version ofloop_filter_across_tiles_enabled_flag()
. -
npps_loop_filter_across_slices_enabled_flag
public static int npps_loop_filter_across_slices_enabled_flag(long struct) Unsafe version ofpps_loop_filter_across_slices_enabled_flag()
. -
ndeblocking_filter_control_present_flag
public static int ndeblocking_filter_control_present_flag(long struct) Unsafe version ofdeblocking_filter_control_present_flag()
. -
ndeblocking_filter_override_enabled_flag
public static int ndeblocking_filter_override_enabled_flag(long struct) Unsafe version ofdeblocking_filter_override_enabled_flag()
. -
npps_deblocking_filter_disabled_flag
public static int npps_deblocking_filter_disabled_flag(long struct) Unsafe version ofpps_deblocking_filter_disabled_flag()
. -
npps_scaling_list_data_present_flag
public static int npps_scaling_list_data_present_flag(long struct) Unsafe version ofpps_scaling_list_data_present_flag()
. -
nlists_modification_present_flag
public static int nlists_modification_present_flag(long struct) Unsafe version oflists_modification_present_flag()
. -
nslice_segment_header_extension_present_flag
public static int nslice_segment_header_extension_present_flag(long struct) Unsafe version ofslice_segment_header_extension_present_flag()
. -
npps_extension_present_flag
public static int npps_extension_present_flag(long struct) Unsafe version ofpps_extension_present_flag()
. -
ncross_component_prediction_enabled_flag
public static int ncross_component_prediction_enabled_flag(long struct) Unsafe version ofcross_component_prediction_enabled_flag()
. -
nchroma_qp_offset_list_enabled_flag
public static int nchroma_qp_offset_list_enabled_flag(long struct) Unsafe version ofchroma_qp_offset_list_enabled_flag()
. -
npps_curr_pic_ref_enabled_flag
public static int npps_curr_pic_ref_enabled_flag(long struct) Unsafe version ofpps_curr_pic_ref_enabled_flag()
. -
nresidual_adaptive_colour_transform_enabled_flag
public static int nresidual_adaptive_colour_transform_enabled_flag(long struct) Unsafe version ofresidual_adaptive_colour_transform_enabled_flag()
. -
npps_slice_act_qp_offsets_present_flag
public static int npps_slice_act_qp_offsets_present_flag(long struct) Unsafe version ofpps_slice_act_qp_offsets_present_flag()
. -
npps_palette_predictor_initializers_present_flag
public static int npps_palette_predictor_initializers_present_flag(long struct) Unsafe version ofpps_palette_predictor_initializers_present_flag()
. -
nmonochrome_palette_flag
public static int nmonochrome_palette_flag(long struct) Unsafe version ofmonochrome_palette_flag()
. -
npps_range_extension_flag
public static int npps_range_extension_flag(long struct) Unsafe version ofpps_range_extension_flag()
. -
nbitfield0
public static void nbitfield0(long struct, int value) -
ndependent_slice_segments_enabled_flag
public static void ndependent_slice_segments_enabled_flag(long struct, int value) Unsafe version ofdependent_slice_segments_enabled_flag
. -
noutput_flag_present_flag
public static void noutput_flag_present_flag(long struct, int value) Unsafe version ofoutput_flag_present_flag
. -
nsign_data_hiding_enabled_flag
public static void nsign_data_hiding_enabled_flag(long struct, int value) Unsafe version ofsign_data_hiding_enabled_flag
. -
ncabac_init_present_flag
public static void ncabac_init_present_flag(long struct, int value) Unsafe version ofcabac_init_present_flag
. -
nconstrained_intra_pred_flag
public static void nconstrained_intra_pred_flag(long struct, int value) Unsafe version ofconstrained_intra_pred_flag
. -
ntransform_skip_enabled_flag
public static void ntransform_skip_enabled_flag(long struct, int value) Unsafe version oftransform_skip_enabled_flag
. -
ncu_qp_delta_enabled_flag
public static void ncu_qp_delta_enabled_flag(long struct, int value) Unsafe version ofcu_qp_delta_enabled_flag
. -
npps_slice_chroma_qp_offsets_present_flag
public static void npps_slice_chroma_qp_offsets_present_flag(long struct, int value) Unsafe version ofpps_slice_chroma_qp_offsets_present_flag
. -
nweighted_pred_flag
public static void nweighted_pred_flag(long struct, int value) Unsafe version ofweighted_pred_flag
. -
nweighted_bipred_flag
public static void nweighted_bipred_flag(long struct, int value) Unsafe version ofweighted_bipred_flag
. -
ntransquant_bypass_enabled_flag
public static void ntransquant_bypass_enabled_flag(long struct, int value) Unsafe version oftransquant_bypass_enabled_flag
. -
ntiles_enabled_flag
public static void ntiles_enabled_flag(long struct, int value) Unsafe version oftiles_enabled_flag
. -
nentropy_coding_sync_enabled_flag
public static void nentropy_coding_sync_enabled_flag(long struct, int value) Unsafe version ofentropy_coding_sync_enabled_flag
. -
nuniform_spacing_flag
public static void nuniform_spacing_flag(long struct, int value) Unsafe version ofuniform_spacing_flag
. -
nloop_filter_across_tiles_enabled_flag
public static void nloop_filter_across_tiles_enabled_flag(long struct, int value) Unsafe version ofloop_filter_across_tiles_enabled_flag
. -
npps_loop_filter_across_slices_enabled_flag
public static void npps_loop_filter_across_slices_enabled_flag(long struct, int value) Unsafe version ofpps_loop_filter_across_slices_enabled_flag
. -
ndeblocking_filter_control_present_flag
public static void ndeblocking_filter_control_present_flag(long struct, int value) Unsafe version ofdeblocking_filter_control_present_flag
. -
ndeblocking_filter_override_enabled_flag
public static void ndeblocking_filter_override_enabled_flag(long struct, int value) Unsafe version ofdeblocking_filter_override_enabled_flag
. -
npps_deblocking_filter_disabled_flag
public static void npps_deblocking_filter_disabled_flag(long struct, int value) Unsafe version ofpps_deblocking_filter_disabled_flag
. -
npps_scaling_list_data_present_flag
public static void npps_scaling_list_data_present_flag(long struct, int value) Unsafe version ofpps_scaling_list_data_present_flag
. -
nlists_modification_present_flag
public static void nlists_modification_present_flag(long struct, int value) Unsafe version oflists_modification_present_flag
. -
nslice_segment_header_extension_present_flag
public static void nslice_segment_header_extension_present_flag(long struct, int value) Unsafe version ofslice_segment_header_extension_present_flag
. -
npps_extension_present_flag
public static void npps_extension_present_flag(long struct, int value) Unsafe version ofpps_extension_present_flag
. -
ncross_component_prediction_enabled_flag
public static void ncross_component_prediction_enabled_flag(long struct, int value) Unsafe version ofcross_component_prediction_enabled_flag
. -
nchroma_qp_offset_list_enabled_flag
public static void nchroma_qp_offset_list_enabled_flag(long struct, int value) Unsafe version ofchroma_qp_offset_list_enabled_flag
. -
npps_curr_pic_ref_enabled_flag
public static void npps_curr_pic_ref_enabled_flag(long struct, int value) Unsafe version ofpps_curr_pic_ref_enabled_flag
. -
nresidual_adaptive_colour_transform_enabled_flag
public static void nresidual_adaptive_colour_transform_enabled_flag(long struct, int value) Unsafe version ofresidual_adaptive_colour_transform_enabled_flag
. -
npps_slice_act_qp_offsets_present_flag
public static void npps_slice_act_qp_offsets_present_flag(long struct, int value) Unsafe version ofpps_slice_act_qp_offsets_present_flag
. -
npps_palette_predictor_initializers_present_flag
public static void npps_palette_predictor_initializers_present_flag(long struct, int value) Unsafe version ofpps_palette_predictor_initializers_present_flag
. -
nmonochrome_palette_flag
public static void nmonochrome_palette_flag(long struct, int value) Unsafe version ofmonochrome_palette_flag
. -
npps_range_extension_flag
public static void npps_range_extension_flag(long struct, int value) Unsafe version ofpps_range_extension_flag
.
-