Package org.lwjgl.vulkan.video
Class StdVideoH265SpsFlags
- All Implemented Interfaces:
AutoCloseable
,NativeResource
,Pointer
struct StdVideoH265SpsFlags {
uint32_t sps_temporal_id_nesting_flag : 1;
uint32_t separate_colour_plane_flag : 1;
uint32_t conformance_window_flag : 1;
uint32_t sps_sub_layer_ordering_info_present_flag : 1;
uint32_t scaling_list_enabled_flag : 1;
uint32_t sps_scaling_list_data_present_flag : 1;
uint32_t amp_enabled_flag : 1;
uint32_t sample_adaptive_offset_enabled_flag : 1;
uint32_t pcm_enabled_flag : 1;
uint32_t pcm_loop_filter_disabled_flag : 1;
uint32_t long_term_ref_pics_present_flag : 1;
uint32_t sps_temporal_mvp_enabled_flag : 1;
uint32_t strong_intra_smoothing_enabled_flag : 1;
uint32_t vui_parameters_present_flag : 1;
uint32_t sps_extension_present_flag : 1;
uint32_t sps_range_extension_flag : 1;
uint32_t transform_skip_rotation_enabled_flag : 1;
uint32_t transform_skip_context_enabled_flag : 1;
uint32_t implicit_rdpcm_enabled_flag : 1;
uint32_t explicit_rdpcm_enabled_flag : 1;
uint32_t extended_precision_processing_flag : 1;
uint32_t intra_smoothing_disabled_flag : 1;
uint32_t high_precision_offsets_enabled_flag : 1;
uint32_t persistent_rice_adaptation_enabled_flag : 1;
uint32_t cabac_bypass_alignment_enabled_flag : 1;
uint32_t sps_scc_extension_flag : 1;
uint32_t sps_curr_pic_ref_enabled_flag : 1;
uint32_t palette_mode_enabled_flag : 1;
uint32_t sps_palette_predictor_initializers_present_flag : 1;
uint32_t sps_palette_predictor_initializer_present_flag : 1;
uint32_t intra_boundary_filtering_disabled_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
ConstructorsConstructorDescriptionStdVideoH265SpsFlags
(ByteBuffer container) Creates aStdVideoH265SpsFlags
instance at the current position of the specifiedByteBuffer
container. -
Method Summary
Modifier and TypeMethodDescriptionboolean
amp_enabled_flag
(boolean value) Sets the specified value to theamp_enabled_flag
field.boolean
cabac_bypass_alignment_enabled_flag
(boolean value) Sets the specified value to thecabac_bypass_alignment_enabled_flag
field.static StdVideoH265SpsFlags
calloc()
Returns a newStdVideoH265SpsFlags
instance allocated withmemCalloc
.static StdVideoH265SpsFlags.Buffer
calloc
(int capacity) Returns a newStdVideoH265SpsFlags.Buffer
instance allocated withmemCalloc
.static StdVideoH265SpsFlags.Buffer
calloc
(int capacity, MemoryStack stack) Returns a newStdVideoH265SpsFlags.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static StdVideoH265SpsFlags
calloc
(MemoryStack stack) Returns a newStdVideoH265SpsFlags
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.boolean
conformance_window_flag
(boolean value) Sets the specified value to theconformance_window_flag
field.static StdVideoH265SpsFlags
create()
Returns a newStdVideoH265SpsFlags
instance allocated withBufferUtils
.static StdVideoH265SpsFlags.Buffer
create
(int capacity) Returns a newStdVideoH265SpsFlags.Buffer
instance allocated withBufferUtils
.static StdVideoH265SpsFlags
create
(long address) Returns a newStdVideoH265SpsFlags
instance for the specified memory address.static StdVideoH265SpsFlags.Buffer
create
(long address, int capacity) Create aStdVideoH265SpsFlags.Buffer
instance at the specified memory.static @Nullable StdVideoH265SpsFlags
createSafe
(long address) static @Nullable StdVideoH265SpsFlags.Buffer
createSafe
(long address, int capacity) boolean
explicit_rdpcm_enabled_flag
(boolean value) Sets the specified value to theexplicit_rdpcm_enabled_flag
field.boolean
extended_precision_processing_flag
(boolean value) Sets the specified value to theextended_precision_processing_flag
field.boolean
high_precision_offsets_enabled_flag
(boolean value) Sets the specified value to thehigh_precision_offsets_enabled_flag
field.boolean
implicit_rdpcm_enabled_flag
(boolean value) Sets the specified value to theimplicit_rdpcm_enabled_flag
field.boolean
intra_boundary_filtering_disabled_flag
(boolean value) Sets the specified value to theintra_boundary_filtering_disabled_flag
field.boolean
intra_smoothing_disabled_flag
(boolean value) Sets the specified value to theintra_smoothing_disabled_flag
field.boolean
long_term_ref_pics_present_flag
(boolean value) Sets the specified value to thelong_term_ref_pics_present_flag
field.static StdVideoH265SpsFlags
malloc()
Returns a newStdVideoH265SpsFlags
instance allocated withmemAlloc
.static StdVideoH265SpsFlags.Buffer
malloc
(int capacity) Returns a newStdVideoH265SpsFlags.Buffer
instance allocated withmemAlloc
.static StdVideoH265SpsFlags.Buffer
malloc
(int capacity, MemoryStack stack) Returns a newStdVideoH265SpsFlags.Buffer
instance allocated on the specifiedMemoryStack
.static StdVideoH265SpsFlags
malloc
(MemoryStack stack) Returns a newStdVideoH265SpsFlags
instance allocated on the specifiedMemoryStack
.static int
namp_enabled_flag
(long struct) Unsafe version ofamp_enabled_flag()
.static void
namp_enabled_flag
(long struct, int value) Unsafe version ofamp_enabled_flag
.static int
nbitfield0
(long struct) static void
nbitfield0
(long struct, int value) static int
ncabac_bypass_alignment_enabled_flag
(long struct) Unsafe version ofcabac_bypass_alignment_enabled_flag()
.static void
ncabac_bypass_alignment_enabled_flag
(long struct, int value) Unsafe version ofcabac_bypass_alignment_enabled_flag
.static int
nconformance_window_flag
(long struct) Unsafe version ofconformance_window_flag()
.static void
nconformance_window_flag
(long struct, int value) Unsafe version ofconformance_window_flag
.static int
nexplicit_rdpcm_enabled_flag
(long struct) Unsafe version ofexplicit_rdpcm_enabled_flag()
.static void
nexplicit_rdpcm_enabled_flag
(long struct, int value) Unsafe version ofexplicit_rdpcm_enabled_flag
.static int
nextended_precision_processing_flag
(long struct) Unsafe version ofextended_precision_processing_flag()
.static void
nextended_precision_processing_flag
(long struct, int value) Unsafe version ofextended_precision_processing_flag
.static int
nhigh_precision_offsets_enabled_flag
(long struct) Unsafe version ofhigh_precision_offsets_enabled_flag()
.static void
nhigh_precision_offsets_enabled_flag
(long struct, int value) Unsafe version ofhigh_precision_offsets_enabled_flag
.static int
nimplicit_rdpcm_enabled_flag
(long struct) Unsafe version ofimplicit_rdpcm_enabled_flag()
.static void
nimplicit_rdpcm_enabled_flag
(long struct, int value) Unsafe version ofimplicit_rdpcm_enabled_flag
.static int
nintra_boundary_filtering_disabled_flag
(long struct) Unsafe version ofintra_boundary_filtering_disabled_flag()
.static void
nintra_boundary_filtering_disabled_flag
(long struct, int value) Unsafe version ofintra_boundary_filtering_disabled_flag
.static int
nintra_smoothing_disabled_flag
(long struct) Unsafe version ofintra_smoothing_disabled_flag()
.static void
nintra_smoothing_disabled_flag
(long struct, int value) Unsafe version ofintra_smoothing_disabled_flag
.static int
nlong_term_ref_pics_present_flag
(long struct) Unsafe version oflong_term_ref_pics_present_flag()
.static void
nlong_term_ref_pics_present_flag
(long struct, int value) Unsafe version oflong_term_ref_pics_present_flag
.static int
npalette_mode_enabled_flag
(long struct) Unsafe version ofpalette_mode_enabled_flag()
.static void
npalette_mode_enabled_flag
(long struct, int value) Unsafe version ofpalette_mode_enabled_flag
.static int
npcm_enabled_flag
(long struct) Unsafe version ofpcm_enabled_flag()
.static void
npcm_enabled_flag
(long struct, int value) Unsafe version ofpcm_enabled_flag
.static int
npcm_loop_filter_disabled_flag
(long struct) Unsafe version ofpcm_loop_filter_disabled_flag()
.static void
npcm_loop_filter_disabled_flag
(long struct, int value) Unsafe version ofpcm_loop_filter_disabled_flag
.static int
npersistent_rice_adaptation_enabled_flag
(long struct) Unsafe version ofpersistent_rice_adaptation_enabled_flag()
.static void
npersistent_rice_adaptation_enabled_flag
(long struct, int value) Unsafe version ofpersistent_rice_adaptation_enabled_flag
.static int
nsample_adaptive_offset_enabled_flag
(long struct) Unsafe version ofsample_adaptive_offset_enabled_flag()
.static void
nsample_adaptive_offset_enabled_flag
(long struct, int value) Unsafe version ofsample_adaptive_offset_enabled_flag
.static int
nscaling_list_enabled_flag
(long struct) Unsafe version ofscaling_list_enabled_flag()
.static void
nscaling_list_enabled_flag
(long struct, int value) Unsafe version ofscaling_list_enabled_flag
.static int
nseparate_colour_plane_flag
(long struct) Unsafe version ofseparate_colour_plane_flag()
.static void
nseparate_colour_plane_flag
(long struct, int value) Unsafe version ofseparate_colour_plane_flag
.static int
nsps_curr_pic_ref_enabled_flag
(long struct) Unsafe version ofsps_curr_pic_ref_enabled_flag()
.static void
nsps_curr_pic_ref_enabled_flag
(long struct, int value) Unsafe version ofsps_curr_pic_ref_enabled_flag
.static int
nsps_extension_present_flag
(long struct) Unsafe version ofsps_extension_present_flag()
.static void
nsps_extension_present_flag
(long struct, int value) Unsafe version ofsps_extension_present_flag
.static int
nsps_palette_predictor_initializer_present_flag
(long struct) Unsafe version ofsps_palette_predictor_initializer_present_flag()
.static void
nsps_palette_predictor_initializer_present_flag
(long struct, int value) Unsafe version ofsps_palette_predictor_initializer_present_flag
.static int
nsps_palette_predictor_initializers_present_flag
(long struct) Unsafe version ofsps_palette_predictor_initializers_present_flag()
.static void
nsps_palette_predictor_initializers_present_flag
(long struct, int value) Unsafe version ofsps_palette_predictor_initializers_present_flag
.static int
nsps_range_extension_flag
(long struct) Unsafe version ofsps_range_extension_flag()
.static void
nsps_range_extension_flag
(long struct, int value) Unsafe version ofsps_range_extension_flag
.static int
nsps_scaling_list_data_present_flag
(long struct) Unsafe version ofsps_scaling_list_data_present_flag()
.static void
nsps_scaling_list_data_present_flag
(long struct, int value) Unsafe version ofsps_scaling_list_data_present_flag
.static int
nsps_scc_extension_flag
(long struct) Unsafe version ofsps_scc_extension_flag()
.static void
nsps_scc_extension_flag
(long struct, int value) Unsafe version ofsps_scc_extension_flag
.static int
nsps_sub_layer_ordering_info_present_flag
(long struct) Unsafe version ofsps_sub_layer_ordering_info_present_flag()
.static void
nsps_sub_layer_ordering_info_present_flag
(long struct, int value) Unsafe version ofsps_sub_layer_ordering_info_present_flag
.static int
nsps_temporal_id_nesting_flag
(long struct) Unsafe version ofsps_temporal_id_nesting_flag()
.static void
nsps_temporal_id_nesting_flag
(long struct, int value) Unsafe version ofsps_temporal_id_nesting_flag
.static int
nsps_temporal_mvp_enabled_flag
(long struct) Unsafe version ofsps_temporal_mvp_enabled_flag()
.static void
nsps_temporal_mvp_enabled_flag
(long struct, int value) Unsafe version ofsps_temporal_mvp_enabled_flag
.static int
nstrong_intra_smoothing_enabled_flag
(long struct) Unsafe version ofstrong_intra_smoothing_enabled_flag()
.static void
nstrong_intra_smoothing_enabled_flag
(long struct, int value) Unsafe version ofstrong_intra_smoothing_enabled_flag
.static int
ntransform_skip_context_enabled_flag
(long struct) Unsafe version oftransform_skip_context_enabled_flag()
.static void
ntransform_skip_context_enabled_flag
(long struct, int value) Unsafe version oftransform_skip_context_enabled_flag
.static int
ntransform_skip_rotation_enabled_flag
(long struct) Unsafe version oftransform_skip_rotation_enabled_flag()
.static void
ntransform_skip_rotation_enabled_flag
(long struct, int value) Unsafe version oftransform_skip_rotation_enabled_flag
.static int
nvui_parameters_present_flag
(long struct) Unsafe version ofvui_parameters_present_flag()
.static void
nvui_parameters_present_flag
(long struct, int value) Unsafe version ofvui_parameters_present_flag
.boolean
palette_mode_enabled_flag
(boolean value) Sets the specified value to thepalette_mode_enabled_flag
field.boolean
pcm_enabled_flag
(boolean value) Sets the specified value to thepcm_enabled_flag
field.boolean
pcm_loop_filter_disabled_flag
(boolean value) Sets the specified value to thepcm_loop_filter_disabled_flag
field.boolean
persistent_rice_adaptation_enabled_flag
(boolean value) Sets the specified value to thepersistent_rice_adaptation_enabled_flag
field.boolean
sample_adaptive_offset_enabled_flag
(boolean value) Sets the specified value to thesample_adaptive_offset_enabled_flag
field.boolean
scaling_list_enabled_flag
(boolean value) Sets the specified value to thescaling_list_enabled_flag
field.boolean
separate_colour_plane_flag
(boolean value) Sets the specified value to theseparate_colour_plane_flag
field.set
(boolean sps_temporal_id_nesting_flag, boolean separate_colour_plane_flag, boolean conformance_window_flag, boolean sps_sub_layer_ordering_info_present_flag, boolean scaling_list_enabled_flag, boolean sps_scaling_list_data_present_flag, boolean amp_enabled_flag, boolean sample_adaptive_offset_enabled_flag, boolean pcm_enabled_flag, boolean pcm_loop_filter_disabled_flag, boolean long_term_ref_pics_present_flag, boolean sps_temporal_mvp_enabled_flag, boolean strong_intra_smoothing_enabled_flag, boolean vui_parameters_present_flag, boolean sps_extension_present_flag, boolean sps_range_extension_flag, boolean transform_skip_rotation_enabled_flag, boolean transform_skip_context_enabled_flag, boolean implicit_rdpcm_enabled_flag, boolean explicit_rdpcm_enabled_flag, boolean extended_precision_processing_flag, boolean intra_smoothing_disabled_flag, boolean high_precision_offsets_enabled_flag, boolean persistent_rice_adaptation_enabled_flag, boolean cabac_bypass_alignment_enabled_flag, boolean sps_scc_extension_flag, boolean sps_curr_pic_ref_enabled_flag, boolean palette_mode_enabled_flag, boolean sps_palette_predictor_initializers_present_flag, boolean sps_palette_predictor_initializer_present_flag, boolean intra_boundary_filtering_disabled_flag) Initializes this struct with the specified values.set
(StdVideoH265SpsFlags src) Copies the specified struct data to this struct.int
sizeof()
Returnssizeof(struct)
.boolean
sps_curr_pic_ref_enabled_flag
(boolean value) Sets the specified value to thesps_curr_pic_ref_enabled_flag
field.boolean
sps_extension_present_flag
(boolean value) Sets the specified value to thesps_extension_present_flag
field.boolean
sps_palette_predictor_initializer_present_flag
(boolean value) Sets the specified value to thesps_palette_predictor_initializer_present_flag
field.boolean
sps_palette_predictor_initializers_present_flag
(boolean value) Sets the specified value to thesps_palette_predictor_initializers_present_flag
field.boolean
sps_range_extension_flag
(boolean value) Sets the specified value to thesps_range_extension_flag
field.boolean
sps_scaling_list_data_present_flag
(boolean value) Sets the specified value to thesps_scaling_list_data_present_flag
field.boolean
sps_scc_extension_flag
(boolean value) Sets the specified value to thesps_scc_extension_flag
field.boolean
sps_sub_layer_ordering_info_present_flag
(boolean value) Sets the specified value to thesps_sub_layer_ordering_info_present_flag
field.boolean
sps_temporal_id_nesting_flag
(boolean value) Sets the specified value to thesps_temporal_id_nesting_flag
field.boolean
sps_temporal_mvp_enabled_flag
(boolean value) Sets the specified value to thesps_temporal_mvp_enabled_flag
field.boolean
strong_intra_smoothing_enabled_flag
(boolean value) Sets the specified value to thestrong_intra_smoothing_enabled_flag
field.boolean
transform_skip_context_enabled_flag
(boolean value) Sets the specified value to thetransform_skip_context_enabled_flag
field.boolean
transform_skip_rotation_enabled_flag
(boolean value) Sets the specified value to thetransform_skip_rotation_enabled_flag
field.boolean
vui_parameters_present_flag
(boolean value) Sets the specified value to thevui_parameters_present_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
-
StdVideoH265SpsFlags
Creates aStdVideoH265SpsFlags
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<StdVideoH265SpsFlags>
-
sps_temporal_id_nesting_flag
public boolean sps_temporal_id_nesting_flag()- Returns:
- the value of the
sps_temporal_id_nesting_flag
field.
-
separate_colour_plane_flag
public boolean separate_colour_plane_flag()- Returns:
- the value of the
separate_colour_plane_flag
field.
-
conformance_window_flag
public boolean conformance_window_flag()- Returns:
- the value of the
conformance_window_flag
field.
-
sps_sub_layer_ordering_info_present_flag
public boolean sps_sub_layer_ordering_info_present_flag()- Returns:
- the value of the
sps_sub_layer_ordering_info_present_flag
field.
-
scaling_list_enabled_flag
public boolean scaling_list_enabled_flag()- Returns:
- the value of the
scaling_list_enabled_flag
field.
-
sps_scaling_list_data_present_flag
public boolean sps_scaling_list_data_present_flag()- Returns:
- the value of the
sps_scaling_list_data_present_flag
field.
-
amp_enabled_flag
public boolean amp_enabled_flag()- Returns:
- the value of the
amp_enabled_flag
field.
-
sample_adaptive_offset_enabled_flag
public boolean sample_adaptive_offset_enabled_flag()- Returns:
- the value of the
sample_adaptive_offset_enabled_flag
field.
-
pcm_enabled_flag
public boolean pcm_enabled_flag()- Returns:
- the value of the
pcm_enabled_flag
field.
-
pcm_loop_filter_disabled_flag
public boolean pcm_loop_filter_disabled_flag()- Returns:
- the value of the
pcm_loop_filter_disabled_flag
field.
-
long_term_ref_pics_present_flag
public boolean long_term_ref_pics_present_flag()- Returns:
- the value of the
long_term_ref_pics_present_flag
field.
-
sps_temporal_mvp_enabled_flag
public boolean sps_temporal_mvp_enabled_flag()- Returns:
- the value of the
sps_temporal_mvp_enabled_flag
field.
-
strong_intra_smoothing_enabled_flag
public boolean strong_intra_smoothing_enabled_flag()- Returns:
- the value of the
strong_intra_smoothing_enabled_flag
field.
-
vui_parameters_present_flag
public boolean vui_parameters_present_flag()- Returns:
- the value of the
vui_parameters_present_flag
field.
-
sps_extension_present_flag
public boolean sps_extension_present_flag()- Returns:
- the value of the
sps_extension_present_flag
field.
-
sps_range_extension_flag
public boolean sps_range_extension_flag()- Returns:
- the value of the
sps_range_extension_flag
field.
-
transform_skip_rotation_enabled_flag
public boolean transform_skip_rotation_enabled_flag()- Returns:
- the value of the
transform_skip_rotation_enabled_flag
field.
-
transform_skip_context_enabled_flag
public boolean transform_skip_context_enabled_flag()- Returns:
- the value of the
transform_skip_context_enabled_flag
field.
-
implicit_rdpcm_enabled_flag
public boolean implicit_rdpcm_enabled_flag()- Returns:
- the value of the
implicit_rdpcm_enabled_flag
field.
-
explicit_rdpcm_enabled_flag
public boolean explicit_rdpcm_enabled_flag()- Returns:
- the value of the
explicit_rdpcm_enabled_flag
field.
-
extended_precision_processing_flag
public boolean extended_precision_processing_flag()- Returns:
- the value of the
extended_precision_processing_flag
field.
-
intra_smoothing_disabled_flag
public boolean intra_smoothing_disabled_flag()- Returns:
- the value of the
intra_smoothing_disabled_flag
field.
-
high_precision_offsets_enabled_flag
public boolean high_precision_offsets_enabled_flag()- Returns:
- the value of the
high_precision_offsets_enabled_flag
field.
-
persistent_rice_adaptation_enabled_flag
public boolean persistent_rice_adaptation_enabled_flag()- Returns:
- the value of the
persistent_rice_adaptation_enabled_flag
field.
-
cabac_bypass_alignment_enabled_flag
public boolean cabac_bypass_alignment_enabled_flag()- Returns:
- the value of the
cabac_bypass_alignment_enabled_flag
field.
-
sps_scc_extension_flag
public boolean sps_scc_extension_flag()- Returns:
- the value of the
sps_scc_extension_flag
field.
-
sps_curr_pic_ref_enabled_flag
public boolean sps_curr_pic_ref_enabled_flag()- Returns:
- the value of the
sps_curr_pic_ref_enabled_flag
field.
-
palette_mode_enabled_flag
public boolean palette_mode_enabled_flag()- Returns:
- the value of the
palette_mode_enabled_flag
field.
-
sps_palette_predictor_initializers_present_flag
public boolean sps_palette_predictor_initializers_present_flag()- Returns:
- the value of the
sps_palette_predictor_initializers_present_flag
field.
-
sps_palette_predictor_initializer_present_flag
public boolean sps_palette_predictor_initializer_present_flag()- Returns:
- the value of the
sps_palette_predictor_initializer_present_flag
field.
-
intra_boundary_filtering_disabled_flag
public boolean intra_boundary_filtering_disabled_flag()- Returns:
- the value of the
intra_boundary_filtering_disabled_flag
field.
-
sps_temporal_id_nesting_flag
Sets the specified value to thesps_temporal_id_nesting_flag
field. -
separate_colour_plane_flag
Sets the specified value to theseparate_colour_plane_flag
field. -
conformance_window_flag
Sets the specified value to theconformance_window_flag
field. -
sps_sub_layer_ordering_info_present_flag
Sets the specified value to thesps_sub_layer_ordering_info_present_flag
field. -
scaling_list_enabled_flag
Sets the specified value to thescaling_list_enabled_flag
field. -
sps_scaling_list_data_present_flag
Sets the specified value to thesps_scaling_list_data_present_flag
field. -
amp_enabled_flag
Sets the specified value to theamp_enabled_flag
field. -
sample_adaptive_offset_enabled_flag
Sets the specified value to thesample_adaptive_offset_enabled_flag
field. -
pcm_enabled_flag
Sets the specified value to thepcm_enabled_flag
field. -
pcm_loop_filter_disabled_flag
Sets the specified value to thepcm_loop_filter_disabled_flag
field. -
long_term_ref_pics_present_flag
Sets the specified value to thelong_term_ref_pics_present_flag
field. -
sps_temporal_mvp_enabled_flag
Sets the specified value to thesps_temporal_mvp_enabled_flag
field. -
strong_intra_smoothing_enabled_flag
Sets the specified value to thestrong_intra_smoothing_enabled_flag
field. -
vui_parameters_present_flag
Sets the specified value to thevui_parameters_present_flag
field. -
sps_extension_present_flag
Sets the specified value to thesps_extension_present_flag
field. -
sps_range_extension_flag
Sets the specified value to thesps_range_extension_flag
field. -
transform_skip_rotation_enabled_flag
Sets the specified value to thetransform_skip_rotation_enabled_flag
field. -
transform_skip_context_enabled_flag
Sets the specified value to thetransform_skip_context_enabled_flag
field. -
implicit_rdpcm_enabled_flag
Sets the specified value to theimplicit_rdpcm_enabled_flag
field. -
explicit_rdpcm_enabled_flag
Sets the specified value to theexplicit_rdpcm_enabled_flag
field. -
extended_precision_processing_flag
Sets the specified value to theextended_precision_processing_flag
field. -
intra_smoothing_disabled_flag
Sets the specified value to theintra_smoothing_disabled_flag
field. -
high_precision_offsets_enabled_flag
Sets the specified value to thehigh_precision_offsets_enabled_flag
field. -
persistent_rice_adaptation_enabled_flag
Sets the specified value to thepersistent_rice_adaptation_enabled_flag
field. -
cabac_bypass_alignment_enabled_flag
Sets the specified value to thecabac_bypass_alignment_enabled_flag
field. -
sps_scc_extension_flag
Sets the specified value to thesps_scc_extension_flag
field. -
sps_curr_pic_ref_enabled_flag
Sets the specified value to thesps_curr_pic_ref_enabled_flag
field. -
palette_mode_enabled_flag
Sets the specified value to thepalette_mode_enabled_flag
field. -
sps_palette_predictor_initializers_present_flag
Sets the specified value to thesps_palette_predictor_initializers_present_flag
field. -
sps_palette_predictor_initializer_present_flag
Sets the specified value to thesps_palette_predictor_initializer_present_flag
field. -
intra_boundary_filtering_disabled_flag
Sets the specified value to theintra_boundary_filtering_disabled_flag
field. -
set
public StdVideoH265SpsFlags set(boolean sps_temporal_id_nesting_flag, boolean separate_colour_plane_flag, boolean conformance_window_flag, boolean sps_sub_layer_ordering_info_present_flag, boolean scaling_list_enabled_flag, boolean sps_scaling_list_data_present_flag, boolean amp_enabled_flag, boolean sample_adaptive_offset_enabled_flag, boolean pcm_enabled_flag, boolean pcm_loop_filter_disabled_flag, boolean long_term_ref_pics_present_flag, boolean sps_temporal_mvp_enabled_flag, boolean strong_intra_smoothing_enabled_flag, boolean vui_parameters_present_flag, boolean sps_extension_present_flag, boolean sps_range_extension_flag, boolean transform_skip_rotation_enabled_flag, boolean transform_skip_context_enabled_flag, boolean implicit_rdpcm_enabled_flag, boolean explicit_rdpcm_enabled_flag, boolean extended_precision_processing_flag, boolean intra_smoothing_disabled_flag, boolean high_precision_offsets_enabled_flag, boolean persistent_rice_adaptation_enabled_flag, boolean cabac_bypass_alignment_enabled_flag, boolean sps_scc_extension_flag, boolean sps_curr_pic_ref_enabled_flag, boolean palette_mode_enabled_flag, boolean sps_palette_predictor_initializers_present_flag, boolean sps_palette_predictor_initializer_present_flag, boolean intra_boundary_filtering_disabled_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 newStdVideoH265SpsFlags
instance allocated withmemAlloc
. The instance must be explicitly freed. -
calloc
Returns a newStdVideoH265SpsFlags
instance allocated withmemCalloc
. The instance must be explicitly freed. -
create
Returns a newStdVideoH265SpsFlags
instance allocated withBufferUtils
. -
create
Returns a newStdVideoH265SpsFlags
instance for the specified memory address. -
createSafe
-
malloc
Returns a newStdVideoH265SpsFlags.Buffer
instance allocated withmemAlloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
calloc
Returns a newStdVideoH265SpsFlags.Buffer
instance allocated withmemCalloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
create
Returns a newStdVideoH265SpsFlags.Buffer
instance allocated withBufferUtils
.- Parameters:
capacity
- the buffer capacity
-
create
Create aStdVideoH265SpsFlags.Buffer
instance at the specified memory.- Parameters:
address
- the memory addresscapacity
- the buffer capacity
-
createSafe
-
malloc
Returns a newStdVideoH265SpsFlags
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocate
-
calloc
Returns a newStdVideoH265SpsFlags
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
stack
- the stack from which to allocate
-
malloc
Returns a newStdVideoH265SpsFlags.Buffer
instance allocated on the specifiedMemoryStack
.- Parameters:
capacity
- the buffer capacitystack
- the stack from which to allocate
-
calloc
Returns a newStdVideoH265SpsFlags.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) -
nsps_temporal_id_nesting_flag
public static int nsps_temporal_id_nesting_flag(long struct) Unsafe version ofsps_temporal_id_nesting_flag()
. -
nseparate_colour_plane_flag
public static int nseparate_colour_plane_flag(long struct) Unsafe version ofseparate_colour_plane_flag()
. -
nconformance_window_flag
public static int nconformance_window_flag(long struct) Unsafe version ofconformance_window_flag()
. -
nsps_sub_layer_ordering_info_present_flag
public static int nsps_sub_layer_ordering_info_present_flag(long struct) Unsafe version ofsps_sub_layer_ordering_info_present_flag()
. -
nscaling_list_enabled_flag
public static int nscaling_list_enabled_flag(long struct) Unsafe version ofscaling_list_enabled_flag()
. -
nsps_scaling_list_data_present_flag
public static int nsps_scaling_list_data_present_flag(long struct) Unsafe version ofsps_scaling_list_data_present_flag()
. -
namp_enabled_flag
public static int namp_enabled_flag(long struct) Unsafe version ofamp_enabled_flag()
. -
nsample_adaptive_offset_enabled_flag
public static int nsample_adaptive_offset_enabled_flag(long struct) Unsafe version ofsample_adaptive_offset_enabled_flag()
. -
npcm_enabled_flag
public static int npcm_enabled_flag(long struct) Unsafe version ofpcm_enabled_flag()
. -
npcm_loop_filter_disabled_flag
public static int npcm_loop_filter_disabled_flag(long struct) Unsafe version ofpcm_loop_filter_disabled_flag()
. -
nlong_term_ref_pics_present_flag
public static int nlong_term_ref_pics_present_flag(long struct) Unsafe version oflong_term_ref_pics_present_flag()
. -
nsps_temporal_mvp_enabled_flag
public static int nsps_temporal_mvp_enabled_flag(long struct) Unsafe version ofsps_temporal_mvp_enabled_flag()
. -
nstrong_intra_smoothing_enabled_flag
public static int nstrong_intra_smoothing_enabled_flag(long struct) Unsafe version ofstrong_intra_smoothing_enabled_flag()
. -
nvui_parameters_present_flag
public static int nvui_parameters_present_flag(long struct) Unsafe version ofvui_parameters_present_flag()
. -
nsps_extension_present_flag
public static int nsps_extension_present_flag(long struct) Unsafe version ofsps_extension_present_flag()
. -
nsps_range_extension_flag
public static int nsps_range_extension_flag(long struct) Unsafe version ofsps_range_extension_flag()
. -
ntransform_skip_rotation_enabled_flag
public static int ntransform_skip_rotation_enabled_flag(long struct) Unsafe version oftransform_skip_rotation_enabled_flag()
. -
ntransform_skip_context_enabled_flag
public static int ntransform_skip_context_enabled_flag(long struct) Unsafe version oftransform_skip_context_enabled_flag()
. -
nimplicit_rdpcm_enabled_flag
public static int nimplicit_rdpcm_enabled_flag(long struct) Unsafe version ofimplicit_rdpcm_enabled_flag()
. -
nexplicit_rdpcm_enabled_flag
public static int nexplicit_rdpcm_enabled_flag(long struct) Unsafe version ofexplicit_rdpcm_enabled_flag()
. -
nextended_precision_processing_flag
public static int nextended_precision_processing_flag(long struct) Unsafe version ofextended_precision_processing_flag()
. -
nintra_smoothing_disabled_flag
public static int nintra_smoothing_disabled_flag(long struct) Unsafe version ofintra_smoothing_disabled_flag()
. -
nhigh_precision_offsets_enabled_flag
public static int nhigh_precision_offsets_enabled_flag(long struct) Unsafe version ofhigh_precision_offsets_enabled_flag()
. -
npersistent_rice_adaptation_enabled_flag
public static int npersistent_rice_adaptation_enabled_flag(long struct) Unsafe version ofpersistent_rice_adaptation_enabled_flag()
. -
ncabac_bypass_alignment_enabled_flag
public static int ncabac_bypass_alignment_enabled_flag(long struct) Unsafe version ofcabac_bypass_alignment_enabled_flag()
. -
nsps_scc_extension_flag
public static int nsps_scc_extension_flag(long struct) Unsafe version ofsps_scc_extension_flag()
. -
nsps_curr_pic_ref_enabled_flag
public static int nsps_curr_pic_ref_enabled_flag(long struct) Unsafe version ofsps_curr_pic_ref_enabled_flag()
. -
npalette_mode_enabled_flag
public static int npalette_mode_enabled_flag(long struct) Unsafe version ofpalette_mode_enabled_flag()
. -
nsps_palette_predictor_initializers_present_flag
public static int nsps_palette_predictor_initializers_present_flag(long struct) Unsafe version ofsps_palette_predictor_initializers_present_flag()
. -
nsps_palette_predictor_initializer_present_flag
public static int nsps_palette_predictor_initializer_present_flag(long struct) Unsafe version ofsps_palette_predictor_initializer_present_flag()
. -
nintra_boundary_filtering_disabled_flag
public static int nintra_boundary_filtering_disabled_flag(long struct) Unsafe version ofintra_boundary_filtering_disabled_flag()
. -
nbitfield0
public static void nbitfield0(long struct, int value) -
nsps_temporal_id_nesting_flag
public static void nsps_temporal_id_nesting_flag(long struct, int value) Unsafe version ofsps_temporal_id_nesting_flag
. -
nseparate_colour_plane_flag
public static void nseparate_colour_plane_flag(long struct, int value) Unsafe version ofseparate_colour_plane_flag
. -
nconformance_window_flag
public static void nconformance_window_flag(long struct, int value) Unsafe version ofconformance_window_flag
. -
nsps_sub_layer_ordering_info_present_flag
public static void nsps_sub_layer_ordering_info_present_flag(long struct, int value) Unsafe version ofsps_sub_layer_ordering_info_present_flag
. -
nscaling_list_enabled_flag
public static void nscaling_list_enabled_flag(long struct, int value) Unsafe version ofscaling_list_enabled_flag
. -
nsps_scaling_list_data_present_flag
public static void nsps_scaling_list_data_present_flag(long struct, int value) Unsafe version ofsps_scaling_list_data_present_flag
. -
namp_enabled_flag
public static void namp_enabled_flag(long struct, int value) Unsafe version ofamp_enabled_flag
. -
nsample_adaptive_offset_enabled_flag
public static void nsample_adaptive_offset_enabled_flag(long struct, int value) Unsafe version ofsample_adaptive_offset_enabled_flag
. -
npcm_enabled_flag
public static void npcm_enabled_flag(long struct, int value) Unsafe version ofpcm_enabled_flag
. -
npcm_loop_filter_disabled_flag
public static void npcm_loop_filter_disabled_flag(long struct, int value) Unsafe version ofpcm_loop_filter_disabled_flag
. -
nlong_term_ref_pics_present_flag
public static void nlong_term_ref_pics_present_flag(long struct, int value) Unsafe version oflong_term_ref_pics_present_flag
. -
nsps_temporal_mvp_enabled_flag
public static void nsps_temporal_mvp_enabled_flag(long struct, int value) Unsafe version ofsps_temporal_mvp_enabled_flag
. -
nstrong_intra_smoothing_enabled_flag
public static void nstrong_intra_smoothing_enabled_flag(long struct, int value) Unsafe version ofstrong_intra_smoothing_enabled_flag
. -
nvui_parameters_present_flag
public static void nvui_parameters_present_flag(long struct, int value) Unsafe version ofvui_parameters_present_flag
. -
nsps_extension_present_flag
public static void nsps_extension_present_flag(long struct, int value) Unsafe version ofsps_extension_present_flag
. -
nsps_range_extension_flag
public static void nsps_range_extension_flag(long struct, int value) Unsafe version ofsps_range_extension_flag
. -
ntransform_skip_rotation_enabled_flag
public static void ntransform_skip_rotation_enabled_flag(long struct, int value) Unsafe version oftransform_skip_rotation_enabled_flag
. -
ntransform_skip_context_enabled_flag
public static void ntransform_skip_context_enabled_flag(long struct, int value) Unsafe version oftransform_skip_context_enabled_flag
. -
nimplicit_rdpcm_enabled_flag
public static void nimplicit_rdpcm_enabled_flag(long struct, int value) Unsafe version ofimplicit_rdpcm_enabled_flag
. -
nexplicit_rdpcm_enabled_flag
public static void nexplicit_rdpcm_enabled_flag(long struct, int value) Unsafe version ofexplicit_rdpcm_enabled_flag
. -
nextended_precision_processing_flag
public static void nextended_precision_processing_flag(long struct, int value) Unsafe version ofextended_precision_processing_flag
. -
nintra_smoothing_disabled_flag
public static void nintra_smoothing_disabled_flag(long struct, int value) Unsafe version ofintra_smoothing_disabled_flag
. -
nhigh_precision_offsets_enabled_flag
public static void nhigh_precision_offsets_enabled_flag(long struct, int value) Unsafe version ofhigh_precision_offsets_enabled_flag
. -
npersistent_rice_adaptation_enabled_flag
public static void npersistent_rice_adaptation_enabled_flag(long struct, int value) Unsafe version ofpersistent_rice_adaptation_enabled_flag
. -
ncabac_bypass_alignment_enabled_flag
public static void ncabac_bypass_alignment_enabled_flag(long struct, int value) Unsafe version ofcabac_bypass_alignment_enabled_flag
. -
nsps_scc_extension_flag
public static void nsps_scc_extension_flag(long struct, int value) Unsafe version ofsps_scc_extension_flag
. -
nsps_curr_pic_ref_enabled_flag
public static void nsps_curr_pic_ref_enabled_flag(long struct, int value) Unsafe version ofsps_curr_pic_ref_enabled_flag
. -
npalette_mode_enabled_flag
public static void npalette_mode_enabled_flag(long struct, int value) Unsafe version ofpalette_mode_enabled_flag
. -
nsps_palette_predictor_initializers_present_flag
public static void nsps_palette_predictor_initializers_present_flag(long struct, int value) Unsafe version ofsps_palette_predictor_initializers_present_flag
. -
nsps_palette_predictor_initializer_present_flag
public static void nsps_palette_predictor_initializer_present_flag(long struct, int value) Unsafe version ofsps_palette_predictor_initializer_present_flag
. -
nintra_boundary_filtering_disabled_flag
public static void nintra_boundary_filtering_disabled_flag(long struct, int value) Unsafe version ofintra_boundary_filtering_disabled_flag
.
-