code
stringlengths 11
173k
| docstring
stringlengths 2
593k
| func_name
stringlengths 2
189
| language
stringclasses 1
value | repo
stringclasses 833
values | path
stringlengths 11
294
| url
stringlengths 60
339
| license
stringclasses 4
values |
---|---|---|---|---|---|---|---|
public StdVideoH264PpsFlags deblocking_filter_control_present_flag(@NativeType("uint32_t") boolean value) { ndeblocking_filter_control_present_flag(address(), value ? 1 : 0); return this; } |
Creates a {@code StdVideoH264PpsFlags} instance at the current position of the specified {@link ByteBuffer} container. Changes to the buffer's content will be
visible to the struct instance and vice versa.
<p>The created instance holds a strong reference to the container object.</p>
public StdVideoH264PpsFlags(ByteBuffer container) {
super(memAddress(container), __checkContainer(container, SIZEOF));
}
@Override
public int sizeof() { return SIZEOF; }
/** @return the value of the {@code transform_8x8_mode_flag} field.
@NativeType("uint32_t")
public boolean transform_8x8_mode_flag() { return ntransform_8x8_mode_flag(address()) != 0; }
/** @return the value of the {@code redundant_pic_cnt_present_flag} field.
@NativeType("uint32_t")
public boolean redundant_pic_cnt_present_flag() { return nredundant_pic_cnt_present_flag(address()) != 0; }
/** @return the value of the {@code constrained_intra_pred_flag} field.
@NativeType("uint32_t")
public boolean constrained_intra_pred_flag() { return nconstrained_intra_pred_flag(address()) != 0; }
/** @return the value of the {@code deblocking_filter_control_present_flag} field.
@NativeType("uint32_t")
public boolean deblocking_filter_control_present_flag() { return ndeblocking_filter_control_present_flag(address()) != 0; }
/** @return the value of the {@code weighted_pred_flag} field.
@NativeType("uint32_t")
public boolean weighted_pred_flag() { return nweighted_pred_flag(address()) != 0; }
/** @return the value of the {@code bottom_field_pic_order_in_frame_present_flag} field.
@NativeType("uint32_t")
public boolean bottom_field_pic_order_in_frame_present_flag() { return nbottom_field_pic_order_in_frame_present_flag(address()) != 0; }
/** @return the value of the {@code entropy_coding_mode_flag} field.
@NativeType("uint32_t")
public boolean entropy_coding_mode_flag() { return nentropy_coding_mode_flag(address()) != 0; }
/** @return the value of the {@code pic_scaling_matrix_present_flag} field.
@NativeType("uint32_t")
public boolean pic_scaling_matrix_present_flag() { return npic_scaling_matrix_present_flag(address()) != 0; }
/** Sets the specified value to the {@code transform_8x8_mode_flag} field.
public StdVideoH264PpsFlags transform_8x8_mode_flag(@NativeType("uint32_t") boolean value) { ntransform_8x8_mode_flag(address(), value ? 1 : 0); return this; }
/** Sets the specified value to the {@code redundant_pic_cnt_present_flag} field.
public StdVideoH264PpsFlags redundant_pic_cnt_present_flag(@NativeType("uint32_t") boolean value) { nredundant_pic_cnt_present_flag(address(), value ? 1 : 0); return this; }
/** Sets the specified value to the {@code constrained_intra_pred_flag} field.
public StdVideoH264PpsFlags constrained_intra_pred_flag(@NativeType("uint32_t") boolean value) { nconstrained_intra_pred_flag(address(), value ? 1 : 0); return this; }
/** Sets the specified value to the {@code deblocking_filter_control_present_flag} field. | StdVideoH264PpsFlags::deblocking_filter_control_present_flag | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | BSD-3-Clause |
public StdVideoH264PpsFlags weighted_pred_flag(@NativeType("uint32_t") boolean value) { nweighted_pred_flag(address(), value ? 1 : 0); return this; } |
Creates a {@code StdVideoH264PpsFlags} instance at the current position of the specified {@link ByteBuffer} container. Changes to the buffer's content will be
visible to the struct instance and vice versa.
<p>The created instance holds a strong reference to the container object.</p>
public StdVideoH264PpsFlags(ByteBuffer container) {
super(memAddress(container), __checkContainer(container, SIZEOF));
}
@Override
public int sizeof() { return SIZEOF; }
/** @return the value of the {@code transform_8x8_mode_flag} field.
@NativeType("uint32_t")
public boolean transform_8x8_mode_flag() { return ntransform_8x8_mode_flag(address()) != 0; }
/** @return the value of the {@code redundant_pic_cnt_present_flag} field.
@NativeType("uint32_t")
public boolean redundant_pic_cnt_present_flag() { return nredundant_pic_cnt_present_flag(address()) != 0; }
/** @return the value of the {@code constrained_intra_pred_flag} field.
@NativeType("uint32_t")
public boolean constrained_intra_pred_flag() { return nconstrained_intra_pred_flag(address()) != 0; }
/** @return the value of the {@code deblocking_filter_control_present_flag} field.
@NativeType("uint32_t")
public boolean deblocking_filter_control_present_flag() { return ndeblocking_filter_control_present_flag(address()) != 0; }
/** @return the value of the {@code weighted_pred_flag} field.
@NativeType("uint32_t")
public boolean weighted_pred_flag() { return nweighted_pred_flag(address()) != 0; }
/** @return the value of the {@code bottom_field_pic_order_in_frame_present_flag} field.
@NativeType("uint32_t")
public boolean bottom_field_pic_order_in_frame_present_flag() { return nbottom_field_pic_order_in_frame_present_flag(address()) != 0; }
/** @return the value of the {@code entropy_coding_mode_flag} field.
@NativeType("uint32_t")
public boolean entropy_coding_mode_flag() { return nentropy_coding_mode_flag(address()) != 0; }
/** @return the value of the {@code pic_scaling_matrix_present_flag} field.
@NativeType("uint32_t")
public boolean pic_scaling_matrix_present_flag() { return npic_scaling_matrix_present_flag(address()) != 0; }
/** Sets the specified value to the {@code transform_8x8_mode_flag} field.
public StdVideoH264PpsFlags transform_8x8_mode_flag(@NativeType("uint32_t") boolean value) { ntransform_8x8_mode_flag(address(), value ? 1 : 0); return this; }
/** Sets the specified value to the {@code redundant_pic_cnt_present_flag} field.
public StdVideoH264PpsFlags redundant_pic_cnt_present_flag(@NativeType("uint32_t") boolean value) { nredundant_pic_cnt_present_flag(address(), value ? 1 : 0); return this; }
/** Sets the specified value to the {@code constrained_intra_pred_flag} field.
public StdVideoH264PpsFlags constrained_intra_pred_flag(@NativeType("uint32_t") boolean value) { nconstrained_intra_pred_flag(address(), value ? 1 : 0); return this; }
/** Sets the specified value to the {@code deblocking_filter_control_present_flag} field.
public StdVideoH264PpsFlags deblocking_filter_control_present_flag(@NativeType("uint32_t") boolean value) { ndeblocking_filter_control_present_flag(address(), value ? 1 : 0); return this; }
/** Sets the specified value to the {@code weighted_pred_flag} field. | StdVideoH264PpsFlags::weighted_pred_flag | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | BSD-3-Clause |
public StdVideoH264PpsFlags bottom_field_pic_order_in_frame_present_flag(@NativeType("uint32_t") boolean value) { nbottom_field_pic_order_in_frame_present_flag(address(), value ? 1 : 0); return this; } |
Creates a {@code StdVideoH264PpsFlags} instance at the current position of the specified {@link ByteBuffer} container. Changes to the buffer's content will be
visible to the struct instance and vice versa.
<p>The created instance holds a strong reference to the container object.</p>
public StdVideoH264PpsFlags(ByteBuffer container) {
super(memAddress(container), __checkContainer(container, SIZEOF));
}
@Override
public int sizeof() { return SIZEOF; }
/** @return the value of the {@code transform_8x8_mode_flag} field.
@NativeType("uint32_t")
public boolean transform_8x8_mode_flag() { return ntransform_8x8_mode_flag(address()) != 0; }
/** @return the value of the {@code redundant_pic_cnt_present_flag} field.
@NativeType("uint32_t")
public boolean redundant_pic_cnt_present_flag() { return nredundant_pic_cnt_present_flag(address()) != 0; }
/** @return the value of the {@code constrained_intra_pred_flag} field.
@NativeType("uint32_t")
public boolean constrained_intra_pred_flag() { return nconstrained_intra_pred_flag(address()) != 0; }
/** @return the value of the {@code deblocking_filter_control_present_flag} field.
@NativeType("uint32_t")
public boolean deblocking_filter_control_present_flag() { return ndeblocking_filter_control_present_flag(address()) != 0; }
/** @return the value of the {@code weighted_pred_flag} field.
@NativeType("uint32_t")
public boolean weighted_pred_flag() { return nweighted_pred_flag(address()) != 0; }
/** @return the value of the {@code bottom_field_pic_order_in_frame_present_flag} field.
@NativeType("uint32_t")
public boolean bottom_field_pic_order_in_frame_present_flag() { return nbottom_field_pic_order_in_frame_present_flag(address()) != 0; }
/** @return the value of the {@code entropy_coding_mode_flag} field.
@NativeType("uint32_t")
public boolean entropy_coding_mode_flag() { return nentropy_coding_mode_flag(address()) != 0; }
/** @return the value of the {@code pic_scaling_matrix_present_flag} field.
@NativeType("uint32_t")
public boolean pic_scaling_matrix_present_flag() { return npic_scaling_matrix_present_flag(address()) != 0; }
/** Sets the specified value to the {@code transform_8x8_mode_flag} field.
public StdVideoH264PpsFlags transform_8x8_mode_flag(@NativeType("uint32_t") boolean value) { ntransform_8x8_mode_flag(address(), value ? 1 : 0); return this; }
/** Sets the specified value to the {@code redundant_pic_cnt_present_flag} field.
public StdVideoH264PpsFlags redundant_pic_cnt_present_flag(@NativeType("uint32_t") boolean value) { nredundant_pic_cnt_present_flag(address(), value ? 1 : 0); return this; }
/** Sets the specified value to the {@code constrained_intra_pred_flag} field.
public StdVideoH264PpsFlags constrained_intra_pred_flag(@NativeType("uint32_t") boolean value) { nconstrained_intra_pred_flag(address(), value ? 1 : 0); return this; }
/** Sets the specified value to the {@code deblocking_filter_control_present_flag} field.
public StdVideoH264PpsFlags deblocking_filter_control_present_flag(@NativeType("uint32_t") boolean value) { ndeblocking_filter_control_present_flag(address(), value ? 1 : 0); return this; }
/** Sets the specified value to the {@code weighted_pred_flag} field.
public StdVideoH264PpsFlags weighted_pred_flag(@NativeType("uint32_t") boolean value) { nweighted_pred_flag(address(), value ? 1 : 0); return this; }
/** Sets the specified value to the {@code bottom_field_pic_order_in_frame_present_flag} field. | StdVideoH264PpsFlags::bottom_field_pic_order_in_frame_present_flag | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | BSD-3-Clause |
public StdVideoH264PpsFlags entropy_coding_mode_flag(@NativeType("uint32_t") boolean value) { nentropy_coding_mode_flag(address(), value ? 1 : 0); return this; } |
Creates a {@code StdVideoH264PpsFlags} instance at the current position of the specified {@link ByteBuffer} container. Changes to the buffer's content will be
visible to the struct instance and vice versa.
<p>The created instance holds a strong reference to the container object.</p>
public StdVideoH264PpsFlags(ByteBuffer container) {
super(memAddress(container), __checkContainer(container, SIZEOF));
}
@Override
public int sizeof() { return SIZEOF; }
/** @return the value of the {@code transform_8x8_mode_flag} field.
@NativeType("uint32_t")
public boolean transform_8x8_mode_flag() { return ntransform_8x8_mode_flag(address()) != 0; }
/** @return the value of the {@code redundant_pic_cnt_present_flag} field.
@NativeType("uint32_t")
public boolean redundant_pic_cnt_present_flag() { return nredundant_pic_cnt_present_flag(address()) != 0; }
/** @return the value of the {@code constrained_intra_pred_flag} field.
@NativeType("uint32_t")
public boolean constrained_intra_pred_flag() { return nconstrained_intra_pred_flag(address()) != 0; }
/** @return the value of the {@code deblocking_filter_control_present_flag} field.
@NativeType("uint32_t")
public boolean deblocking_filter_control_present_flag() { return ndeblocking_filter_control_present_flag(address()) != 0; }
/** @return the value of the {@code weighted_pred_flag} field.
@NativeType("uint32_t")
public boolean weighted_pred_flag() { return nweighted_pred_flag(address()) != 0; }
/** @return the value of the {@code bottom_field_pic_order_in_frame_present_flag} field.
@NativeType("uint32_t")
public boolean bottom_field_pic_order_in_frame_present_flag() { return nbottom_field_pic_order_in_frame_present_flag(address()) != 0; }
/** @return the value of the {@code entropy_coding_mode_flag} field.
@NativeType("uint32_t")
public boolean entropy_coding_mode_flag() { return nentropy_coding_mode_flag(address()) != 0; }
/** @return the value of the {@code pic_scaling_matrix_present_flag} field.
@NativeType("uint32_t")
public boolean pic_scaling_matrix_present_flag() { return npic_scaling_matrix_present_flag(address()) != 0; }
/** Sets the specified value to the {@code transform_8x8_mode_flag} field.
public StdVideoH264PpsFlags transform_8x8_mode_flag(@NativeType("uint32_t") boolean value) { ntransform_8x8_mode_flag(address(), value ? 1 : 0); return this; }
/** Sets the specified value to the {@code redundant_pic_cnt_present_flag} field.
public StdVideoH264PpsFlags redundant_pic_cnt_present_flag(@NativeType("uint32_t") boolean value) { nredundant_pic_cnt_present_flag(address(), value ? 1 : 0); return this; }
/** Sets the specified value to the {@code constrained_intra_pred_flag} field.
public StdVideoH264PpsFlags constrained_intra_pred_flag(@NativeType("uint32_t") boolean value) { nconstrained_intra_pred_flag(address(), value ? 1 : 0); return this; }
/** Sets the specified value to the {@code deblocking_filter_control_present_flag} field.
public StdVideoH264PpsFlags deblocking_filter_control_present_flag(@NativeType("uint32_t") boolean value) { ndeblocking_filter_control_present_flag(address(), value ? 1 : 0); return this; }
/** Sets the specified value to the {@code weighted_pred_flag} field.
public StdVideoH264PpsFlags weighted_pred_flag(@NativeType("uint32_t") boolean value) { nweighted_pred_flag(address(), value ? 1 : 0); return this; }
/** Sets the specified value to the {@code bottom_field_pic_order_in_frame_present_flag} field.
public StdVideoH264PpsFlags bottom_field_pic_order_in_frame_present_flag(@NativeType("uint32_t") boolean value) { nbottom_field_pic_order_in_frame_present_flag(address(), value ? 1 : 0); return this; }
/** Sets the specified value to the {@code entropy_coding_mode_flag} field. | StdVideoH264PpsFlags::entropy_coding_mode_flag | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | BSD-3-Clause |
public StdVideoH264PpsFlags pic_scaling_matrix_present_flag(@NativeType("uint32_t") boolean value) { npic_scaling_matrix_present_flag(address(), value ? 1 : 0); return this; } |
Creates a {@code StdVideoH264PpsFlags} instance at the current position of the specified {@link ByteBuffer} container. Changes to the buffer's content will be
visible to the struct instance and vice versa.
<p>The created instance holds a strong reference to the container object.</p>
public StdVideoH264PpsFlags(ByteBuffer container) {
super(memAddress(container), __checkContainer(container, SIZEOF));
}
@Override
public int sizeof() { return SIZEOF; }
/** @return the value of the {@code transform_8x8_mode_flag} field.
@NativeType("uint32_t")
public boolean transform_8x8_mode_flag() { return ntransform_8x8_mode_flag(address()) != 0; }
/** @return the value of the {@code redundant_pic_cnt_present_flag} field.
@NativeType("uint32_t")
public boolean redundant_pic_cnt_present_flag() { return nredundant_pic_cnt_present_flag(address()) != 0; }
/** @return the value of the {@code constrained_intra_pred_flag} field.
@NativeType("uint32_t")
public boolean constrained_intra_pred_flag() { return nconstrained_intra_pred_flag(address()) != 0; }
/** @return the value of the {@code deblocking_filter_control_present_flag} field.
@NativeType("uint32_t")
public boolean deblocking_filter_control_present_flag() { return ndeblocking_filter_control_present_flag(address()) != 0; }
/** @return the value of the {@code weighted_pred_flag} field.
@NativeType("uint32_t")
public boolean weighted_pred_flag() { return nweighted_pred_flag(address()) != 0; }
/** @return the value of the {@code bottom_field_pic_order_in_frame_present_flag} field.
@NativeType("uint32_t")
public boolean bottom_field_pic_order_in_frame_present_flag() { return nbottom_field_pic_order_in_frame_present_flag(address()) != 0; }
/** @return the value of the {@code entropy_coding_mode_flag} field.
@NativeType("uint32_t")
public boolean entropy_coding_mode_flag() { return nentropy_coding_mode_flag(address()) != 0; }
/** @return the value of the {@code pic_scaling_matrix_present_flag} field.
@NativeType("uint32_t")
public boolean pic_scaling_matrix_present_flag() { return npic_scaling_matrix_present_flag(address()) != 0; }
/** Sets the specified value to the {@code transform_8x8_mode_flag} field.
public StdVideoH264PpsFlags transform_8x8_mode_flag(@NativeType("uint32_t") boolean value) { ntransform_8x8_mode_flag(address(), value ? 1 : 0); return this; }
/** Sets the specified value to the {@code redundant_pic_cnt_present_flag} field.
public StdVideoH264PpsFlags redundant_pic_cnt_present_flag(@NativeType("uint32_t") boolean value) { nredundant_pic_cnt_present_flag(address(), value ? 1 : 0); return this; }
/** Sets the specified value to the {@code constrained_intra_pred_flag} field.
public StdVideoH264PpsFlags constrained_intra_pred_flag(@NativeType("uint32_t") boolean value) { nconstrained_intra_pred_flag(address(), value ? 1 : 0); return this; }
/** Sets the specified value to the {@code deblocking_filter_control_present_flag} field.
public StdVideoH264PpsFlags deblocking_filter_control_present_flag(@NativeType("uint32_t") boolean value) { ndeblocking_filter_control_present_flag(address(), value ? 1 : 0); return this; }
/** Sets the specified value to the {@code weighted_pred_flag} field.
public StdVideoH264PpsFlags weighted_pred_flag(@NativeType("uint32_t") boolean value) { nweighted_pred_flag(address(), value ? 1 : 0); return this; }
/** Sets the specified value to the {@code bottom_field_pic_order_in_frame_present_flag} field.
public StdVideoH264PpsFlags bottom_field_pic_order_in_frame_present_flag(@NativeType("uint32_t") boolean value) { nbottom_field_pic_order_in_frame_present_flag(address(), value ? 1 : 0); return this; }
/** Sets the specified value to the {@code entropy_coding_mode_flag} field.
public StdVideoH264PpsFlags entropy_coding_mode_flag(@NativeType("uint32_t") boolean value) { nentropy_coding_mode_flag(address(), value ? 1 : 0); return this; }
/** Sets the specified value to the {@code pic_scaling_matrix_present_flag} field. | StdVideoH264PpsFlags::pic_scaling_matrix_present_flag | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | BSD-3-Clause |
public StdVideoH264PpsFlags set(
boolean transform_8x8_mode_flag,
boolean redundant_pic_cnt_present_flag,
boolean constrained_intra_pred_flag,
boolean deblocking_filter_control_present_flag,
boolean weighted_pred_flag,
boolean bottom_field_pic_order_in_frame_present_flag,
boolean entropy_coding_mode_flag,
boolean pic_scaling_matrix_present_flag
) {
transform_8x8_mode_flag(transform_8x8_mode_flag);
redundant_pic_cnt_present_flag(redundant_pic_cnt_present_flag);
constrained_intra_pred_flag(constrained_intra_pred_flag);
deblocking_filter_control_present_flag(deblocking_filter_control_present_flag);
weighted_pred_flag(weighted_pred_flag);
bottom_field_pic_order_in_frame_present_flag(bottom_field_pic_order_in_frame_present_flag);
entropy_coding_mode_flag(entropy_coding_mode_flag);
pic_scaling_matrix_present_flag(pic_scaling_matrix_present_flag);
return this;
} |
Creates a {@code StdVideoH264PpsFlags} instance at the current position of the specified {@link ByteBuffer} container. Changes to the buffer's content will be
visible to the struct instance and vice versa.
<p>The created instance holds a strong reference to the container object.</p>
public StdVideoH264PpsFlags(ByteBuffer container) {
super(memAddress(container), __checkContainer(container, SIZEOF));
}
@Override
public int sizeof() { return SIZEOF; }
/** @return the value of the {@code transform_8x8_mode_flag} field.
@NativeType("uint32_t")
public boolean transform_8x8_mode_flag() { return ntransform_8x8_mode_flag(address()) != 0; }
/** @return the value of the {@code redundant_pic_cnt_present_flag} field.
@NativeType("uint32_t")
public boolean redundant_pic_cnt_present_flag() { return nredundant_pic_cnt_present_flag(address()) != 0; }
/** @return the value of the {@code constrained_intra_pred_flag} field.
@NativeType("uint32_t")
public boolean constrained_intra_pred_flag() { return nconstrained_intra_pred_flag(address()) != 0; }
/** @return the value of the {@code deblocking_filter_control_present_flag} field.
@NativeType("uint32_t")
public boolean deblocking_filter_control_present_flag() { return ndeblocking_filter_control_present_flag(address()) != 0; }
/** @return the value of the {@code weighted_pred_flag} field.
@NativeType("uint32_t")
public boolean weighted_pred_flag() { return nweighted_pred_flag(address()) != 0; }
/** @return the value of the {@code bottom_field_pic_order_in_frame_present_flag} field.
@NativeType("uint32_t")
public boolean bottom_field_pic_order_in_frame_present_flag() { return nbottom_field_pic_order_in_frame_present_flag(address()) != 0; }
/** @return the value of the {@code entropy_coding_mode_flag} field.
@NativeType("uint32_t")
public boolean entropy_coding_mode_flag() { return nentropy_coding_mode_flag(address()) != 0; }
/** @return the value of the {@code pic_scaling_matrix_present_flag} field.
@NativeType("uint32_t")
public boolean pic_scaling_matrix_present_flag() { return npic_scaling_matrix_present_flag(address()) != 0; }
/** Sets the specified value to the {@code transform_8x8_mode_flag} field.
public StdVideoH264PpsFlags transform_8x8_mode_flag(@NativeType("uint32_t") boolean value) { ntransform_8x8_mode_flag(address(), value ? 1 : 0); return this; }
/** Sets the specified value to the {@code redundant_pic_cnt_present_flag} field.
public StdVideoH264PpsFlags redundant_pic_cnt_present_flag(@NativeType("uint32_t") boolean value) { nredundant_pic_cnt_present_flag(address(), value ? 1 : 0); return this; }
/** Sets the specified value to the {@code constrained_intra_pred_flag} field.
public StdVideoH264PpsFlags constrained_intra_pred_flag(@NativeType("uint32_t") boolean value) { nconstrained_intra_pred_flag(address(), value ? 1 : 0); return this; }
/** Sets the specified value to the {@code deblocking_filter_control_present_flag} field.
public StdVideoH264PpsFlags deblocking_filter_control_present_flag(@NativeType("uint32_t") boolean value) { ndeblocking_filter_control_present_flag(address(), value ? 1 : 0); return this; }
/** Sets the specified value to the {@code weighted_pred_flag} field.
public StdVideoH264PpsFlags weighted_pred_flag(@NativeType("uint32_t") boolean value) { nweighted_pred_flag(address(), value ? 1 : 0); return this; }
/** Sets the specified value to the {@code bottom_field_pic_order_in_frame_present_flag} field.
public StdVideoH264PpsFlags bottom_field_pic_order_in_frame_present_flag(@NativeType("uint32_t") boolean value) { nbottom_field_pic_order_in_frame_present_flag(address(), value ? 1 : 0); return this; }
/** Sets the specified value to the {@code entropy_coding_mode_flag} field.
public StdVideoH264PpsFlags entropy_coding_mode_flag(@NativeType("uint32_t") boolean value) { nentropy_coding_mode_flag(address(), value ? 1 : 0); return this; }
/** Sets the specified value to the {@code pic_scaling_matrix_present_flag} field.
public StdVideoH264PpsFlags pic_scaling_matrix_present_flag(@NativeType("uint32_t") boolean value) { npic_scaling_matrix_present_flag(address(), value ? 1 : 0); return this; }
/** Initializes this struct with the specified values. | StdVideoH264PpsFlags::set | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | BSD-3-Clause |
public static StdVideoH264PpsFlags malloc() {
return new StdVideoH264PpsFlags(nmemAllocChecked(SIZEOF), null);
} |
Copies the specified struct data to this struct.
@param src the source struct
@return this struct
public StdVideoH264PpsFlags set(StdVideoH264PpsFlags src) {
memCopy(src.address(), address(), SIZEOF);
return this;
}
// -----------------------------------
/** Returns a new {@code StdVideoH264PpsFlags} instance allocated with {@link MemoryUtil#memAlloc memAlloc}. The instance must be explicitly freed. | StdVideoH264PpsFlags::malloc | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | BSD-3-Clause |
public static StdVideoH264PpsFlags calloc() {
return new StdVideoH264PpsFlags(nmemCallocChecked(1, SIZEOF), null);
} |
Copies the specified struct data to this struct.
@param src the source struct
@return this struct
public StdVideoH264PpsFlags set(StdVideoH264PpsFlags src) {
memCopy(src.address(), address(), SIZEOF);
return this;
}
// -----------------------------------
/** Returns a new {@code StdVideoH264PpsFlags} instance allocated with {@link MemoryUtil#memAlloc memAlloc}. The instance must be explicitly freed.
public static StdVideoH264PpsFlags malloc() {
return new StdVideoH264PpsFlags(nmemAllocChecked(SIZEOF), null);
}
/** Returns a new {@code StdVideoH264PpsFlags} instance allocated with {@link MemoryUtil#memCalloc memCalloc}. The instance must be explicitly freed. | StdVideoH264PpsFlags::calloc | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | BSD-3-Clause |
public static StdVideoH264PpsFlags create() {
ByteBuffer container = BufferUtils.createByteBuffer(SIZEOF);
return new StdVideoH264PpsFlags(memAddress(container), container);
} |
Copies the specified struct data to this struct.
@param src the source struct
@return this struct
public StdVideoH264PpsFlags set(StdVideoH264PpsFlags src) {
memCopy(src.address(), address(), SIZEOF);
return this;
}
// -----------------------------------
/** Returns a new {@code StdVideoH264PpsFlags} instance allocated with {@link MemoryUtil#memAlloc memAlloc}. The instance must be explicitly freed.
public static StdVideoH264PpsFlags malloc() {
return new StdVideoH264PpsFlags(nmemAllocChecked(SIZEOF), null);
}
/** Returns a new {@code StdVideoH264PpsFlags} instance allocated with {@link MemoryUtil#memCalloc memCalloc}. The instance must be explicitly freed.
public static StdVideoH264PpsFlags calloc() {
return new StdVideoH264PpsFlags(nmemCallocChecked(1, SIZEOF), null);
}
/** Returns a new {@code StdVideoH264PpsFlags} instance allocated with {@link BufferUtils}. | StdVideoH264PpsFlags::create | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | BSD-3-Clause |
public static StdVideoH264PpsFlags create(long address) {
return new StdVideoH264PpsFlags(address, null);
} |
Copies the specified struct data to this struct.
@param src the source struct
@return this struct
public StdVideoH264PpsFlags set(StdVideoH264PpsFlags src) {
memCopy(src.address(), address(), SIZEOF);
return this;
}
// -----------------------------------
/** Returns a new {@code StdVideoH264PpsFlags} instance allocated with {@link MemoryUtil#memAlloc memAlloc}. The instance must be explicitly freed.
public static StdVideoH264PpsFlags malloc() {
return new StdVideoH264PpsFlags(nmemAllocChecked(SIZEOF), null);
}
/** Returns a new {@code StdVideoH264PpsFlags} instance allocated with {@link MemoryUtil#memCalloc memCalloc}. The instance must be explicitly freed.
public static StdVideoH264PpsFlags calloc() {
return new StdVideoH264PpsFlags(nmemCallocChecked(1, SIZEOF), null);
}
/** Returns a new {@code StdVideoH264PpsFlags} instance allocated with {@link BufferUtils}.
public static StdVideoH264PpsFlags create() {
ByteBuffer container = BufferUtils.createByteBuffer(SIZEOF);
return new StdVideoH264PpsFlags(memAddress(container), container);
}
/** Returns a new {@code StdVideoH264PpsFlags} instance for the specified memory address. | StdVideoH264PpsFlags::create | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | BSD-3-Clause |
public static @Nullable StdVideoH264PpsFlags createSafe(long address) {
return address == NULL ? null : new StdVideoH264PpsFlags(address, null);
} |
Copies the specified struct data to this struct.
@param src the source struct
@return this struct
public StdVideoH264PpsFlags set(StdVideoH264PpsFlags src) {
memCopy(src.address(), address(), SIZEOF);
return this;
}
// -----------------------------------
/** Returns a new {@code StdVideoH264PpsFlags} instance allocated with {@link MemoryUtil#memAlloc memAlloc}. The instance must be explicitly freed.
public static StdVideoH264PpsFlags malloc() {
return new StdVideoH264PpsFlags(nmemAllocChecked(SIZEOF), null);
}
/** Returns a new {@code StdVideoH264PpsFlags} instance allocated with {@link MemoryUtil#memCalloc memCalloc}. The instance must be explicitly freed.
public static StdVideoH264PpsFlags calloc() {
return new StdVideoH264PpsFlags(nmemCallocChecked(1, SIZEOF), null);
}
/** Returns a new {@code StdVideoH264PpsFlags} instance allocated with {@link BufferUtils}.
public static StdVideoH264PpsFlags create() {
ByteBuffer container = BufferUtils.createByteBuffer(SIZEOF);
return new StdVideoH264PpsFlags(memAddress(container), container);
}
/** Returns a new {@code StdVideoH264PpsFlags} instance for the specified memory address.
public static StdVideoH264PpsFlags create(long address) {
return new StdVideoH264PpsFlags(address, null);
}
/** Like {@link #create(long) create}, but returns {@code null} if {@code address} is {@code NULL}. | StdVideoH264PpsFlags::createSafe | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | BSD-3-Clause |
public static StdVideoH264PpsFlags.Buffer malloc(int capacity) {
return new Buffer(nmemAllocChecked(__checkMalloc(capacity, SIZEOF)), capacity);
} |
Returns a new {@link StdVideoH264PpsFlags.Buffer} instance allocated with {@link MemoryUtil#memAlloc memAlloc}. The instance must be explicitly freed.
@param capacity the buffer capacity
| StdVideoH264PpsFlags::malloc | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | BSD-3-Clause |
public static StdVideoH264PpsFlags.Buffer calloc(int capacity) {
return new Buffer(nmemCallocChecked(capacity, SIZEOF), capacity);
} |
Returns a new {@link StdVideoH264PpsFlags.Buffer} instance allocated with {@link MemoryUtil#memCalloc memCalloc}. The instance must be explicitly freed.
@param capacity the buffer capacity
| StdVideoH264PpsFlags::calloc | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | BSD-3-Clause |
public static StdVideoH264PpsFlags.Buffer create(int capacity) {
ByteBuffer container = __create(capacity, SIZEOF);
return new Buffer(memAddress(container), container, -1, 0, capacity, capacity);
} |
Returns a new {@link StdVideoH264PpsFlags.Buffer} instance allocated with {@link BufferUtils}.
@param capacity the buffer capacity
| StdVideoH264PpsFlags::create | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | BSD-3-Clause |
public static StdVideoH264PpsFlags.Buffer create(long address, int capacity) {
return new Buffer(address, capacity);
} |
Create a {@link StdVideoH264PpsFlags.Buffer} instance at the specified memory.
@param address the memory address
@param capacity the buffer capacity
| StdVideoH264PpsFlags::create | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | BSD-3-Clause |
public static StdVideoH264PpsFlags.@Nullable Buffer createSafe(long address, int capacity) {
return address == NULL ? null : new Buffer(address, capacity);
} |
Create a {@link StdVideoH264PpsFlags.Buffer} instance at the specified memory.
@param address the memory address
@param capacity the buffer capacity
public static StdVideoH264PpsFlags.Buffer create(long address, int capacity) {
return new Buffer(address, capacity);
}
/** Like {@link #create(long, int) create}, but returns {@code null} if {@code address} is {@code NULL}. | StdVideoH264PpsFlags::createSafe | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | BSD-3-Clause |
public static StdVideoH264PpsFlags malloc(MemoryStack stack) {
return new StdVideoH264PpsFlags(stack.nmalloc(ALIGNOF, SIZEOF), null);
} |
Returns a new {@code StdVideoH264PpsFlags} instance allocated on the specified {@link MemoryStack}.
@param stack the stack from which to allocate
| StdVideoH264PpsFlags::malloc | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | BSD-3-Clause |
public static StdVideoH264PpsFlags calloc(MemoryStack stack) {
return new StdVideoH264PpsFlags(stack.ncalloc(ALIGNOF, 1, SIZEOF), null);
} |
Returns a new {@code StdVideoH264PpsFlags} instance allocated on the specified {@link MemoryStack} and initializes all its bits to zero.
@param stack the stack from which to allocate
| StdVideoH264PpsFlags::calloc | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | BSD-3-Clause |
public static StdVideoH264PpsFlags.Buffer malloc(int capacity, MemoryStack stack) {
return new Buffer(stack.nmalloc(ALIGNOF, capacity * SIZEOF), capacity);
} |
Returns a new {@link StdVideoH264PpsFlags.Buffer} instance allocated on the specified {@link MemoryStack}.
@param stack the stack from which to allocate
@param capacity the buffer capacity
| StdVideoH264PpsFlags::malloc | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | BSD-3-Clause |
public static StdVideoH264PpsFlags.Buffer calloc(int capacity, MemoryStack stack) {
return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity);
} |
Returns a new {@link StdVideoH264PpsFlags.Buffer} instance allocated on the specified {@link MemoryStack} and initializes all its bits to zero.
@param stack the stack from which to allocate
@param capacity the buffer capacity
| StdVideoH264PpsFlags::calloc | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | BSD-3-Clause |
public static int ntransform_8x8_mode_flag(long struct) { return nbitfield0(struct) & 0x00_00_00_01; } |
Returns a new {@link StdVideoH264PpsFlags.Buffer} instance allocated on the specified {@link MemoryStack} and initializes all its bits to zero.
@param stack the stack from which to allocate
@param capacity the buffer capacity
public static StdVideoH264PpsFlags.Buffer calloc(int capacity, MemoryStack stack) {
return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity);
}
// -----------------------------------
public static int nbitfield0(long struct) { return memGetInt(struct + StdVideoH264PpsFlags.BITFIELD0); }
/** Unsafe version of {@link #transform_8x8_mode_flag}. | StdVideoH264PpsFlags::ntransform_8x8_mode_flag | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | BSD-3-Clause |
public static int nredundant_pic_cnt_present_flag(long struct) { return (nbitfield0(struct) & 0x00_00_00_02) >>> 1; } |
Returns a new {@link StdVideoH264PpsFlags.Buffer} instance allocated on the specified {@link MemoryStack} and initializes all its bits to zero.
@param stack the stack from which to allocate
@param capacity the buffer capacity
public static StdVideoH264PpsFlags.Buffer calloc(int capacity, MemoryStack stack) {
return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity);
}
// -----------------------------------
public static int nbitfield0(long struct) { return memGetInt(struct + StdVideoH264PpsFlags.BITFIELD0); }
/** Unsafe version of {@link #transform_8x8_mode_flag}.
public static int ntransform_8x8_mode_flag(long struct) { return nbitfield0(struct) & 0x00_00_00_01; }
/** Unsafe version of {@link #redundant_pic_cnt_present_flag}. | StdVideoH264PpsFlags::nredundant_pic_cnt_present_flag | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | BSD-3-Clause |
public static int nconstrained_intra_pred_flag(long struct) { return (nbitfield0(struct) & 0x00_00_00_04) >>> 2; } |
Returns a new {@link StdVideoH264PpsFlags.Buffer} instance allocated on the specified {@link MemoryStack} and initializes all its bits to zero.
@param stack the stack from which to allocate
@param capacity the buffer capacity
public static StdVideoH264PpsFlags.Buffer calloc(int capacity, MemoryStack stack) {
return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity);
}
// -----------------------------------
public static int nbitfield0(long struct) { return memGetInt(struct + StdVideoH264PpsFlags.BITFIELD0); }
/** Unsafe version of {@link #transform_8x8_mode_flag}.
public static int ntransform_8x8_mode_flag(long struct) { return nbitfield0(struct) & 0x00_00_00_01; }
/** Unsafe version of {@link #redundant_pic_cnt_present_flag}.
public static int nredundant_pic_cnt_present_flag(long struct) { return (nbitfield0(struct) & 0x00_00_00_02) >>> 1; }
/** Unsafe version of {@link #constrained_intra_pred_flag}. | StdVideoH264PpsFlags::nconstrained_intra_pred_flag | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | BSD-3-Clause |
public static int ndeblocking_filter_control_present_flag(long struct) { return (nbitfield0(struct) & 0x00_00_00_08) >>> 3; } |
Returns a new {@link StdVideoH264PpsFlags.Buffer} instance allocated on the specified {@link MemoryStack} and initializes all its bits to zero.
@param stack the stack from which to allocate
@param capacity the buffer capacity
public static StdVideoH264PpsFlags.Buffer calloc(int capacity, MemoryStack stack) {
return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity);
}
// -----------------------------------
public static int nbitfield0(long struct) { return memGetInt(struct + StdVideoH264PpsFlags.BITFIELD0); }
/** Unsafe version of {@link #transform_8x8_mode_flag}.
public static int ntransform_8x8_mode_flag(long struct) { return nbitfield0(struct) & 0x00_00_00_01; }
/** Unsafe version of {@link #redundant_pic_cnt_present_flag}.
public static int nredundant_pic_cnt_present_flag(long struct) { return (nbitfield0(struct) & 0x00_00_00_02) >>> 1; }
/** Unsafe version of {@link #constrained_intra_pred_flag}.
public static int nconstrained_intra_pred_flag(long struct) { return (nbitfield0(struct) & 0x00_00_00_04) >>> 2; }
/** Unsafe version of {@link #deblocking_filter_control_present_flag}. | StdVideoH264PpsFlags::ndeblocking_filter_control_present_flag | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | BSD-3-Clause |
public static int nweighted_pred_flag(long struct) { return (nbitfield0(struct) & 0x00_00_00_10) >>> 4; } |
Returns a new {@link StdVideoH264PpsFlags.Buffer} instance allocated on the specified {@link MemoryStack} and initializes all its bits to zero.
@param stack the stack from which to allocate
@param capacity the buffer capacity
public static StdVideoH264PpsFlags.Buffer calloc(int capacity, MemoryStack stack) {
return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity);
}
// -----------------------------------
public static int nbitfield0(long struct) { return memGetInt(struct + StdVideoH264PpsFlags.BITFIELD0); }
/** Unsafe version of {@link #transform_8x8_mode_flag}.
public static int ntransform_8x8_mode_flag(long struct) { return nbitfield0(struct) & 0x00_00_00_01; }
/** Unsafe version of {@link #redundant_pic_cnt_present_flag}.
public static int nredundant_pic_cnt_present_flag(long struct) { return (nbitfield0(struct) & 0x00_00_00_02) >>> 1; }
/** Unsafe version of {@link #constrained_intra_pred_flag}.
public static int nconstrained_intra_pred_flag(long struct) { return (nbitfield0(struct) & 0x00_00_00_04) >>> 2; }
/** Unsafe version of {@link #deblocking_filter_control_present_flag}.
public static int ndeblocking_filter_control_present_flag(long struct) { return (nbitfield0(struct) & 0x00_00_00_08) >>> 3; }
/** Unsafe version of {@link #weighted_pred_flag}. | StdVideoH264PpsFlags::nweighted_pred_flag | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | BSD-3-Clause |
public static int nbottom_field_pic_order_in_frame_present_flag(long struct) { return (nbitfield0(struct) & 0x00_00_00_20) >>> 5; } |
Returns a new {@link StdVideoH264PpsFlags.Buffer} instance allocated on the specified {@link MemoryStack} and initializes all its bits to zero.
@param stack the stack from which to allocate
@param capacity the buffer capacity
public static StdVideoH264PpsFlags.Buffer calloc(int capacity, MemoryStack stack) {
return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity);
}
// -----------------------------------
public static int nbitfield0(long struct) { return memGetInt(struct + StdVideoH264PpsFlags.BITFIELD0); }
/** Unsafe version of {@link #transform_8x8_mode_flag}.
public static int ntransform_8x8_mode_flag(long struct) { return nbitfield0(struct) & 0x00_00_00_01; }
/** Unsafe version of {@link #redundant_pic_cnt_present_flag}.
public static int nredundant_pic_cnt_present_flag(long struct) { return (nbitfield0(struct) & 0x00_00_00_02) >>> 1; }
/** Unsafe version of {@link #constrained_intra_pred_flag}.
public static int nconstrained_intra_pred_flag(long struct) { return (nbitfield0(struct) & 0x00_00_00_04) >>> 2; }
/** Unsafe version of {@link #deblocking_filter_control_present_flag}.
public static int ndeblocking_filter_control_present_flag(long struct) { return (nbitfield0(struct) & 0x00_00_00_08) >>> 3; }
/** Unsafe version of {@link #weighted_pred_flag}.
public static int nweighted_pred_flag(long struct) { return (nbitfield0(struct) & 0x00_00_00_10) >>> 4; }
/** Unsafe version of {@link #bottom_field_pic_order_in_frame_present_flag}. | StdVideoH264PpsFlags::nbottom_field_pic_order_in_frame_present_flag | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | BSD-3-Clause |
public static int nentropy_coding_mode_flag(long struct) { return (nbitfield0(struct) & 0x00_00_00_40) >>> 6; } |
Returns a new {@link StdVideoH264PpsFlags.Buffer} instance allocated on the specified {@link MemoryStack} and initializes all its bits to zero.
@param stack the stack from which to allocate
@param capacity the buffer capacity
public static StdVideoH264PpsFlags.Buffer calloc(int capacity, MemoryStack stack) {
return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity);
}
// -----------------------------------
public static int nbitfield0(long struct) { return memGetInt(struct + StdVideoH264PpsFlags.BITFIELD0); }
/** Unsafe version of {@link #transform_8x8_mode_flag}.
public static int ntransform_8x8_mode_flag(long struct) { return nbitfield0(struct) & 0x00_00_00_01; }
/** Unsafe version of {@link #redundant_pic_cnt_present_flag}.
public static int nredundant_pic_cnt_present_flag(long struct) { return (nbitfield0(struct) & 0x00_00_00_02) >>> 1; }
/** Unsafe version of {@link #constrained_intra_pred_flag}.
public static int nconstrained_intra_pred_flag(long struct) { return (nbitfield0(struct) & 0x00_00_00_04) >>> 2; }
/** Unsafe version of {@link #deblocking_filter_control_present_flag}.
public static int ndeblocking_filter_control_present_flag(long struct) { return (nbitfield0(struct) & 0x00_00_00_08) >>> 3; }
/** Unsafe version of {@link #weighted_pred_flag}.
public static int nweighted_pred_flag(long struct) { return (nbitfield0(struct) & 0x00_00_00_10) >>> 4; }
/** Unsafe version of {@link #bottom_field_pic_order_in_frame_present_flag}.
public static int nbottom_field_pic_order_in_frame_present_flag(long struct) { return (nbitfield0(struct) & 0x00_00_00_20) >>> 5; }
/** Unsafe version of {@link #entropy_coding_mode_flag}. | StdVideoH264PpsFlags::nentropy_coding_mode_flag | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | BSD-3-Clause |
public static int npic_scaling_matrix_present_flag(long struct) { return (nbitfield0(struct) & 0x00_00_00_80) >>> 7; } |
Returns a new {@link StdVideoH264PpsFlags.Buffer} instance allocated on the specified {@link MemoryStack} and initializes all its bits to zero.
@param stack the stack from which to allocate
@param capacity the buffer capacity
public static StdVideoH264PpsFlags.Buffer calloc(int capacity, MemoryStack stack) {
return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity);
}
// -----------------------------------
public static int nbitfield0(long struct) { return memGetInt(struct + StdVideoH264PpsFlags.BITFIELD0); }
/** Unsafe version of {@link #transform_8x8_mode_flag}.
public static int ntransform_8x8_mode_flag(long struct) { return nbitfield0(struct) & 0x00_00_00_01; }
/** Unsafe version of {@link #redundant_pic_cnt_present_flag}.
public static int nredundant_pic_cnt_present_flag(long struct) { return (nbitfield0(struct) & 0x00_00_00_02) >>> 1; }
/** Unsafe version of {@link #constrained_intra_pred_flag}.
public static int nconstrained_intra_pred_flag(long struct) { return (nbitfield0(struct) & 0x00_00_00_04) >>> 2; }
/** Unsafe version of {@link #deblocking_filter_control_present_flag}.
public static int ndeblocking_filter_control_present_flag(long struct) { return (nbitfield0(struct) & 0x00_00_00_08) >>> 3; }
/** Unsafe version of {@link #weighted_pred_flag}.
public static int nweighted_pred_flag(long struct) { return (nbitfield0(struct) & 0x00_00_00_10) >>> 4; }
/** Unsafe version of {@link #bottom_field_pic_order_in_frame_present_flag}.
public static int nbottom_field_pic_order_in_frame_present_flag(long struct) { return (nbitfield0(struct) & 0x00_00_00_20) >>> 5; }
/** Unsafe version of {@link #entropy_coding_mode_flag}.
public static int nentropy_coding_mode_flag(long struct) { return (nbitfield0(struct) & 0x00_00_00_40) >>> 6; }
/** Unsafe version of {@link #pic_scaling_matrix_present_flag}. | StdVideoH264PpsFlags::npic_scaling_matrix_present_flag | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | BSD-3-Clause |
public static void ntransform_8x8_mode_flag(long struct, int value) { nbitfield0(struct, (nbitfield0(struct) & 0xFF_FF_FF_FE) | (value & 0x00_00_00_01)); } |
Returns a new {@link StdVideoH264PpsFlags.Buffer} instance allocated on the specified {@link MemoryStack} and initializes all its bits to zero.
@param stack the stack from which to allocate
@param capacity the buffer capacity
public static StdVideoH264PpsFlags.Buffer calloc(int capacity, MemoryStack stack) {
return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity);
}
// -----------------------------------
public static int nbitfield0(long struct) { return memGetInt(struct + StdVideoH264PpsFlags.BITFIELD0); }
/** Unsafe version of {@link #transform_8x8_mode_flag}.
public static int ntransform_8x8_mode_flag(long struct) { return nbitfield0(struct) & 0x00_00_00_01; }
/** Unsafe version of {@link #redundant_pic_cnt_present_flag}.
public static int nredundant_pic_cnt_present_flag(long struct) { return (nbitfield0(struct) & 0x00_00_00_02) >>> 1; }
/** Unsafe version of {@link #constrained_intra_pred_flag}.
public static int nconstrained_intra_pred_flag(long struct) { return (nbitfield0(struct) & 0x00_00_00_04) >>> 2; }
/** Unsafe version of {@link #deblocking_filter_control_present_flag}.
public static int ndeblocking_filter_control_present_flag(long struct) { return (nbitfield0(struct) & 0x00_00_00_08) >>> 3; }
/** Unsafe version of {@link #weighted_pred_flag}.
public static int nweighted_pred_flag(long struct) { return (nbitfield0(struct) & 0x00_00_00_10) >>> 4; }
/** Unsafe version of {@link #bottom_field_pic_order_in_frame_present_flag}.
public static int nbottom_field_pic_order_in_frame_present_flag(long struct) { return (nbitfield0(struct) & 0x00_00_00_20) >>> 5; }
/** Unsafe version of {@link #entropy_coding_mode_flag}.
public static int nentropy_coding_mode_flag(long struct) { return (nbitfield0(struct) & 0x00_00_00_40) >>> 6; }
/** Unsafe version of {@link #pic_scaling_matrix_present_flag}.
public static int npic_scaling_matrix_present_flag(long struct) { return (nbitfield0(struct) & 0x00_00_00_80) >>> 7; }
public static void nbitfield0(long struct, int value) { memPutInt(struct + StdVideoH264PpsFlags.BITFIELD0, value); }
/** Unsafe version of {@link #transform_8x8_mode_flag(boolean) transform_8x8_mode_flag}. | StdVideoH264PpsFlags::ntransform_8x8_mode_flag | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | BSD-3-Clause |
public static void nredundant_pic_cnt_present_flag(long struct, int value) { nbitfield0(struct, ((value << 1) & 0x00_00_00_02) | (nbitfield0(struct) & 0xFF_FF_FF_FD)); } |
Returns a new {@link StdVideoH264PpsFlags.Buffer} instance allocated on the specified {@link MemoryStack} and initializes all its bits to zero.
@param stack the stack from which to allocate
@param capacity the buffer capacity
public static StdVideoH264PpsFlags.Buffer calloc(int capacity, MemoryStack stack) {
return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity);
}
// -----------------------------------
public static int nbitfield0(long struct) { return memGetInt(struct + StdVideoH264PpsFlags.BITFIELD0); }
/** Unsafe version of {@link #transform_8x8_mode_flag}.
public static int ntransform_8x8_mode_flag(long struct) { return nbitfield0(struct) & 0x00_00_00_01; }
/** Unsafe version of {@link #redundant_pic_cnt_present_flag}.
public static int nredundant_pic_cnt_present_flag(long struct) { return (nbitfield0(struct) & 0x00_00_00_02) >>> 1; }
/** Unsafe version of {@link #constrained_intra_pred_flag}.
public static int nconstrained_intra_pred_flag(long struct) { return (nbitfield0(struct) & 0x00_00_00_04) >>> 2; }
/** Unsafe version of {@link #deblocking_filter_control_present_flag}.
public static int ndeblocking_filter_control_present_flag(long struct) { return (nbitfield0(struct) & 0x00_00_00_08) >>> 3; }
/** Unsafe version of {@link #weighted_pred_flag}.
public static int nweighted_pred_flag(long struct) { return (nbitfield0(struct) & 0x00_00_00_10) >>> 4; }
/** Unsafe version of {@link #bottom_field_pic_order_in_frame_present_flag}.
public static int nbottom_field_pic_order_in_frame_present_flag(long struct) { return (nbitfield0(struct) & 0x00_00_00_20) >>> 5; }
/** Unsafe version of {@link #entropy_coding_mode_flag}.
public static int nentropy_coding_mode_flag(long struct) { return (nbitfield0(struct) & 0x00_00_00_40) >>> 6; }
/** Unsafe version of {@link #pic_scaling_matrix_present_flag}.
public static int npic_scaling_matrix_present_flag(long struct) { return (nbitfield0(struct) & 0x00_00_00_80) >>> 7; }
public static void nbitfield0(long struct, int value) { memPutInt(struct + StdVideoH264PpsFlags.BITFIELD0, value); }
/** Unsafe version of {@link #transform_8x8_mode_flag(boolean) transform_8x8_mode_flag}.
public static void ntransform_8x8_mode_flag(long struct, int value) { nbitfield0(struct, (nbitfield0(struct) & 0xFF_FF_FF_FE) | (value & 0x00_00_00_01)); }
/** Unsafe version of {@link #redundant_pic_cnt_present_flag(boolean) redundant_pic_cnt_present_flag}. | StdVideoH264PpsFlags::nredundant_pic_cnt_present_flag | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | BSD-3-Clause |
public static void nconstrained_intra_pred_flag(long struct, int value) { nbitfield0(struct, ((value << 2) & 0x00_00_00_04) | (nbitfield0(struct) & 0xFF_FF_FF_FB)); } |
Returns a new {@link StdVideoH264PpsFlags.Buffer} instance allocated on the specified {@link MemoryStack} and initializes all its bits to zero.
@param stack the stack from which to allocate
@param capacity the buffer capacity
public static StdVideoH264PpsFlags.Buffer calloc(int capacity, MemoryStack stack) {
return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity);
}
// -----------------------------------
public static int nbitfield0(long struct) { return memGetInt(struct + StdVideoH264PpsFlags.BITFIELD0); }
/** Unsafe version of {@link #transform_8x8_mode_flag}.
public static int ntransform_8x8_mode_flag(long struct) { return nbitfield0(struct) & 0x00_00_00_01; }
/** Unsafe version of {@link #redundant_pic_cnt_present_flag}.
public static int nredundant_pic_cnt_present_flag(long struct) { return (nbitfield0(struct) & 0x00_00_00_02) >>> 1; }
/** Unsafe version of {@link #constrained_intra_pred_flag}.
public static int nconstrained_intra_pred_flag(long struct) { return (nbitfield0(struct) & 0x00_00_00_04) >>> 2; }
/** Unsafe version of {@link #deblocking_filter_control_present_flag}.
public static int ndeblocking_filter_control_present_flag(long struct) { return (nbitfield0(struct) & 0x00_00_00_08) >>> 3; }
/** Unsafe version of {@link #weighted_pred_flag}.
public static int nweighted_pred_flag(long struct) { return (nbitfield0(struct) & 0x00_00_00_10) >>> 4; }
/** Unsafe version of {@link #bottom_field_pic_order_in_frame_present_flag}.
public static int nbottom_field_pic_order_in_frame_present_flag(long struct) { return (nbitfield0(struct) & 0x00_00_00_20) >>> 5; }
/** Unsafe version of {@link #entropy_coding_mode_flag}.
public static int nentropy_coding_mode_flag(long struct) { return (nbitfield0(struct) & 0x00_00_00_40) >>> 6; }
/** Unsafe version of {@link #pic_scaling_matrix_present_flag}.
public static int npic_scaling_matrix_present_flag(long struct) { return (nbitfield0(struct) & 0x00_00_00_80) >>> 7; }
public static void nbitfield0(long struct, int value) { memPutInt(struct + StdVideoH264PpsFlags.BITFIELD0, value); }
/** Unsafe version of {@link #transform_8x8_mode_flag(boolean) transform_8x8_mode_flag}.
public static void ntransform_8x8_mode_flag(long struct, int value) { nbitfield0(struct, (nbitfield0(struct) & 0xFF_FF_FF_FE) | (value & 0x00_00_00_01)); }
/** Unsafe version of {@link #redundant_pic_cnt_present_flag(boolean) redundant_pic_cnt_present_flag}.
public static void nredundant_pic_cnt_present_flag(long struct, int value) { nbitfield0(struct, ((value << 1) & 0x00_00_00_02) | (nbitfield0(struct) & 0xFF_FF_FF_FD)); }
/** Unsafe version of {@link #constrained_intra_pred_flag(boolean) constrained_intra_pred_flag}. | StdVideoH264PpsFlags::nconstrained_intra_pred_flag | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | BSD-3-Clause |
public static void ndeblocking_filter_control_present_flag(long struct, int value) { nbitfield0(struct, ((value << 3) & 0x00_00_00_08) | (nbitfield0(struct) & 0xFF_FF_FF_F7)); } |
Returns a new {@link StdVideoH264PpsFlags.Buffer} instance allocated on the specified {@link MemoryStack} and initializes all its bits to zero.
@param stack the stack from which to allocate
@param capacity the buffer capacity
public static StdVideoH264PpsFlags.Buffer calloc(int capacity, MemoryStack stack) {
return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity);
}
// -----------------------------------
public static int nbitfield0(long struct) { return memGetInt(struct + StdVideoH264PpsFlags.BITFIELD0); }
/** Unsafe version of {@link #transform_8x8_mode_flag}.
public static int ntransform_8x8_mode_flag(long struct) { return nbitfield0(struct) & 0x00_00_00_01; }
/** Unsafe version of {@link #redundant_pic_cnt_present_flag}.
public static int nredundant_pic_cnt_present_flag(long struct) { return (nbitfield0(struct) & 0x00_00_00_02) >>> 1; }
/** Unsafe version of {@link #constrained_intra_pred_flag}.
public static int nconstrained_intra_pred_flag(long struct) { return (nbitfield0(struct) & 0x00_00_00_04) >>> 2; }
/** Unsafe version of {@link #deblocking_filter_control_present_flag}.
public static int ndeblocking_filter_control_present_flag(long struct) { return (nbitfield0(struct) & 0x00_00_00_08) >>> 3; }
/** Unsafe version of {@link #weighted_pred_flag}.
public static int nweighted_pred_flag(long struct) { return (nbitfield0(struct) & 0x00_00_00_10) >>> 4; }
/** Unsafe version of {@link #bottom_field_pic_order_in_frame_present_flag}.
public static int nbottom_field_pic_order_in_frame_present_flag(long struct) { return (nbitfield0(struct) & 0x00_00_00_20) >>> 5; }
/** Unsafe version of {@link #entropy_coding_mode_flag}.
public static int nentropy_coding_mode_flag(long struct) { return (nbitfield0(struct) & 0x00_00_00_40) >>> 6; }
/** Unsafe version of {@link #pic_scaling_matrix_present_flag}.
public static int npic_scaling_matrix_present_flag(long struct) { return (nbitfield0(struct) & 0x00_00_00_80) >>> 7; }
public static void nbitfield0(long struct, int value) { memPutInt(struct + StdVideoH264PpsFlags.BITFIELD0, value); }
/** Unsafe version of {@link #transform_8x8_mode_flag(boolean) transform_8x8_mode_flag}.
public static void ntransform_8x8_mode_flag(long struct, int value) { nbitfield0(struct, (nbitfield0(struct) & 0xFF_FF_FF_FE) | (value & 0x00_00_00_01)); }
/** Unsafe version of {@link #redundant_pic_cnt_present_flag(boolean) redundant_pic_cnt_present_flag}.
public static void nredundant_pic_cnt_present_flag(long struct, int value) { nbitfield0(struct, ((value << 1) & 0x00_00_00_02) | (nbitfield0(struct) & 0xFF_FF_FF_FD)); }
/** Unsafe version of {@link #constrained_intra_pred_flag(boolean) constrained_intra_pred_flag}.
public static void nconstrained_intra_pred_flag(long struct, int value) { nbitfield0(struct, ((value << 2) & 0x00_00_00_04) | (nbitfield0(struct) & 0xFF_FF_FF_FB)); }
/** Unsafe version of {@link #deblocking_filter_control_present_flag(boolean) deblocking_filter_control_present_flag}. | StdVideoH264PpsFlags::ndeblocking_filter_control_present_flag | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | BSD-3-Clause |
public static void nweighted_pred_flag(long struct, int value) { nbitfield0(struct, ((value << 4) & 0x00_00_00_10) | (nbitfield0(struct) & 0xFF_FF_FF_EF)); } |
Returns a new {@link StdVideoH264PpsFlags.Buffer} instance allocated on the specified {@link MemoryStack} and initializes all its bits to zero.
@param stack the stack from which to allocate
@param capacity the buffer capacity
public static StdVideoH264PpsFlags.Buffer calloc(int capacity, MemoryStack stack) {
return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity);
}
// -----------------------------------
public static int nbitfield0(long struct) { return memGetInt(struct + StdVideoH264PpsFlags.BITFIELD0); }
/** Unsafe version of {@link #transform_8x8_mode_flag}.
public static int ntransform_8x8_mode_flag(long struct) { return nbitfield0(struct) & 0x00_00_00_01; }
/** Unsafe version of {@link #redundant_pic_cnt_present_flag}.
public static int nredundant_pic_cnt_present_flag(long struct) { return (nbitfield0(struct) & 0x00_00_00_02) >>> 1; }
/** Unsafe version of {@link #constrained_intra_pred_flag}.
public static int nconstrained_intra_pred_flag(long struct) { return (nbitfield0(struct) & 0x00_00_00_04) >>> 2; }
/** Unsafe version of {@link #deblocking_filter_control_present_flag}.
public static int ndeblocking_filter_control_present_flag(long struct) { return (nbitfield0(struct) & 0x00_00_00_08) >>> 3; }
/** Unsafe version of {@link #weighted_pred_flag}.
public static int nweighted_pred_flag(long struct) { return (nbitfield0(struct) & 0x00_00_00_10) >>> 4; }
/** Unsafe version of {@link #bottom_field_pic_order_in_frame_present_flag}.
public static int nbottom_field_pic_order_in_frame_present_flag(long struct) { return (nbitfield0(struct) & 0x00_00_00_20) >>> 5; }
/** Unsafe version of {@link #entropy_coding_mode_flag}.
public static int nentropy_coding_mode_flag(long struct) { return (nbitfield0(struct) & 0x00_00_00_40) >>> 6; }
/** Unsafe version of {@link #pic_scaling_matrix_present_flag}.
public static int npic_scaling_matrix_present_flag(long struct) { return (nbitfield0(struct) & 0x00_00_00_80) >>> 7; }
public static void nbitfield0(long struct, int value) { memPutInt(struct + StdVideoH264PpsFlags.BITFIELD0, value); }
/** Unsafe version of {@link #transform_8x8_mode_flag(boolean) transform_8x8_mode_flag}.
public static void ntransform_8x8_mode_flag(long struct, int value) { nbitfield0(struct, (nbitfield0(struct) & 0xFF_FF_FF_FE) | (value & 0x00_00_00_01)); }
/** Unsafe version of {@link #redundant_pic_cnt_present_flag(boolean) redundant_pic_cnt_present_flag}.
public static void nredundant_pic_cnt_present_flag(long struct, int value) { nbitfield0(struct, ((value << 1) & 0x00_00_00_02) | (nbitfield0(struct) & 0xFF_FF_FF_FD)); }
/** Unsafe version of {@link #constrained_intra_pred_flag(boolean) constrained_intra_pred_flag}.
public static void nconstrained_intra_pred_flag(long struct, int value) { nbitfield0(struct, ((value << 2) & 0x00_00_00_04) | (nbitfield0(struct) & 0xFF_FF_FF_FB)); }
/** Unsafe version of {@link #deblocking_filter_control_present_flag(boolean) deblocking_filter_control_present_flag}.
public static void ndeblocking_filter_control_present_flag(long struct, int value) { nbitfield0(struct, ((value << 3) & 0x00_00_00_08) | (nbitfield0(struct) & 0xFF_FF_FF_F7)); }
/** Unsafe version of {@link #weighted_pred_flag(boolean) weighted_pred_flag}. | StdVideoH264PpsFlags::nweighted_pred_flag | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | BSD-3-Clause |
public static void nbottom_field_pic_order_in_frame_present_flag(long struct, int value) { nbitfield0(struct, ((value << 5) & 0x00_00_00_20) | (nbitfield0(struct) & 0xFF_FF_FF_DF)); } |
Returns a new {@link StdVideoH264PpsFlags.Buffer} instance allocated on the specified {@link MemoryStack} and initializes all its bits to zero.
@param stack the stack from which to allocate
@param capacity the buffer capacity
public static StdVideoH264PpsFlags.Buffer calloc(int capacity, MemoryStack stack) {
return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity);
}
// -----------------------------------
public static int nbitfield0(long struct) { return memGetInt(struct + StdVideoH264PpsFlags.BITFIELD0); }
/** Unsafe version of {@link #transform_8x8_mode_flag}.
public static int ntransform_8x8_mode_flag(long struct) { return nbitfield0(struct) & 0x00_00_00_01; }
/** Unsafe version of {@link #redundant_pic_cnt_present_flag}.
public static int nredundant_pic_cnt_present_flag(long struct) { return (nbitfield0(struct) & 0x00_00_00_02) >>> 1; }
/** Unsafe version of {@link #constrained_intra_pred_flag}.
public static int nconstrained_intra_pred_flag(long struct) { return (nbitfield0(struct) & 0x00_00_00_04) >>> 2; }
/** Unsafe version of {@link #deblocking_filter_control_present_flag}.
public static int ndeblocking_filter_control_present_flag(long struct) { return (nbitfield0(struct) & 0x00_00_00_08) >>> 3; }
/** Unsafe version of {@link #weighted_pred_flag}.
public static int nweighted_pred_flag(long struct) { return (nbitfield0(struct) & 0x00_00_00_10) >>> 4; }
/** Unsafe version of {@link #bottom_field_pic_order_in_frame_present_flag}.
public static int nbottom_field_pic_order_in_frame_present_flag(long struct) { return (nbitfield0(struct) & 0x00_00_00_20) >>> 5; }
/** Unsafe version of {@link #entropy_coding_mode_flag}.
public static int nentropy_coding_mode_flag(long struct) { return (nbitfield0(struct) & 0x00_00_00_40) >>> 6; }
/** Unsafe version of {@link #pic_scaling_matrix_present_flag}.
public static int npic_scaling_matrix_present_flag(long struct) { return (nbitfield0(struct) & 0x00_00_00_80) >>> 7; }
public static void nbitfield0(long struct, int value) { memPutInt(struct + StdVideoH264PpsFlags.BITFIELD0, value); }
/** Unsafe version of {@link #transform_8x8_mode_flag(boolean) transform_8x8_mode_flag}.
public static void ntransform_8x8_mode_flag(long struct, int value) { nbitfield0(struct, (nbitfield0(struct) & 0xFF_FF_FF_FE) | (value & 0x00_00_00_01)); }
/** Unsafe version of {@link #redundant_pic_cnt_present_flag(boolean) redundant_pic_cnt_present_flag}.
public static void nredundant_pic_cnt_present_flag(long struct, int value) { nbitfield0(struct, ((value << 1) & 0x00_00_00_02) | (nbitfield0(struct) & 0xFF_FF_FF_FD)); }
/** Unsafe version of {@link #constrained_intra_pred_flag(boolean) constrained_intra_pred_flag}.
public static void nconstrained_intra_pred_flag(long struct, int value) { nbitfield0(struct, ((value << 2) & 0x00_00_00_04) | (nbitfield0(struct) & 0xFF_FF_FF_FB)); }
/** Unsafe version of {@link #deblocking_filter_control_present_flag(boolean) deblocking_filter_control_present_flag}.
public static void ndeblocking_filter_control_present_flag(long struct, int value) { nbitfield0(struct, ((value << 3) & 0x00_00_00_08) | (nbitfield0(struct) & 0xFF_FF_FF_F7)); }
/** Unsafe version of {@link #weighted_pred_flag(boolean) weighted_pred_flag}.
public static void nweighted_pred_flag(long struct, int value) { nbitfield0(struct, ((value << 4) & 0x00_00_00_10) | (nbitfield0(struct) & 0xFF_FF_FF_EF)); }
/** Unsafe version of {@link #bottom_field_pic_order_in_frame_present_flag(boolean) bottom_field_pic_order_in_frame_present_flag}. | StdVideoH264PpsFlags::nbottom_field_pic_order_in_frame_present_flag | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | BSD-3-Clause |
public static void nentropy_coding_mode_flag(long struct, int value) { nbitfield0(struct, ((value << 6) & 0x00_00_00_40) | (nbitfield0(struct) & 0xFF_FF_FF_BF)); } |
Returns a new {@link StdVideoH264PpsFlags.Buffer} instance allocated on the specified {@link MemoryStack} and initializes all its bits to zero.
@param stack the stack from which to allocate
@param capacity the buffer capacity
public static StdVideoH264PpsFlags.Buffer calloc(int capacity, MemoryStack stack) {
return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity);
}
// -----------------------------------
public static int nbitfield0(long struct) { return memGetInt(struct + StdVideoH264PpsFlags.BITFIELD0); }
/** Unsafe version of {@link #transform_8x8_mode_flag}.
public static int ntransform_8x8_mode_flag(long struct) { return nbitfield0(struct) & 0x00_00_00_01; }
/** Unsafe version of {@link #redundant_pic_cnt_present_flag}.
public static int nredundant_pic_cnt_present_flag(long struct) { return (nbitfield0(struct) & 0x00_00_00_02) >>> 1; }
/** Unsafe version of {@link #constrained_intra_pred_flag}.
public static int nconstrained_intra_pred_flag(long struct) { return (nbitfield0(struct) & 0x00_00_00_04) >>> 2; }
/** Unsafe version of {@link #deblocking_filter_control_present_flag}.
public static int ndeblocking_filter_control_present_flag(long struct) { return (nbitfield0(struct) & 0x00_00_00_08) >>> 3; }
/** Unsafe version of {@link #weighted_pred_flag}.
public static int nweighted_pred_flag(long struct) { return (nbitfield0(struct) & 0x00_00_00_10) >>> 4; }
/** Unsafe version of {@link #bottom_field_pic_order_in_frame_present_flag}.
public static int nbottom_field_pic_order_in_frame_present_flag(long struct) { return (nbitfield0(struct) & 0x00_00_00_20) >>> 5; }
/** Unsafe version of {@link #entropy_coding_mode_flag}.
public static int nentropy_coding_mode_flag(long struct) { return (nbitfield0(struct) & 0x00_00_00_40) >>> 6; }
/** Unsafe version of {@link #pic_scaling_matrix_present_flag}.
public static int npic_scaling_matrix_present_flag(long struct) { return (nbitfield0(struct) & 0x00_00_00_80) >>> 7; }
public static void nbitfield0(long struct, int value) { memPutInt(struct + StdVideoH264PpsFlags.BITFIELD0, value); }
/** Unsafe version of {@link #transform_8x8_mode_flag(boolean) transform_8x8_mode_flag}.
public static void ntransform_8x8_mode_flag(long struct, int value) { nbitfield0(struct, (nbitfield0(struct) & 0xFF_FF_FF_FE) | (value & 0x00_00_00_01)); }
/** Unsafe version of {@link #redundant_pic_cnt_present_flag(boolean) redundant_pic_cnt_present_flag}.
public static void nredundant_pic_cnt_present_flag(long struct, int value) { nbitfield0(struct, ((value << 1) & 0x00_00_00_02) | (nbitfield0(struct) & 0xFF_FF_FF_FD)); }
/** Unsafe version of {@link #constrained_intra_pred_flag(boolean) constrained_intra_pred_flag}.
public static void nconstrained_intra_pred_flag(long struct, int value) { nbitfield0(struct, ((value << 2) & 0x00_00_00_04) | (nbitfield0(struct) & 0xFF_FF_FF_FB)); }
/** Unsafe version of {@link #deblocking_filter_control_present_flag(boolean) deblocking_filter_control_present_flag}.
public static void ndeblocking_filter_control_present_flag(long struct, int value) { nbitfield0(struct, ((value << 3) & 0x00_00_00_08) | (nbitfield0(struct) & 0xFF_FF_FF_F7)); }
/** Unsafe version of {@link #weighted_pred_flag(boolean) weighted_pred_flag}.
public static void nweighted_pred_flag(long struct, int value) { nbitfield0(struct, ((value << 4) & 0x00_00_00_10) | (nbitfield0(struct) & 0xFF_FF_FF_EF)); }
/** Unsafe version of {@link #bottom_field_pic_order_in_frame_present_flag(boolean) bottom_field_pic_order_in_frame_present_flag}.
public static void nbottom_field_pic_order_in_frame_present_flag(long struct, int value) { nbitfield0(struct, ((value << 5) & 0x00_00_00_20) | (nbitfield0(struct) & 0xFF_FF_FF_DF)); }
/** Unsafe version of {@link #entropy_coding_mode_flag(boolean) entropy_coding_mode_flag}. | StdVideoH264PpsFlags::nentropy_coding_mode_flag | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | BSD-3-Clause |
public static void npic_scaling_matrix_present_flag(long struct, int value) { nbitfield0(struct, ((value << 7) & 0x00_00_00_80) | (nbitfield0(struct) & 0xFF_FF_FF_7F)); } |
Returns a new {@link StdVideoH264PpsFlags.Buffer} instance allocated on the specified {@link MemoryStack} and initializes all its bits to zero.
@param stack the stack from which to allocate
@param capacity the buffer capacity
public static StdVideoH264PpsFlags.Buffer calloc(int capacity, MemoryStack stack) {
return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity);
}
// -----------------------------------
public static int nbitfield0(long struct) { return memGetInt(struct + StdVideoH264PpsFlags.BITFIELD0); }
/** Unsafe version of {@link #transform_8x8_mode_flag}.
public static int ntransform_8x8_mode_flag(long struct) { return nbitfield0(struct) & 0x00_00_00_01; }
/** Unsafe version of {@link #redundant_pic_cnt_present_flag}.
public static int nredundant_pic_cnt_present_flag(long struct) { return (nbitfield0(struct) & 0x00_00_00_02) >>> 1; }
/** Unsafe version of {@link #constrained_intra_pred_flag}.
public static int nconstrained_intra_pred_flag(long struct) { return (nbitfield0(struct) & 0x00_00_00_04) >>> 2; }
/** Unsafe version of {@link #deblocking_filter_control_present_flag}.
public static int ndeblocking_filter_control_present_flag(long struct) { return (nbitfield0(struct) & 0x00_00_00_08) >>> 3; }
/** Unsafe version of {@link #weighted_pred_flag}.
public static int nweighted_pred_flag(long struct) { return (nbitfield0(struct) & 0x00_00_00_10) >>> 4; }
/** Unsafe version of {@link #bottom_field_pic_order_in_frame_present_flag}.
public static int nbottom_field_pic_order_in_frame_present_flag(long struct) { return (nbitfield0(struct) & 0x00_00_00_20) >>> 5; }
/** Unsafe version of {@link #entropy_coding_mode_flag}.
public static int nentropy_coding_mode_flag(long struct) { return (nbitfield0(struct) & 0x00_00_00_40) >>> 6; }
/** Unsafe version of {@link #pic_scaling_matrix_present_flag}.
public static int npic_scaling_matrix_present_flag(long struct) { return (nbitfield0(struct) & 0x00_00_00_80) >>> 7; }
public static void nbitfield0(long struct, int value) { memPutInt(struct + StdVideoH264PpsFlags.BITFIELD0, value); }
/** Unsafe version of {@link #transform_8x8_mode_flag(boolean) transform_8x8_mode_flag}.
public static void ntransform_8x8_mode_flag(long struct, int value) { nbitfield0(struct, (nbitfield0(struct) & 0xFF_FF_FF_FE) | (value & 0x00_00_00_01)); }
/** Unsafe version of {@link #redundant_pic_cnt_present_flag(boolean) redundant_pic_cnt_present_flag}.
public static void nredundant_pic_cnt_present_flag(long struct, int value) { nbitfield0(struct, ((value << 1) & 0x00_00_00_02) | (nbitfield0(struct) & 0xFF_FF_FF_FD)); }
/** Unsafe version of {@link #constrained_intra_pred_flag(boolean) constrained_intra_pred_flag}.
public static void nconstrained_intra_pred_flag(long struct, int value) { nbitfield0(struct, ((value << 2) & 0x00_00_00_04) | (nbitfield0(struct) & 0xFF_FF_FF_FB)); }
/** Unsafe version of {@link #deblocking_filter_control_present_flag(boolean) deblocking_filter_control_present_flag}.
public static void ndeblocking_filter_control_present_flag(long struct, int value) { nbitfield0(struct, ((value << 3) & 0x00_00_00_08) | (nbitfield0(struct) & 0xFF_FF_FF_F7)); }
/** Unsafe version of {@link #weighted_pred_flag(boolean) weighted_pred_flag}.
public static void nweighted_pred_flag(long struct, int value) { nbitfield0(struct, ((value << 4) & 0x00_00_00_10) | (nbitfield0(struct) & 0xFF_FF_FF_EF)); }
/** Unsafe version of {@link #bottom_field_pic_order_in_frame_present_flag(boolean) bottom_field_pic_order_in_frame_present_flag}.
public static void nbottom_field_pic_order_in_frame_present_flag(long struct, int value) { nbitfield0(struct, ((value << 5) & 0x00_00_00_20) | (nbitfield0(struct) & 0xFF_FF_FF_DF)); }
/** Unsafe version of {@link #entropy_coding_mode_flag(boolean) entropy_coding_mode_flag}.
public static void nentropy_coding_mode_flag(long struct, int value) { nbitfield0(struct, ((value << 6) & 0x00_00_00_40) | (nbitfield0(struct) & 0xFF_FF_FF_BF)); }
/** Unsafe version of {@link #pic_scaling_matrix_present_flag(boolean) pic_scaling_matrix_present_flag}. | StdVideoH264PpsFlags::npic_scaling_matrix_present_flag | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | BSD-3-Clause |
public StdVideoH264PpsFlags.Buffer transform_8x8_mode_flag(@NativeType("uint32_t") boolean value) { StdVideoH264PpsFlags.ntransform_8x8_mode_flag(address(), value ? 1 : 0); return this; } |
Creates a new {@code StdVideoH264PpsFlags.Buffer} instance backed by the specified container.
<p>Changes to the container's content will be visible to the struct buffer instance and vice versa. The two buffers' position, limit, and mark values
will be independent. The new buffer's position will be zero, its capacity and its limit will be the number of bytes remaining in this buffer divided
by {@link StdVideoH264PpsFlags#SIZEOF}, and its mark will be undefined.</p>
<p>The created buffer instance holds a strong reference to the container object.</p>
public Buffer(ByteBuffer container) {
super(container, container.remaining() / SIZEOF);
}
public Buffer(long address, int cap) {
super(address, null, -1, 0, cap, cap);
}
Buffer(long address, @Nullable ByteBuffer container, int mark, int pos, int lim, int cap) {
super(address, container, mark, pos, lim, cap);
}
@Override
protected Buffer self() {
return this;
}
@Override
protected Buffer create(long address, @Nullable ByteBuffer container, int mark, int position, int limit, int capacity) {
return new Buffer(address, container, mark, position, limit, capacity);
}
@Override
protected StdVideoH264PpsFlags getElementFactory() {
return ELEMENT_FACTORY;
}
/** @return the value of the {@code transform_8x8_mode_flag} field.
@NativeType("uint32_t")
public boolean transform_8x8_mode_flag() { return StdVideoH264PpsFlags.ntransform_8x8_mode_flag(address()) != 0; }
/** @return the value of the {@code redundant_pic_cnt_present_flag} field.
@NativeType("uint32_t")
public boolean redundant_pic_cnt_present_flag() { return StdVideoH264PpsFlags.nredundant_pic_cnt_present_flag(address()) != 0; }
/** @return the value of the {@code constrained_intra_pred_flag} field.
@NativeType("uint32_t")
public boolean constrained_intra_pred_flag() { return StdVideoH264PpsFlags.nconstrained_intra_pred_flag(address()) != 0; }
/** @return the value of the {@code deblocking_filter_control_present_flag} field.
@NativeType("uint32_t")
public boolean deblocking_filter_control_present_flag() { return StdVideoH264PpsFlags.ndeblocking_filter_control_present_flag(address()) != 0; }
/** @return the value of the {@code weighted_pred_flag} field.
@NativeType("uint32_t")
public boolean weighted_pred_flag() { return StdVideoH264PpsFlags.nweighted_pred_flag(address()) != 0; }
/** @return the value of the {@code bottom_field_pic_order_in_frame_present_flag} field.
@NativeType("uint32_t")
public boolean bottom_field_pic_order_in_frame_present_flag() { return StdVideoH264PpsFlags.nbottom_field_pic_order_in_frame_present_flag(address()) != 0; }
/** @return the value of the {@code entropy_coding_mode_flag} field.
@NativeType("uint32_t")
public boolean entropy_coding_mode_flag() { return StdVideoH264PpsFlags.nentropy_coding_mode_flag(address()) != 0; }
/** @return the value of the {@code pic_scaling_matrix_present_flag} field.
@NativeType("uint32_t")
public boolean pic_scaling_matrix_present_flag() { return StdVideoH264PpsFlags.npic_scaling_matrix_present_flag(address()) != 0; }
/** Sets the specified value to the {@code transform_8x8_mode_flag} field. | Buffer::transform_8x8_mode_flag | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | BSD-3-Clause |
public StdVideoH264PpsFlags.Buffer redundant_pic_cnt_present_flag(@NativeType("uint32_t") boolean value) { StdVideoH264PpsFlags.nredundant_pic_cnt_present_flag(address(), value ? 1 : 0); return this; } |
Creates a new {@code StdVideoH264PpsFlags.Buffer} instance backed by the specified container.
<p>Changes to the container's content will be visible to the struct buffer instance and vice versa. The two buffers' position, limit, and mark values
will be independent. The new buffer's position will be zero, its capacity and its limit will be the number of bytes remaining in this buffer divided
by {@link StdVideoH264PpsFlags#SIZEOF}, and its mark will be undefined.</p>
<p>The created buffer instance holds a strong reference to the container object.</p>
public Buffer(ByteBuffer container) {
super(container, container.remaining() / SIZEOF);
}
public Buffer(long address, int cap) {
super(address, null, -1, 0, cap, cap);
}
Buffer(long address, @Nullable ByteBuffer container, int mark, int pos, int lim, int cap) {
super(address, container, mark, pos, lim, cap);
}
@Override
protected Buffer self() {
return this;
}
@Override
protected Buffer create(long address, @Nullable ByteBuffer container, int mark, int position, int limit, int capacity) {
return new Buffer(address, container, mark, position, limit, capacity);
}
@Override
protected StdVideoH264PpsFlags getElementFactory() {
return ELEMENT_FACTORY;
}
/** @return the value of the {@code transform_8x8_mode_flag} field.
@NativeType("uint32_t")
public boolean transform_8x8_mode_flag() { return StdVideoH264PpsFlags.ntransform_8x8_mode_flag(address()) != 0; }
/** @return the value of the {@code redundant_pic_cnt_present_flag} field.
@NativeType("uint32_t")
public boolean redundant_pic_cnt_present_flag() { return StdVideoH264PpsFlags.nredundant_pic_cnt_present_flag(address()) != 0; }
/** @return the value of the {@code constrained_intra_pred_flag} field.
@NativeType("uint32_t")
public boolean constrained_intra_pred_flag() { return StdVideoH264PpsFlags.nconstrained_intra_pred_flag(address()) != 0; }
/** @return the value of the {@code deblocking_filter_control_present_flag} field.
@NativeType("uint32_t")
public boolean deblocking_filter_control_present_flag() { return StdVideoH264PpsFlags.ndeblocking_filter_control_present_flag(address()) != 0; }
/** @return the value of the {@code weighted_pred_flag} field.
@NativeType("uint32_t")
public boolean weighted_pred_flag() { return StdVideoH264PpsFlags.nweighted_pred_flag(address()) != 0; }
/** @return the value of the {@code bottom_field_pic_order_in_frame_present_flag} field.
@NativeType("uint32_t")
public boolean bottom_field_pic_order_in_frame_present_flag() { return StdVideoH264PpsFlags.nbottom_field_pic_order_in_frame_present_flag(address()) != 0; }
/** @return the value of the {@code entropy_coding_mode_flag} field.
@NativeType("uint32_t")
public boolean entropy_coding_mode_flag() { return StdVideoH264PpsFlags.nentropy_coding_mode_flag(address()) != 0; }
/** @return the value of the {@code pic_scaling_matrix_present_flag} field.
@NativeType("uint32_t")
public boolean pic_scaling_matrix_present_flag() { return StdVideoH264PpsFlags.npic_scaling_matrix_present_flag(address()) != 0; }
/** Sets the specified value to the {@code transform_8x8_mode_flag} field.
public StdVideoH264PpsFlags.Buffer transform_8x8_mode_flag(@NativeType("uint32_t") boolean value) { StdVideoH264PpsFlags.ntransform_8x8_mode_flag(address(), value ? 1 : 0); return this; }
/** Sets the specified value to the {@code redundant_pic_cnt_present_flag} field. | Buffer::redundant_pic_cnt_present_flag | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | BSD-3-Clause |
public StdVideoH264PpsFlags.Buffer constrained_intra_pred_flag(@NativeType("uint32_t") boolean value) { StdVideoH264PpsFlags.nconstrained_intra_pred_flag(address(), value ? 1 : 0); return this; } |
Creates a new {@code StdVideoH264PpsFlags.Buffer} instance backed by the specified container.
<p>Changes to the container's content will be visible to the struct buffer instance and vice versa. The two buffers' position, limit, and mark values
will be independent. The new buffer's position will be zero, its capacity and its limit will be the number of bytes remaining in this buffer divided
by {@link StdVideoH264PpsFlags#SIZEOF}, and its mark will be undefined.</p>
<p>The created buffer instance holds a strong reference to the container object.</p>
public Buffer(ByteBuffer container) {
super(container, container.remaining() / SIZEOF);
}
public Buffer(long address, int cap) {
super(address, null, -1, 0, cap, cap);
}
Buffer(long address, @Nullable ByteBuffer container, int mark, int pos, int lim, int cap) {
super(address, container, mark, pos, lim, cap);
}
@Override
protected Buffer self() {
return this;
}
@Override
protected Buffer create(long address, @Nullable ByteBuffer container, int mark, int position, int limit, int capacity) {
return new Buffer(address, container, mark, position, limit, capacity);
}
@Override
protected StdVideoH264PpsFlags getElementFactory() {
return ELEMENT_FACTORY;
}
/** @return the value of the {@code transform_8x8_mode_flag} field.
@NativeType("uint32_t")
public boolean transform_8x8_mode_flag() { return StdVideoH264PpsFlags.ntransform_8x8_mode_flag(address()) != 0; }
/** @return the value of the {@code redundant_pic_cnt_present_flag} field.
@NativeType("uint32_t")
public boolean redundant_pic_cnt_present_flag() { return StdVideoH264PpsFlags.nredundant_pic_cnt_present_flag(address()) != 0; }
/** @return the value of the {@code constrained_intra_pred_flag} field.
@NativeType("uint32_t")
public boolean constrained_intra_pred_flag() { return StdVideoH264PpsFlags.nconstrained_intra_pred_flag(address()) != 0; }
/** @return the value of the {@code deblocking_filter_control_present_flag} field.
@NativeType("uint32_t")
public boolean deblocking_filter_control_present_flag() { return StdVideoH264PpsFlags.ndeblocking_filter_control_present_flag(address()) != 0; }
/** @return the value of the {@code weighted_pred_flag} field.
@NativeType("uint32_t")
public boolean weighted_pred_flag() { return StdVideoH264PpsFlags.nweighted_pred_flag(address()) != 0; }
/** @return the value of the {@code bottom_field_pic_order_in_frame_present_flag} field.
@NativeType("uint32_t")
public boolean bottom_field_pic_order_in_frame_present_flag() { return StdVideoH264PpsFlags.nbottom_field_pic_order_in_frame_present_flag(address()) != 0; }
/** @return the value of the {@code entropy_coding_mode_flag} field.
@NativeType("uint32_t")
public boolean entropy_coding_mode_flag() { return StdVideoH264PpsFlags.nentropy_coding_mode_flag(address()) != 0; }
/** @return the value of the {@code pic_scaling_matrix_present_flag} field.
@NativeType("uint32_t")
public boolean pic_scaling_matrix_present_flag() { return StdVideoH264PpsFlags.npic_scaling_matrix_present_flag(address()) != 0; }
/** Sets the specified value to the {@code transform_8x8_mode_flag} field.
public StdVideoH264PpsFlags.Buffer transform_8x8_mode_flag(@NativeType("uint32_t") boolean value) { StdVideoH264PpsFlags.ntransform_8x8_mode_flag(address(), value ? 1 : 0); return this; }
/** Sets the specified value to the {@code redundant_pic_cnt_present_flag} field.
public StdVideoH264PpsFlags.Buffer redundant_pic_cnt_present_flag(@NativeType("uint32_t") boolean value) { StdVideoH264PpsFlags.nredundant_pic_cnt_present_flag(address(), value ? 1 : 0); return this; }
/** Sets the specified value to the {@code constrained_intra_pred_flag} field. | Buffer::constrained_intra_pred_flag | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | BSD-3-Clause |
public StdVideoH264PpsFlags.Buffer deblocking_filter_control_present_flag(@NativeType("uint32_t") boolean value) { StdVideoH264PpsFlags.ndeblocking_filter_control_present_flag(address(), value ? 1 : 0); return this; } |
Creates a new {@code StdVideoH264PpsFlags.Buffer} instance backed by the specified container.
<p>Changes to the container's content will be visible to the struct buffer instance and vice versa. The two buffers' position, limit, and mark values
will be independent. The new buffer's position will be zero, its capacity and its limit will be the number of bytes remaining in this buffer divided
by {@link StdVideoH264PpsFlags#SIZEOF}, and its mark will be undefined.</p>
<p>The created buffer instance holds a strong reference to the container object.</p>
public Buffer(ByteBuffer container) {
super(container, container.remaining() / SIZEOF);
}
public Buffer(long address, int cap) {
super(address, null, -1, 0, cap, cap);
}
Buffer(long address, @Nullable ByteBuffer container, int mark, int pos, int lim, int cap) {
super(address, container, mark, pos, lim, cap);
}
@Override
protected Buffer self() {
return this;
}
@Override
protected Buffer create(long address, @Nullable ByteBuffer container, int mark, int position, int limit, int capacity) {
return new Buffer(address, container, mark, position, limit, capacity);
}
@Override
protected StdVideoH264PpsFlags getElementFactory() {
return ELEMENT_FACTORY;
}
/** @return the value of the {@code transform_8x8_mode_flag} field.
@NativeType("uint32_t")
public boolean transform_8x8_mode_flag() { return StdVideoH264PpsFlags.ntransform_8x8_mode_flag(address()) != 0; }
/** @return the value of the {@code redundant_pic_cnt_present_flag} field.
@NativeType("uint32_t")
public boolean redundant_pic_cnt_present_flag() { return StdVideoH264PpsFlags.nredundant_pic_cnt_present_flag(address()) != 0; }
/** @return the value of the {@code constrained_intra_pred_flag} field.
@NativeType("uint32_t")
public boolean constrained_intra_pred_flag() { return StdVideoH264PpsFlags.nconstrained_intra_pred_flag(address()) != 0; }
/** @return the value of the {@code deblocking_filter_control_present_flag} field.
@NativeType("uint32_t")
public boolean deblocking_filter_control_present_flag() { return StdVideoH264PpsFlags.ndeblocking_filter_control_present_flag(address()) != 0; }
/** @return the value of the {@code weighted_pred_flag} field.
@NativeType("uint32_t")
public boolean weighted_pred_flag() { return StdVideoH264PpsFlags.nweighted_pred_flag(address()) != 0; }
/** @return the value of the {@code bottom_field_pic_order_in_frame_present_flag} field.
@NativeType("uint32_t")
public boolean bottom_field_pic_order_in_frame_present_flag() { return StdVideoH264PpsFlags.nbottom_field_pic_order_in_frame_present_flag(address()) != 0; }
/** @return the value of the {@code entropy_coding_mode_flag} field.
@NativeType("uint32_t")
public boolean entropy_coding_mode_flag() { return StdVideoH264PpsFlags.nentropy_coding_mode_flag(address()) != 0; }
/** @return the value of the {@code pic_scaling_matrix_present_flag} field.
@NativeType("uint32_t")
public boolean pic_scaling_matrix_present_flag() { return StdVideoH264PpsFlags.npic_scaling_matrix_present_flag(address()) != 0; }
/** Sets the specified value to the {@code transform_8x8_mode_flag} field.
public StdVideoH264PpsFlags.Buffer transform_8x8_mode_flag(@NativeType("uint32_t") boolean value) { StdVideoH264PpsFlags.ntransform_8x8_mode_flag(address(), value ? 1 : 0); return this; }
/** Sets the specified value to the {@code redundant_pic_cnt_present_flag} field.
public StdVideoH264PpsFlags.Buffer redundant_pic_cnt_present_flag(@NativeType("uint32_t") boolean value) { StdVideoH264PpsFlags.nredundant_pic_cnt_present_flag(address(), value ? 1 : 0); return this; }
/** Sets the specified value to the {@code constrained_intra_pred_flag} field.
public StdVideoH264PpsFlags.Buffer constrained_intra_pred_flag(@NativeType("uint32_t") boolean value) { StdVideoH264PpsFlags.nconstrained_intra_pred_flag(address(), value ? 1 : 0); return this; }
/** Sets the specified value to the {@code deblocking_filter_control_present_flag} field. | Buffer::deblocking_filter_control_present_flag | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | BSD-3-Clause |
public StdVideoH264PpsFlags.Buffer weighted_pred_flag(@NativeType("uint32_t") boolean value) { StdVideoH264PpsFlags.nweighted_pred_flag(address(), value ? 1 : 0); return this; } |
Creates a new {@code StdVideoH264PpsFlags.Buffer} instance backed by the specified container.
<p>Changes to the container's content will be visible to the struct buffer instance and vice versa. The two buffers' position, limit, and mark values
will be independent. The new buffer's position will be zero, its capacity and its limit will be the number of bytes remaining in this buffer divided
by {@link StdVideoH264PpsFlags#SIZEOF}, and its mark will be undefined.</p>
<p>The created buffer instance holds a strong reference to the container object.</p>
public Buffer(ByteBuffer container) {
super(container, container.remaining() / SIZEOF);
}
public Buffer(long address, int cap) {
super(address, null, -1, 0, cap, cap);
}
Buffer(long address, @Nullable ByteBuffer container, int mark, int pos, int lim, int cap) {
super(address, container, mark, pos, lim, cap);
}
@Override
protected Buffer self() {
return this;
}
@Override
protected Buffer create(long address, @Nullable ByteBuffer container, int mark, int position, int limit, int capacity) {
return new Buffer(address, container, mark, position, limit, capacity);
}
@Override
protected StdVideoH264PpsFlags getElementFactory() {
return ELEMENT_FACTORY;
}
/** @return the value of the {@code transform_8x8_mode_flag} field.
@NativeType("uint32_t")
public boolean transform_8x8_mode_flag() { return StdVideoH264PpsFlags.ntransform_8x8_mode_flag(address()) != 0; }
/** @return the value of the {@code redundant_pic_cnt_present_flag} field.
@NativeType("uint32_t")
public boolean redundant_pic_cnt_present_flag() { return StdVideoH264PpsFlags.nredundant_pic_cnt_present_flag(address()) != 0; }
/** @return the value of the {@code constrained_intra_pred_flag} field.
@NativeType("uint32_t")
public boolean constrained_intra_pred_flag() { return StdVideoH264PpsFlags.nconstrained_intra_pred_flag(address()) != 0; }
/** @return the value of the {@code deblocking_filter_control_present_flag} field.
@NativeType("uint32_t")
public boolean deblocking_filter_control_present_flag() { return StdVideoH264PpsFlags.ndeblocking_filter_control_present_flag(address()) != 0; }
/** @return the value of the {@code weighted_pred_flag} field.
@NativeType("uint32_t")
public boolean weighted_pred_flag() { return StdVideoH264PpsFlags.nweighted_pred_flag(address()) != 0; }
/** @return the value of the {@code bottom_field_pic_order_in_frame_present_flag} field.
@NativeType("uint32_t")
public boolean bottom_field_pic_order_in_frame_present_flag() { return StdVideoH264PpsFlags.nbottom_field_pic_order_in_frame_present_flag(address()) != 0; }
/** @return the value of the {@code entropy_coding_mode_flag} field.
@NativeType("uint32_t")
public boolean entropy_coding_mode_flag() { return StdVideoH264PpsFlags.nentropy_coding_mode_flag(address()) != 0; }
/** @return the value of the {@code pic_scaling_matrix_present_flag} field.
@NativeType("uint32_t")
public boolean pic_scaling_matrix_present_flag() { return StdVideoH264PpsFlags.npic_scaling_matrix_present_flag(address()) != 0; }
/** Sets the specified value to the {@code transform_8x8_mode_flag} field.
public StdVideoH264PpsFlags.Buffer transform_8x8_mode_flag(@NativeType("uint32_t") boolean value) { StdVideoH264PpsFlags.ntransform_8x8_mode_flag(address(), value ? 1 : 0); return this; }
/** Sets the specified value to the {@code redundant_pic_cnt_present_flag} field.
public StdVideoH264PpsFlags.Buffer redundant_pic_cnt_present_flag(@NativeType("uint32_t") boolean value) { StdVideoH264PpsFlags.nredundant_pic_cnt_present_flag(address(), value ? 1 : 0); return this; }
/** Sets the specified value to the {@code constrained_intra_pred_flag} field.
public StdVideoH264PpsFlags.Buffer constrained_intra_pred_flag(@NativeType("uint32_t") boolean value) { StdVideoH264PpsFlags.nconstrained_intra_pred_flag(address(), value ? 1 : 0); return this; }
/** Sets the specified value to the {@code deblocking_filter_control_present_flag} field.
public StdVideoH264PpsFlags.Buffer deblocking_filter_control_present_flag(@NativeType("uint32_t") boolean value) { StdVideoH264PpsFlags.ndeblocking_filter_control_present_flag(address(), value ? 1 : 0); return this; }
/** Sets the specified value to the {@code weighted_pred_flag} field. | Buffer::weighted_pred_flag | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | BSD-3-Clause |
public StdVideoH264PpsFlags.Buffer bottom_field_pic_order_in_frame_present_flag(@NativeType("uint32_t") boolean value) { StdVideoH264PpsFlags.nbottom_field_pic_order_in_frame_present_flag(address(), value ? 1 : 0); return this; } |
Creates a new {@code StdVideoH264PpsFlags.Buffer} instance backed by the specified container.
<p>Changes to the container's content will be visible to the struct buffer instance and vice versa. The two buffers' position, limit, and mark values
will be independent. The new buffer's position will be zero, its capacity and its limit will be the number of bytes remaining in this buffer divided
by {@link StdVideoH264PpsFlags#SIZEOF}, and its mark will be undefined.</p>
<p>The created buffer instance holds a strong reference to the container object.</p>
public Buffer(ByteBuffer container) {
super(container, container.remaining() / SIZEOF);
}
public Buffer(long address, int cap) {
super(address, null, -1, 0, cap, cap);
}
Buffer(long address, @Nullable ByteBuffer container, int mark, int pos, int lim, int cap) {
super(address, container, mark, pos, lim, cap);
}
@Override
protected Buffer self() {
return this;
}
@Override
protected Buffer create(long address, @Nullable ByteBuffer container, int mark, int position, int limit, int capacity) {
return new Buffer(address, container, mark, position, limit, capacity);
}
@Override
protected StdVideoH264PpsFlags getElementFactory() {
return ELEMENT_FACTORY;
}
/** @return the value of the {@code transform_8x8_mode_flag} field.
@NativeType("uint32_t")
public boolean transform_8x8_mode_flag() { return StdVideoH264PpsFlags.ntransform_8x8_mode_flag(address()) != 0; }
/** @return the value of the {@code redundant_pic_cnt_present_flag} field.
@NativeType("uint32_t")
public boolean redundant_pic_cnt_present_flag() { return StdVideoH264PpsFlags.nredundant_pic_cnt_present_flag(address()) != 0; }
/** @return the value of the {@code constrained_intra_pred_flag} field.
@NativeType("uint32_t")
public boolean constrained_intra_pred_flag() { return StdVideoH264PpsFlags.nconstrained_intra_pred_flag(address()) != 0; }
/** @return the value of the {@code deblocking_filter_control_present_flag} field.
@NativeType("uint32_t")
public boolean deblocking_filter_control_present_flag() { return StdVideoH264PpsFlags.ndeblocking_filter_control_present_flag(address()) != 0; }
/** @return the value of the {@code weighted_pred_flag} field.
@NativeType("uint32_t")
public boolean weighted_pred_flag() { return StdVideoH264PpsFlags.nweighted_pred_flag(address()) != 0; }
/** @return the value of the {@code bottom_field_pic_order_in_frame_present_flag} field.
@NativeType("uint32_t")
public boolean bottom_field_pic_order_in_frame_present_flag() { return StdVideoH264PpsFlags.nbottom_field_pic_order_in_frame_present_flag(address()) != 0; }
/** @return the value of the {@code entropy_coding_mode_flag} field.
@NativeType("uint32_t")
public boolean entropy_coding_mode_flag() { return StdVideoH264PpsFlags.nentropy_coding_mode_flag(address()) != 0; }
/** @return the value of the {@code pic_scaling_matrix_present_flag} field.
@NativeType("uint32_t")
public boolean pic_scaling_matrix_present_flag() { return StdVideoH264PpsFlags.npic_scaling_matrix_present_flag(address()) != 0; }
/** Sets the specified value to the {@code transform_8x8_mode_flag} field.
public StdVideoH264PpsFlags.Buffer transform_8x8_mode_flag(@NativeType("uint32_t") boolean value) { StdVideoH264PpsFlags.ntransform_8x8_mode_flag(address(), value ? 1 : 0); return this; }
/** Sets the specified value to the {@code redundant_pic_cnt_present_flag} field.
public StdVideoH264PpsFlags.Buffer redundant_pic_cnt_present_flag(@NativeType("uint32_t") boolean value) { StdVideoH264PpsFlags.nredundant_pic_cnt_present_flag(address(), value ? 1 : 0); return this; }
/** Sets the specified value to the {@code constrained_intra_pred_flag} field.
public StdVideoH264PpsFlags.Buffer constrained_intra_pred_flag(@NativeType("uint32_t") boolean value) { StdVideoH264PpsFlags.nconstrained_intra_pred_flag(address(), value ? 1 : 0); return this; }
/** Sets the specified value to the {@code deblocking_filter_control_present_flag} field.
public StdVideoH264PpsFlags.Buffer deblocking_filter_control_present_flag(@NativeType("uint32_t") boolean value) { StdVideoH264PpsFlags.ndeblocking_filter_control_present_flag(address(), value ? 1 : 0); return this; }
/** Sets the specified value to the {@code weighted_pred_flag} field.
public StdVideoH264PpsFlags.Buffer weighted_pred_flag(@NativeType("uint32_t") boolean value) { StdVideoH264PpsFlags.nweighted_pred_flag(address(), value ? 1 : 0); return this; }
/** Sets the specified value to the {@code bottom_field_pic_order_in_frame_present_flag} field. | Buffer::bottom_field_pic_order_in_frame_present_flag | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | BSD-3-Clause |
public StdVideoH264PpsFlags.Buffer entropy_coding_mode_flag(@NativeType("uint32_t") boolean value) { StdVideoH264PpsFlags.nentropy_coding_mode_flag(address(), value ? 1 : 0); return this; } |
Creates a new {@code StdVideoH264PpsFlags.Buffer} instance backed by the specified container.
<p>Changes to the container's content will be visible to the struct buffer instance and vice versa. The two buffers' position, limit, and mark values
will be independent. The new buffer's position will be zero, its capacity and its limit will be the number of bytes remaining in this buffer divided
by {@link StdVideoH264PpsFlags#SIZEOF}, and its mark will be undefined.</p>
<p>The created buffer instance holds a strong reference to the container object.</p>
public Buffer(ByteBuffer container) {
super(container, container.remaining() / SIZEOF);
}
public Buffer(long address, int cap) {
super(address, null, -1, 0, cap, cap);
}
Buffer(long address, @Nullable ByteBuffer container, int mark, int pos, int lim, int cap) {
super(address, container, mark, pos, lim, cap);
}
@Override
protected Buffer self() {
return this;
}
@Override
protected Buffer create(long address, @Nullable ByteBuffer container, int mark, int position, int limit, int capacity) {
return new Buffer(address, container, mark, position, limit, capacity);
}
@Override
protected StdVideoH264PpsFlags getElementFactory() {
return ELEMENT_FACTORY;
}
/** @return the value of the {@code transform_8x8_mode_flag} field.
@NativeType("uint32_t")
public boolean transform_8x8_mode_flag() { return StdVideoH264PpsFlags.ntransform_8x8_mode_flag(address()) != 0; }
/** @return the value of the {@code redundant_pic_cnt_present_flag} field.
@NativeType("uint32_t")
public boolean redundant_pic_cnt_present_flag() { return StdVideoH264PpsFlags.nredundant_pic_cnt_present_flag(address()) != 0; }
/** @return the value of the {@code constrained_intra_pred_flag} field.
@NativeType("uint32_t")
public boolean constrained_intra_pred_flag() { return StdVideoH264PpsFlags.nconstrained_intra_pred_flag(address()) != 0; }
/** @return the value of the {@code deblocking_filter_control_present_flag} field.
@NativeType("uint32_t")
public boolean deblocking_filter_control_present_flag() { return StdVideoH264PpsFlags.ndeblocking_filter_control_present_flag(address()) != 0; }
/** @return the value of the {@code weighted_pred_flag} field.
@NativeType("uint32_t")
public boolean weighted_pred_flag() { return StdVideoH264PpsFlags.nweighted_pred_flag(address()) != 0; }
/** @return the value of the {@code bottom_field_pic_order_in_frame_present_flag} field.
@NativeType("uint32_t")
public boolean bottom_field_pic_order_in_frame_present_flag() { return StdVideoH264PpsFlags.nbottom_field_pic_order_in_frame_present_flag(address()) != 0; }
/** @return the value of the {@code entropy_coding_mode_flag} field.
@NativeType("uint32_t")
public boolean entropy_coding_mode_flag() { return StdVideoH264PpsFlags.nentropy_coding_mode_flag(address()) != 0; }
/** @return the value of the {@code pic_scaling_matrix_present_flag} field.
@NativeType("uint32_t")
public boolean pic_scaling_matrix_present_flag() { return StdVideoH264PpsFlags.npic_scaling_matrix_present_flag(address()) != 0; }
/** Sets the specified value to the {@code transform_8x8_mode_flag} field.
public StdVideoH264PpsFlags.Buffer transform_8x8_mode_flag(@NativeType("uint32_t") boolean value) { StdVideoH264PpsFlags.ntransform_8x8_mode_flag(address(), value ? 1 : 0); return this; }
/** Sets the specified value to the {@code redundant_pic_cnt_present_flag} field.
public StdVideoH264PpsFlags.Buffer redundant_pic_cnt_present_flag(@NativeType("uint32_t") boolean value) { StdVideoH264PpsFlags.nredundant_pic_cnt_present_flag(address(), value ? 1 : 0); return this; }
/** Sets the specified value to the {@code constrained_intra_pred_flag} field.
public StdVideoH264PpsFlags.Buffer constrained_intra_pred_flag(@NativeType("uint32_t") boolean value) { StdVideoH264PpsFlags.nconstrained_intra_pred_flag(address(), value ? 1 : 0); return this; }
/** Sets the specified value to the {@code deblocking_filter_control_present_flag} field.
public StdVideoH264PpsFlags.Buffer deblocking_filter_control_present_flag(@NativeType("uint32_t") boolean value) { StdVideoH264PpsFlags.ndeblocking_filter_control_present_flag(address(), value ? 1 : 0); return this; }
/** Sets the specified value to the {@code weighted_pred_flag} field.
public StdVideoH264PpsFlags.Buffer weighted_pred_flag(@NativeType("uint32_t") boolean value) { StdVideoH264PpsFlags.nweighted_pred_flag(address(), value ? 1 : 0); return this; }
/** Sets the specified value to the {@code bottom_field_pic_order_in_frame_present_flag} field.
public StdVideoH264PpsFlags.Buffer bottom_field_pic_order_in_frame_present_flag(@NativeType("uint32_t") boolean value) { StdVideoH264PpsFlags.nbottom_field_pic_order_in_frame_present_flag(address(), value ? 1 : 0); return this; }
/** Sets the specified value to the {@code entropy_coding_mode_flag} field. | Buffer::entropy_coding_mode_flag | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | BSD-3-Clause |
public StdVideoH264PpsFlags.Buffer pic_scaling_matrix_present_flag(@NativeType("uint32_t") boolean value) { StdVideoH264PpsFlags.npic_scaling_matrix_present_flag(address(), value ? 1 : 0); return this; } |
Creates a new {@code StdVideoH264PpsFlags.Buffer} instance backed by the specified container.
<p>Changes to the container's content will be visible to the struct buffer instance and vice versa. The two buffers' position, limit, and mark values
will be independent. The new buffer's position will be zero, its capacity and its limit will be the number of bytes remaining in this buffer divided
by {@link StdVideoH264PpsFlags#SIZEOF}, and its mark will be undefined.</p>
<p>The created buffer instance holds a strong reference to the container object.</p>
public Buffer(ByteBuffer container) {
super(container, container.remaining() / SIZEOF);
}
public Buffer(long address, int cap) {
super(address, null, -1, 0, cap, cap);
}
Buffer(long address, @Nullable ByteBuffer container, int mark, int pos, int lim, int cap) {
super(address, container, mark, pos, lim, cap);
}
@Override
protected Buffer self() {
return this;
}
@Override
protected Buffer create(long address, @Nullable ByteBuffer container, int mark, int position, int limit, int capacity) {
return new Buffer(address, container, mark, position, limit, capacity);
}
@Override
protected StdVideoH264PpsFlags getElementFactory() {
return ELEMENT_FACTORY;
}
/** @return the value of the {@code transform_8x8_mode_flag} field.
@NativeType("uint32_t")
public boolean transform_8x8_mode_flag() { return StdVideoH264PpsFlags.ntransform_8x8_mode_flag(address()) != 0; }
/** @return the value of the {@code redundant_pic_cnt_present_flag} field.
@NativeType("uint32_t")
public boolean redundant_pic_cnt_present_flag() { return StdVideoH264PpsFlags.nredundant_pic_cnt_present_flag(address()) != 0; }
/** @return the value of the {@code constrained_intra_pred_flag} field.
@NativeType("uint32_t")
public boolean constrained_intra_pred_flag() { return StdVideoH264PpsFlags.nconstrained_intra_pred_flag(address()) != 0; }
/** @return the value of the {@code deblocking_filter_control_present_flag} field.
@NativeType("uint32_t")
public boolean deblocking_filter_control_present_flag() { return StdVideoH264PpsFlags.ndeblocking_filter_control_present_flag(address()) != 0; }
/** @return the value of the {@code weighted_pred_flag} field.
@NativeType("uint32_t")
public boolean weighted_pred_flag() { return StdVideoH264PpsFlags.nweighted_pred_flag(address()) != 0; }
/** @return the value of the {@code bottom_field_pic_order_in_frame_present_flag} field.
@NativeType("uint32_t")
public boolean bottom_field_pic_order_in_frame_present_flag() { return StdVideoH264PpsFlags.nbottom_field_pic_order_in_frame_present_flag(address()) != 0; }
/** @return the value of the {@code entropy_coding_mode_flag} field.
@NativeType("uint32_t")
public boolean entropy_coding_mode_flag() { return StdVideoH264PpsFlags.nentropy_coding_mode_flag(address()) != 0; }
/** @return the value of the {@code pic_scaling_matrix_present_flag} field.
@NativeType("uint32_t")
public boolean pic_scaling_matrix_present_flag() { return StdVideoH264PpsFlags.npic_scaling_matrix_present_flag(address()) != 0; }
/** Sets the specified value to the {@code transform_8x8_mode_flag} field.
public StdVideoH264PpsFlags.Buffer transform_8x8_mode_flag(@NativeType("uint32_t") boolean value) { StdVideoH264PpsFlags.ntransform_8x8_mode_flag(address(), value ? 1 : 0); return this; }
/** Sets the specified value to the {@code redundant_pic_cnt_present_flag} field.
public StdVideoH264PpsFlags.Buffer redundant_pic_cnt_present_flag(@NativeType("uint32_t") boolean value) { StdVideoH264PpsFlags.nredundant_pic_cnt_present_flag(address(), value ? 1 : 0); return this; }
/** Sets the specified value to the {@code constrained_intra_pred_flag} field.
public StdVideoH264PpsFlags.Buffer constrained_intra_pred_flag(@NativeType("uint32_t") boolean value) { StdVideoH264PpsFlags.nconstrained_intra_pred_flag(address(), value ? 1 : 0); return this; }
/** Sets the specified value to the {@code deblocking_filter_control_present_flag} field.
public StdVideoH264PpsFlags.Buffer deblocking_filter_control_present_flag(@NativeType("uint32_t") boolean value) { StdVideoH264PpsFlags.ndeblocking_filter_control_present_flag(address(), value ? 1 : 0); return this; }
/** Sets the specified value to the {@code weighted_pred_flag} field.
public StdVideoH264PpsFlags.Buffer weighted_pred_flag(@NativeType("uint32_t") boolean value) { StdVideoH264PpsFlags.nweighted_pred_flag(address(), value ? 1 : 0); return this; }
/** Sets the specified value to the {@code bottom_field_pic_order_in_frame_present_flag} field.
public StdVideoH264PpsFlags.Buffer bottom_field_pic_order_in_frame_present_flag(@NativeType("uint32_t") boolean value) { StdVideoH264PpsFlags.nbottom_field_pic_order_in_frame_present_flag(address(), value ? 1 : 0); return this; }
/** Sets the specified value to the {@code entropy_coding_mode_flag} field.
public StdVideoH264PpsFlags.Buffer entropy_coding_mode_flag(@NativeType("uint32_t") boolean value) { StdVideoH264PpsFlags.nentropy_coding_mode_flag(address(), value ? 1 : 0); return this; }
/** Sets the specified value to the {@code pic_scaling_matrix_present_flag} field. | Buffer::pic_scaling_matrix_present_flag | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH264PpsFlags.java | BSD-3-Clause |
public StdVideoDecodeH264ReferenceInfo(ByteBuffer container) {
super(memAddress(container), __checkContainer(container, SIZEOF));
} |
Creates a {@code StdVideoDecodeH264ReferenceInfo} instance at the current position of the specified {@link ByteBuffer} container. Changes to the buffer's content will be
visible to the struct instance and vice versa.
<p>The created instance holds a strong reference to the container object.</p>
| StdVideoDecodeH264ReferenceInfo::StdVideoDecodeH264ReferenceInfo | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoDecodeH264ReferenceInfo.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoDecodeH264ReferenceInfo.java | BSD-3-Clause |
public StdVideoDecodeH264ReferenceInfoFlags flags() { return nflags(address()); } |
Creates a {@code StdVideoDecodeH264ReferenceInfo} instance at the current position of the specified {@link ByteBuffer} container. Changes to the buffer's content will be
visible to the struct instance and vice versa.
<p>The created instance holds a strong reference to the container object.</p>
public StdVideoDecodeH264ReferenceInfo(ByteBuffer container) {
super(memAddress(container), __checkContainer(container, SIZEOF));
}
@Override
public int sizeof() { return SIZEOF; }
/** @return a {@link StdVideoDecodeH264ReferenceInfoFlags} view of the {@code flags} field. | StdVideoDecodeH264ReferenceInfo::flags | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoDecodeH264ReferenceInfo.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoDecodeH264ReferenceInfo.java | BSD-3-Clause |
public StdVideoDecodeH264ReferenceInfo flags(StdVideoDecodeH264ReferenceInfoFlags value) { nflags(address(), value); return this; } |
Creates a {@code StdVideoDecodeH264ReferenceInfo} instance at the current position of the specified {@link ByteBuffer} container. Changes to the buffer's content will be
visible to the struct instance and vice versa.
<p>The created instance holds a strong reference to the container object.</p>
public StdVideoDecodeH264ReferenceInfo(ByteBuffer container) {
super(memAddress(container), __checkContainer(container, SIZEOF));
}
@Override
public int sizeof() { return SIZEOF; }
/** @return a {@link StdVideoDecodeH264ReferenceInfoFlags} view of the {@code flags} field.
public StdVideoDecodeH264ReferenceInfoFlags flags() { return nflags(address()); }
/** @return the value of the {@code FrameNum} field.
@NativeType("uint16_t")
public short FrameNum() { return nFrameNum(address()); }
/** @return a {@link IntBuffer} view of the {@code PicOrderCnt} field.
@NativeType("int32_t[STD_VIDEO_DECODE_H264_FIELD_ORDER_COUNT_LIST_SIZE]")
public IntBuffer PicOrderCnt() { return nPicOrderCnt(address()); }
/** @return the value at the specified index of the {@code PicOrderCnt} field.
@NativeType("int32_t")
public int PicOrderCnt(int index) { return nPicOrderCnt(address(), index); }
/** Copies the specified {@link StdVideoDecodeH264ReferenceInfoFlags} to the {@code flags} field. | StdVideoDecodeH264ReferenceInfo::flags | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoDecodeH264ReferenceInfo.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoDecodeH264ReferenceInfo.java | BSD-3-Clause |
public StdVideoDecodeH264ReferenceInfo flags(java.util.function.Consumer<StdVideoDecodeH264ReferenceInfoFlags> consumer) { consumer.accept(flags()); return this; } |
Creates a {@code StdVideoDecodeH264ReferenceInfo} instance at the current position of the specified {@link ByteBuffer} container. Changes to the buffer's content will be
visible to the struct instance and vice versa.
<p>The created instance holds a strong reference to the container object.</p>
public StdVideoDecodeH264ReferenceInfo(ByteBuffer container) {
super(memAddress(container), __checkContainer(container, SIZEOF));
}
@Override
public int sizeof() { return SIZEOF; }
/** @return a {@link StdVideoDecodeH264ReferenceInfoFlags} view of the {@code flags} field.
public StdVideoDecodeH264ReferenceInfoFlags flags() { return nflags(address()); }
/** @return the value of the {@code FrameNum} field.
@NativeType("uint16_t")
public short FrameNum() { return nFrameNum(address()); }
/** @return a {@link IntBuffer} view of the {@code PicOrderCnt} field.
@NativeType("int32_t[STD_VIDEO_DECODE_H264_FIELD_ORDER_COUNT_LIST_SIZE]")
public IntBuffer PicOrderCnt() { return nPicOrderCnt(address()); }
/** @return the value at the specified index of the {@code PicOrderCnt} field.
@NativeType("int32_t")
public int PicOrderCnt(int index) { return nPicOrderCnt(address(), index); }
/** Copies the specified {@link StdVideoDecodeH264ReferenceInfoFlags} to the {@code flags} field.
public StdVideoDecodeH264ReferenceInfo flags(StdVideoDecodeH264ReferenceInfoFlags value) { nflags(address(), value); return this; }
/** Passes the {@code flags} field to the specified {@link java.util.function.Consumer Consumer}. | StdVideoDecodeH264ReferenceInfo::flags | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoDecodeH264ReferenceInfo.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoDecodeH264ReferenceInfo.java | BSD-3-Clause |
public StdVideoDecodeH264ReferenceInfo FrameNum(@NativeType("uint16_t") short value) { nFrameNum(address(), value); return this; } |
Creates a {@code StdVideoDecodeH264ReferenceInfo} instance at the current position of the specified {@link ByteBuffer} container. Changes to the buffer's content will be
visible to the struct instance and vice versa.
<p>The created instance holds a strong reference to the container object.</p>
public StdVideoDecodeH264ReferenceInfo(ByteBuffer container) {
super(memAddress(container), __checkContainer(container, SIZEOF));
}
@Override
public int sizeof() { return SIZEOF; }
/** @return a {@link StdVideoDecodeH264ReferenceInfoFlags} view of the {@code flags} field.
public StdVideoDecodeH264ReferenceInfoFlags flags() { return nflags(address()); }
/** @return the value of the {@code FrameNum} field.
@NativeType("uint16_t")
public short FrameNum() { return nFrameNum(address()); }
/** @return a {@link IntBuffer} view of the {@code PicOrderCnt} field.
@NativeType("int32_t[STD_VIDEO_DECODE_H264_FIELD_ORDER_COUNT_LIST_SIZE]")
public IntBuffer PicOrderCnt() { return nPicOrderCnt(address()); }
/** @return the value at the specified index of the {@code PicOrderCnt} field.
@NativeType("int32_t")
public int PicOrderCnt(int index) { return nPicOrderCnt(address(), index); }
/** Copies the specified {@link StdVideoDecodeH264ReferenceInfoFlags} to the {@code flags} field.
public StdVideoDecodeH264ReferenceInfo flags(StdVideoDecodeH264ReferenceInfoFlags value) { nflags(address(), value); return this; }
/** Passes the {@code flags} field to the specified {@link java.util.function.Consumer Consumer}.
public StdVideoDecodeH264ReferenceInfo flags(java.util.function.Consumer<StdVideoDecodeH264ReferenceInfoFlags> consumer) { consumer.accept(flags()); return this; }
/** Sets the specified value to the {@code FrameNum} field. | StdVideoDecodeH264ReferenceInfo::FrameNum | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoDecodeH264ReferenceInfo.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoDecodeH264ReferenceInfo.java | BSD-3-Clause |
public StdVideoDecodeH264ReferenceInfo PicOrderCnt(@NativeType("int32_t[STD_VIDEO_DECODE_H264_FIELD_ORDER_COUNT_LIST_SIZE]") IntBuffer value) { nPicOrderCnt(address(), value); return this; } |
Creates a {@code StdVideoDecodeH264ReferenceInfo} instance at the current position of the specified {@link ByteBuffer} container. Changes to the buffer's content will be
visible to the struct instance and vice versa.
<p>The created instance holds a strong reference to the container object.</p>
public StdVideoDecodeH264ReferenceInfo(ByteBuffer container) {
super(memAddress(container), __checkContainer(container, SIZEOF));
}
@Override
public int sizeof() { return SIZEOF; }
/** @return a {@link StdVideoDecodeH264ReferenceInfoFlags} view of the {@code flags} field.
public StdVideoDecodeH264ReferenceInfoFlags flags() { return nflags(address()); }
/** @return the value of the {@code FrameNum} field.
@NativeType("uint16_t")
public short FrameNum() { return nFrameNum(address()); }
/** @return a {@link IntBuffer} view of the {@code PicOrderCnt} field.
@NativeType("int32_t[STD_VIDEO_DECODE_H264_FIELD_ORDER_COUNT_LIST_SIZE]")
public IntBuffer PicOrderCnt() { return nPicOrderCnt(address()); }
/** @return the value at the specified index of the {@code PicOrderCnt} field.
@NativeType("int32_t")
public int PicOrderCnt(int index) { return nPicOrderCnt(address(), index); }
/** Copies the specified {@link StdVideoDecodeH264ReferenceInfoFlags} to the {@code flags} field.
public StdVideoDecodeH264ReferenceInfo flags(StdVideoDecodeH264ReferenceInfoFlags value) { nflags(address(), value); return this; }
/** Passes the {@code flags} field to the specified {@link java.util.function.Consumer Consumer}.
public StdVideoDecodeH264ReferenceInfo flags(java.util.function.Consumer<StdVideoDecodeH264ReferenceInfoFlags> consumer) { consumer.accept(flags()); return this; }
/** Sets the specified value to the {@code FrameNum} field.
public StdVideoDecodeH264ReferenceInfo FrameNum(@NativeType("uint16_t") short value) { nFrameNum(address(), value); return this; }
/** Copies the specified {@link IntBuffer} to the {@code PicOrderCnt} field. | StdVideoDecodeH264ReferenceInfo::PicOrderCnt | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoDecodeH264ReferenceInfo.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoDecodeH264ReferenceInfo.java | BSD-3-Clause |
public StdVideoDecodeH264ReferenceInfo PicOrderCnt(int index, @NativeType("int32_t") int value) { nPicOrderCnt(address(), index, value); return this; } |
Creates a {@code StdVideoDecodeH264ReferenceInfo} instance at the current position of the specified {@link ByteBuffer} container. Changes to the buffer's content will be
visible to the struct instance and vice versa.
<p>The created instance holds a strong reference to the container object.</p>
public StdVideoDecodeH264ReferenceInfo(ByteBuffer container) {
super(memAddress(container), __checkContainer(container, SIZEOF));
}
@Override
public int sizeof() { return SIZEOF; }
/** @return a {@link StdVideoDecodeH264ReferenceInfoFlags} view of the {@code flags} field.
public StdVideoDecodeH264ReferenceInfoFlags flags() { return nflags(address()); }
/** @return the value of the {@code FrameNum} field.
@NativeType("uint16_t")
public short FrameNum() { return nFrameNum(address()); }
/** @return a {@link IntBuffer} view of the {@code PicOrderCnt} field.
@NativeType("int32_t[STD_VIDEO_DECODE_H264_FIELD_ORDER_COUNT_LIST_SIZE]")
public IntBuffer PicOrderCnt() { return nPicOrderCnt(address()); }
/** @return the value at the specified index of the {@code PicOrderCnt} field.
@NativeType("int32_t")
public int PicOrderCnt(int index) { return nPicOrderCnt(address(), index); }
/** Copies the specified {@link StdVideoDecodeH264ReferenceInfoFlags} to the {@code flags} field.
public StdVideoDecodeH264ReferenceInfo flags(StdVideoDecodeH264ReferenceInfoFlags value) { nflags(address(), value); return this; }
/** Passes the {@code flags} field to the specified {@link java.util.function.Consumer Consumer}.
public StdVideoDecodeH264ReferenceInfo flags(java.util.function.Consumer<StdVideoDecodeH264ReferenceInfoFlags> consumer) { consumer.accept(flags()); return this; }
/** Sets the specified value to the {@code FrameNum} field.
public StdVideoDecodeH264ReferenceInfo FrameNum(@NativeType("uint16_t") short value) { nFrameNum(address(), value); return this; }
/** Copies the specified {@link IntBuffer} to the {@code PicOrderCnt} field.
public StdVideoDecodeH264ReferenceInfo PicOrderCnt(@NativeType("int32_t[STD_VIDEO_DECODE_H264_FIELD_ORDER_COUNT_LIST_SIZE]") IntBuffer value) { nPicOrderCnt(address(), value); return this; }
/** Sets the specified value at the specified index of the {@code PicOrderCnt} field. | StdVideoDecodeH264ReferenceInfo::PicOrderCnt | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoDecodeH264ReferenceInfo.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoDecodeH264ReferenceInfo.java | BSD-3-Clause |
public StdVideoDecodeH264ReferenceInfo set(
StdVideoDecodeH264ReferenceInfoFlags flags,
short FrameNum,
IntBuffer PicOrderCnt
) {
flags(flags);
FrameNum(FrameNum);
PicOrderCnt(PicOrderCnt);
return this;
} |
Creates a {@code StdVideoDecodeH264ReferenceInfo} instance at the current position of the specified {@link ByteBuffer} container. Changes to the buffer's content will be
visible to the struct instance and vice versa.
<p>The created instance holds a strong reference to the container object.</p>
public StdVideoDecodeH264ReferenceInfo(ByteBuffer container) {
super(memAddress(container), __checkContainer(container, SIZEOF));
}
@Override
public int sizeof() { return SIZEOF; }
/** @return a {@link StdVideoDecodeH264ReferenceInfoFlags} view of the {@code flags} field.
public StdVideoDecodeH264ReferenceInfoFlags flags() { return nflags(address()); }
/** @return the value of the {@code FrameNum} field.
@NativeType("uint16_t")
public short FrameNum() { return nFrameNum(address()); }
/** @return a {@link IntBuffer} view of the {@code PicOrderCnt} field.
@NativeType("int32_t[STD_VIDEO_DECODE_H264_FIELD_ORDER_COUNT_LIST_SIZE]")
public IntBuffer PicOrderCnt() { return nPicOrderCnt(address()); }
/** @return the value at the specified index of the {@code PicOrderCnt} field.
@NativeType("int32_t")
public int PicOrderCnt(int index) { return nPicOrderCnt(address(), index); }
/** Copies the specified {@link StdVideoDecodeH264ReferenceInfoFlags} to the {@code flags} field.
public StdVideoDecodeH264ReferenceInfo flags(StdVideoDecodeH264ReferenceInfoFlags value) { nflags(address(), value); return this; }
/** Passes the {@code flags} field to the specified {@link java.util.function.Consumer Consumer}.
public StdVideoDecodeH264ReferenceInfo flags(java.util.function.Consumer<StdVideoDecodeH264ReferenceInfoFlags> consumer) { consumer.accept(flags()); return this; }
/** Sets the specified value to the {@code FrameNum} field.
public StdVideoDecodeH264ReferenceInfo FrameNum(@NativeType("uint16_t") short value) { nFrameNum(address(), value); return this; }
/** Copies the specified {@link IntBuffer} to the {@code PicOrderCnt} field.
public StdVideoDecodeH264ReferenceInfo PicOrderCnt(@NativeType("int32_t[STD_VIDEO_DECODE_H264_FIELD_ORDER_COUNT_LIST_SIZE]") IntBuffer value) { nPicOrderCnt(address(), value); return this; }
/** Sets the specified value at the specified index of the {@code PicOrderCnt} field.
public StdVideoDecodeH264ReferenceInfo PicOrderCnt(int index, @NativeType("int32_t") int value) { nPicOrderCnt(address(), index, value); return this; }
/** Initializes this struct with the specified values. | StdVideoDecodeH264ReferenceInfo::set | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoDecodeH264ReferenceInfo.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoDecodeH264ReferenceInfo.java | BSD-3-Clause |
public static StdVideoDecodeH264ReferenceInfo malloc() {
return new StdVideoDecodeH264ReferenceInfo(nmemAllocChecked(SIZEOF), null);
} |
Copies the specified struct data to this struct.
@param src the source struct
@return this struct
public StdVideoDecodeH264ReferenceInfo set(StdVideoDecodeH264ReferenceInfo src) {
memCopy(src.address(), address(), SIZEOF);
return this;
}
// -----------------------------------
/** Returns a new {@code StdVideoDecodeH264ReferenceInfo} instance allocated with {@link MemoryUtil#memAlloc memAlloc}. The instance must be explicitly freed. | StdVideoDecodeH264ReferenceInfo::malloc | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoDecodeH264ReferenceInfo.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoDecodeH264ReferenceInfo.java | BSD-3-Clause |
public static StdVideoDecodeH264ReferenceInfo calloc() {
return new StdVideoDecodeH264ReferenceInfo(nmemCallocChecked(1, SIZEOF), null);
} |
Copies the specified struct data to this struct.
@param src the source struct
@return this struct
public StdVideoDecodeH264ReferenceInfo set(StdVideoDecodeH264ReferenceInfo src) {
memCopy(src.address(), address(), SIZEOF);
return this;
}
// -----------------------------------
/** Returns a new {@code StdVideoDecodeH264ReferenceInfo} instance allocated with {@link MemoryUtil#memAlloc memAlloc}. The instance must be explicitly freed.
public static StdVideoDecodeH264ReferenceInfo malloc() {
return new StdVideoDecodeH264ReferenceInfo(nmemAllocChecked(SIZEOF), null);
}
/** Returns a new {@code StdVideoDecodeH264ReferenceInfo} instance allocated with {@link MemoryUtil#memCalloc memCalloc}. The instance must be explicitly freed. | StdVideoDecodeH264ReferenceInfo::calloc | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoDecodeH264ReferenceInfo.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoDecodeH264ReferenceInfo.java | BSD-3-Clause |
public static StdVideoDecodeH264ReferenceInfo create() {
ByteBuffer container = BufferUtils.createByteBuffer(SIZEOF);
return new StdVideoDecodeH264ReferenceInfo(memAddress(container), container);
} |
Copies the specified struct data to this struct.
@param src the source struct
@return this struct
public StdVideoDecodeH264ReferenceInfo set(StdVideoDecodeH264ReferenceInfo src) {
memCopy(src.address(), address(), SIZEOF);
return this;
}
// -----------------------------------
/** Returns a new {@code StdVideoDecodeH264ReferenceInfo} instance allocated with {@link MemoryUtil#memAlloc memAlloc}. The instance must be explicitly freed.
public static StdVideoDecodeH264ReferenceInfo malloc() {
return new StdVideoDecodeH264ReferenceInfo(nmemAllocChecked(SIZEOF), null);
}
/** Returns a new {@code StdVideoDecodeH264ReferenceInfo} instance allocated with {@link MemoryUtil#memCalloc memCalloc}. The instance must be explicitly freed.
public static StdVideoDecodeH264ReferenceInfo calloc() {
return new StdVideoDecodeH264ReferenceInfo(nmemCallocChecked(1, SIZEOF), null);
}
/** Returns a new {@code StdVideoDecodeH264ReferenceInfo} instance allocated with {@link BufferUtils}. | StdVideoDecodeH264ReferenceInfo::create | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoDecodeH264ReferenceInfo.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoDecodeH264ReferenceInfo.java | BSD-3-Clause |
public static StdVideoDecodeH264ReferenceInfo create(long address) {
return new StdVideoDecodeH264ReferenceInfo(address, null);
} |
Copies the specified struct data to this struct.
@param src the source struct
@return this struct
public StdVideoDecodeH264ReferenceInfo set(StdVideoDecodeH264ReferenceInfo src) {
memCopy(src.address(), address(), SIZEOF);
return this;
}
// -----------------------------------
/** Returns a new {@code StdVideoDecodeH264ReferenceInfo} instance allocated with {@link MemoryUtil#memAlloc memAlloc}. The instance must be explicitly freed.
public static StdVideoDecodeH264ReferenceInfo malloc() {
return new StdVideoDecodeH264ReferenceInfo(nmemAllocChecked(SIZEOF), null);
}
/** Returns a new {@code StdVideoDecodeH264ReferenceInfo} instance allocated with {@link MemoryUtil#memCalloc memCalloc}. The instance must be explicitly freed.
public static StdVideoDecodeH264ReferenceInfo calloc() {
return new StdVideoDecodeH264ReferenceInfo(nmemCallocChecked(1, SIZEOF), null);
}
/** Returns a new {@code StdVideoDecodeH264ReferenceInfo} instance allocated with {@link BufferUtils}.
public static StdVideoDecodeH264ReferenceInfo create() {
ByteBuffer container = BufferUtils.createByteBuffer(SIZEOF);
return new StdVideoDecodeH264ReferenceInfo(memAddress(container), container);
}
/** Returns a new {@code StdVideoDecodeH264ReferenceInfo} instance for the specified memory address. | StdVideoDecodeH264ReferenceInfo::create | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoDecodeH264ReferenceInfo.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoDecodeH264ReferenceInfo.java | BSD-3-Clause |
public static @Nullable StdVideoDecodeH264ReferenceInfo createSafe(long address) {
return address == NULL ? null : new StdVideoDecodeH264ReferenceInfo(address, null);
} |
Copies the specified struct data to this struct.
@param src the source struct
@return this struct
public StdVideoDecodeH264ReferenceInfo set(StdVideoDecodeH264ReferenceInfo src) {
memCopy(src.address(), address(), SIZEOF);
return this;
}
// -----------------------------------
/** Returns a new {@code StdVideoDecodeH264ReferenceInfo} instance allocated with {@link MemoryUtil#memAlloc memAlloc}. The instance must be explicitly freed.
public static StdVideoDecodeH264ReferenceInfo malloc() {
return new StdVideoDecodeH264ReferenceInfo(nmemAllocChecked(SIZEOF), null);
}
/** Returns a new {@code StdVideoDecodeH264ReferenceInfo} instance allocated with {@link MemoryUtil#memCalloc memCalloc}. The instance must be explicitly freed.
public static StdVideoDecodeH264ReferenceInfo calloc() {
return new StdVideoDecodeH264ReferenceInfo(nmemCallocChecked(1, SIZEOF), null);
}
/** Returns a new {@code StdVideoDecodeH264ReferenceInfo} instance allocated with {@link BufferUtils}.
public static StdVideoDecodeH264ReferenceInfo create() {
ByteBuffer container = BufferUtils.createByteBuffer(SIZEOF);
return new StdVideoDecodeH264ReferenceInfo(memAddress(container), container);
}
/** Returns a new {@code StdVideoDecodeH264ReferenceInfo} instance for the specified memory address.
public static StdVideoDecodeH264ReferenceInfo create(long address) {
return new StdVideoDecodeH264ReferenceInfo(address, null);
}
/** Like {@link #create(long) create}, but returns {@code null} if {@code address} is {@code NULL}. | StdVideoDecodeH264ReferenceInfo::createSafe | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoDecodeH264ReferenceInfo.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoDecodeH264ReferenceInfo.java | BSD-3-Clause |
public static StdVideoDecodeH264ReferenceInfo.Buffer malloc(int capacity) {
return new Buffer(nmemAllocChecked(__checkMalloc(capacity, SIZEOF)), capacity);
} |
Returns a new {@link StdVideoDecodeH264ReferenceInfo.Buffer} instance allocated with {@link MemoryUtil#memAlloc memAlloc}. The instance must be explicitly freed.
@param capacity the buffer capacity
| StdVideoDecodeH264ReferenceInfo::malloc | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoDecodeH264ReferenceInfo.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoDecodeH264ReferenceInfo.java | BSD-3-Clause |
public static StdVideoDecodeH264ReferenceInfo.Buffer calloc(int capacity) {
return new Buffer(nmemCallocChecked(capacity, SIZEOF), capacity);
} |
Returns a new {@link StdVideoDecodeH264ReferenceInfo.Buffer} instance allocated with {@link MemoryUtil#memCalloc memCalloc}. The instance must be explicitly freed.
@param capacity the buffer capacity
| StdVideoDecodeH264ReferenceInfo::calloc | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoDecodeH264ReferenceInfo.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoDecodeH264ReferenceInfo.java | BSD-3-Clause |
public static StdVideoDecodeH264ReferenceInfo.Buffer create(int capacity) {
ByteBuffer container = __create(capacity, SIZEOF);
return new Buffer(memAddress(container), container, -1, 0, capacity, capacity);
} |
Returns a new {@link StdVideoDecodeH264ReferenceInfo.Buffer} instance allocated with {@link BufferUtils}.
@param capacity the buffer capacity
| StdVideoDecodeH264ReferenceInfo::create | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoDecodeH264ReferenceInfo.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoDecodeH264ReferenceInfo.java | BSD-3-Clause |
public static StdVideoDecodeH264ReferenceInfo.Buffer create(long address, int capacity) {
return new Buffer(address, capacity);
} |
Create a {@link StdVideoDecodeH264ReferenceInfo.Buffer} instance at the specified memory.
@param address the memory address
@param capacity the buffer capacity
| StdVideoDecodeH264ReferenceInfo::create | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoDecodeH264ReferenceInfo.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoDecodeH264ReferenceInfo.java | BSD-3-Clause |
public static StdVideoDecodeH264ReferenceInfo.@Nullable Buffer createSafe(long address, int capacity) {
return address == NULL ? null : new Buffer(address, capacity);
} |
Create a {@link StdVideoDecodeH264ReferenceInfo.Buffer} instance at the specified memory.
@param address the memory address
@param capacity the buffer capacity
public static StdVideoDecodeH264ReferenceInfo.Buffer create(long address, int capacity) {
return new Buffer(address, capacity);
}
/** Like {@link #create(long, int) create}, but returns {@code null} if {@code address} is {@code NULL}. | StdVideoDecodeH264ReferenceInfo::createSafe | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoDecodeH264ReferenceInfo.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoDecodeH264ReferenceInfo.java | BSD-3-Clause |
public static StdVideoDecodeH264ReferenceInfo malloc(MemoryStack stack) {
return new StdVideoDecodeH264ReferenceInfo(stack.nmalloc(ALIGNOF, SIZEOF), null);
} |
Returns a new {@code StdVideoDecodeH264ReferenceInfo} instance allocated on the specified {@link MemoryStack}.
@param stack the stack from which to allocate
| StdVideoDecodeH264ReferenceInfo::malloc | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoDecodeH264ReferenceInfo.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoDecodeH264ReferenceInfo.java | BSD-3-Clause |
public static StdVideoDecodeH264ReferenceInfo calloc(MemoryStack stack) {
return new StdVideoDecodeH264ReferenceInfo(stack.ncalloc(ALIGNOF, 1, SIZEOF), null);
} |
Returns a new {@code StdVideoDecodeH264ReferenceInfo} instance allocated on the specified {@link MemoryStack} and initializes all its bits to zero.
@param stack the stack from which to allocate
| StdVideoDecodeH264ReferenceInfo::calloc | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoDecodeH264ReferenceInfo.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoDecodeH264ReferenceInfo.java | BSD-3-Clause |
public static StdVideoDecodeH264ReferenceInfo.Buffer malloc(int capacity, MemoryStack stack) {
return new Buffer(stack.nmalloc(ALIGNOF, capacity * SIZEOF), capacity);
} |
Returns a new {@link StdVideoDecodeH264ReferenceInfo.Buffer} instance allocated on the specified {@link MemoryStack}.
@param stack the stack from which to allocate
@param capacity the buffer capacity
| StdVideoDecodeH264ReferenceInfo::malloc | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoDecodeH264ReferenceInfo.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoDecodeH264ReferenceInfo.java | BSD-3-Clause |
public static StdVideoDecodeH264ReferenceInfo.Buffer calloc(int capacity, MemoryStack stack) {
return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity);
} |
Returns a new {@link StdVideoDecodeH264ReferenceInfo.Buffer} instance allocated on the specified {@link MemoryStack} and initializes all its bits to zero.
@param stack the stack from which to allocate
@param capacity the buffer capacity
| StdVideoDecodeH264ReferenceInfo::calloc | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoDecodeH264ReferenceInfo.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoDecodeH264ReferenceInfo.java | BSD-3-Clause |
public static StdVideoDecodeH264ReferenceInfoFlags nflags(long struct) { return StdVideoDecodeH264ReferenceInfoFlags.create(struct + StdVideoDecodeH264ReferenceInfo.FLAGS); } |
Returns a new {@link StdVideoDecodeH264ReferenceInfo.Buffer} instance allocated on the specified {@link MemoryStack} and initializes all its bits to zero.
@param stack the stack from which to allocate
@param capacity the buffer capacity
public static StdVideoDecodeH264ReferenceInfo.Buffer calloc(int capacity, MemoryStack stack) {
return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity);
}
// -----------------------------------
/** Unsafe version of {@link #flags}. | StdVideoDecodeH264ReferenceInfo::nflags | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoDecodeH264ReferenceInfo.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoDecodeH264ReferenceInfo.java | BSD-3-Clause |
public static short nFrameNum(long struct) { return memGetShort(struct + StdVideoDecodeH264ReferenceInfo.FRAMENUM); } |
Returns a new {@link StdVideoDecodeH264ReferenceInfo.Buffer} instance allocated on the specified {@link MemoryStack} and initializes all its bits to zero.
@param stack the stack from which to allocate
@param capacity the buffer capacity
public static StdVideoDecodeH264ReferenceInfo.Buffer calloc(int capacity, MemoryStack stack) {
return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity);
}
// -----------------------------------
/** Unsafe version of {@link #flags}.
public static StdVideoDecodeH264ReferenceInfoFlags nflags(long struct) { return StdVideoDecodeH264ReferenceInfoFlags.create(struct + StdVideoDecodeH264ReferenceInfo.FLAGS); }
/** Unsafe version of {@link #FrameNum}. | StdVideoDecodeH264ReferenceInfo::nFrameNum | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoDecodeH264ReferenceInfo.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoDecodeH264ReferenceInfo.java | BSD-3-Clause |
public static IntBuffer nPicOrderCnt(long struct) { return memIntBuffer(struct + StdVideoDecodeH264ReferenceInfo.PICORDERCNT, STD_VIDEO_DECODE_H264_FIELD_ORDER_COUNT_LIST_SIZE); } |
Returns a new {@link StdVideoDecodeH264ReferenceInfo.Buffer} instance allocated on the specified {@link MemoryStack} and initializes all its bits to zero.
@param stack the stack from which to allocate
@param capacity the buffer capacity
public static StdVideoDecodeH264ReferenceInfo.Buffer calloc(int capacity, MemoryStack stack) {
return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity);
}
// -----------------------------------
/** Unsafe version of {@link #flags}.
public static StdVideoDecodeH264ReferenceInfoFlags nflags(long struct) { return StdVideoDecodeH264ReferenceInfoFlags.create(struct + StdVideoDecodeH264ReferenceInfo.FLAGS); }
/** Unsafe version of {@link #FrameNum}.
public static short nFrameNum(long struct) { return memGetShort(struct + StdVideoDecodeH264ReferenceInfo.FRAMENUM); }
public static short nreserved(long struct) { return memGetShort(struct + StdVideoDecodeH264ReferenceInfo.RESERVED); }
/** Unsafe version of {@link #PicOrderCnt}. | StdVideoDecodeH264ReferenceInfo::nPicOrderCnt | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoDecodeH264ReferenceInfo.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoDecodeH264ReferenceInfo.java | BSD-3-Clause |
public static int nPicOrderCnt(long struct, int index) {
return memGetInt(struct + StdVideoDecodeH264ReferenceInfo.PICORDERCNT + check(index, STD_VIDEO_DECODE_H264_FIELD_ORDER_COUNT_LIST_SIZE) * 4);
} |
Returns a new {@link StdVideoDecodeH264ReferenceInfo.Buffer} instance allocated on the specified {@link MemoryStack} and initializes all its bits to zero.
@param stack the stack from which to allocate
@param capacity the buffer capacity
public static StdVideoDecodeH264ReferenceInfo.Buffer calloc(int capacity, MemoryStack stack) {
return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity);
}
// -----------------------------------
/** Unsafe version of {@link #flags}.
public static StdVideoDecodeH264ReferenceInfoFlags nflags(long struct) { return StdVideoDecodeH264ReferenceInfoFlags.create(struct + StdVideoDecodeH264ReferenceInfo.FLAGS); }
/** Unsafe version of {@link #FrameNum}.
public static short nFrameNum(long struct) { return memGetShort(struct + StdVideoDecodeH264ReferenceInfo.FRAMENUM); }
public static short nreserved(long struct) { return memGetShort(struct + StdVideoDecodeH264ReferenceInfo.RESERVED); }
/** Unsafe version of {@link #PicOrderCnt}.
public static IntBuffer nPicOrderCnt(long struct) { return memIntBuffer(struct + StdVideoDecodeH264ReferenceInfo.PICORDERCNT, STD_VIDEO_DECODE_H264_FIELD_ORDER_COUNT_LIST_SIZE); }
/** Unsafe version of {@link #PicOrderCnt(int) PicOrderCnt}. | StdVideoDecodeH264ReferenceInfo::nPicOrderCnt | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoDecodeH264ReferenceInfo.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoDecodeH264ReferenceInfo.java | BSD-3-Clause |
public static void nflags(long struct, StdVideoDecodeH264ReferenceInfoFlags value) { memCopy(value.address(), struct + StdVideoDecodeH264ReferenceInfo.FLAGS, StdVideoDecodeH264ReferenceInfoFlags.SIZEOF); } |
Returns a new {@link StdVideoDecodeH264ReferenceInfo.Buffer} instance allocated on the specified {@link MemoryStack} and initializes all its bits to zero.
@param stack the stack from which to allocate
@param capacity the buffer capacity
public static StdVideoDecodeH264ReferenceInfo.Buffer calloc(int capacity, MemoryStack stack) {
return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity);
}
// -----------------------------------
/** Unsafe version of {@link #flags}.
public static StdVideoDecodeH264ReferenceInfoFlags nflags(long struct) { return StdVideoDecodeH264ReferenceInfoFlags.create(struct + StdVideoDecodeH264ReferenceInfo.FLAGS); }
/** Unsafe version of {@link #FrameNum}.
public static short nFrameNum(long struct) { return memGetShort(struct + StdVideoDecodeH264ReferenceInfo.FRAMENUM); }
public static short nreserved(long struct) { return memGetShort(struct + StdVideoDecodeH264ReferenceInfo.RESERVED); }
/** Unsafe version of {@link #PicOrderCnt}.
public static IntBuffer nPicOrderCnt(long struct) { return memIntBuffer(struct + StdVideoDecodeH264ReferenceInfo.PICORDERCNT, STD_VIDEO_DECODE_H264_FIELD_ORDER_COUNT_LIST_SIZE); }
/** Unsafe version of {@link #PicOrderCnt(int) PicOrderCnt}.
public static int nPicOrderCnt(long struct, int index) {
return memGetInt(struct + StdVideoDecodeH264ReferenceInfo.PICORDERCNT + check(index, STD_VIDEO_DECODE_H264_FIELD_ORDER_COUNT_LIST_SIZE) * 4);
}
/** Unsafe version of {@link #flags(StdVideoDecodeH264ReferenceInfoFlags) flags}. | StdVideoDecodeH264ReferenceInfo::nflags | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoDecodeH264ReferenceInfo.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoDecodeH264ReferenceInfo.java | BSD-3-Clause |
public static void nFrameNum(long struct, short value) { memPutShort(struct + StdVideoDecodeH264ReferenceInfo.FRAMENUM, value); } |
Returns a new {@link StdVideoDecodeH264ReferenceInfo.Buffer} instance allocated on the specified {@link MemoryStack} and initializes all its bits to zero.
@param stack the stack from which to allocate
@param capacity the buffer capacity
public static StdVideoDecodeH264ReferenceInfo.Buffer calloc(int capacity, MemoryStack stack) {
return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity);
}
// -----------------------------------
/** Unsafe version of {@link #flags}.
public static StdVideoDecodeH264ReferenceInfoFlags nflags(long struct) { return StdVideoDecodeH264ReferenceInfoFlags.create(struct + StdVideoDecodeH264ReferenceInfo.FLAGS); }
/** Unsafe version of {@link #FrameNum}.
public static short nFrameNum(long struct) { return memGetShort(struct + StdVideoDecodeH264ReferenceInfo.FRAMENUM); }
public static short nreserved(long struct) { return memGetShort(struct + StdVideoDecodeH264ReferenceInfo.RESERVED); }
/** Unsafe version of {@link #PicOrderCnt}.
public static IntBuffer nPicOrderCnt(long struct) { return memIntBuffer(struct + StdVideoDecodeH264ReferenceInfo.PICORDERCNT, STD_VIDEO_DECODE_H264_FIELD_ORDER_COUNT_LIST_SIZE); }
/** Unsafe version of {@link #PicOrderCnt(int) PicOrderCnt}.
public static int nPicOrderCnt(long struct, int index) {
return memGetInt(struct + StdVideoDecodeH264ReferenceInfo.PICORDERCNT + check(index, STD_VIDEO_DECODE_H264_FIELD_ORDER_COUNT_LIST_SIZE) * 4);
}
/** Unsafe version of {@link #flags(StdVideoDecodeH264ReferenceInfoFlags) flags}.
public static void nflags(long struct, StdVideoDecodeH264ReferenceInfoFlags value) { memCopy(value.address(), struct + StdVideoDecodeH264ReferenceInfo.FLAGS, StdVideoDecodeH264ReferenceInfoFlags.SIZEOF); }
/** Unsafe version of {@link #FrameNum(short) FrameNum}. | StdVideoDecodeH264ReferenceInfo::nFrameNum | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoDecodeH264ReferenceInfo.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoDecodeH264ReferenceInfo.java | BSD-3-Clause |
public static void nPicOrderCnt(long struct, IntBuffer value) {
if (CHECKS) { checkGT(value, STD_VIDEO_DECODE_H264_FIELD_ORDER_COUNT_LIST_SIZE); }
memCopy(memAddress(value), struct + StdVideoDecodeH264ReferenceInfo.PICORDERCNT, value.remaining() * 4);
} |
Returns a new {@link StdVideoDecodeH264ReferenceInfo.Buffer} instance allocated on the specified {@link MemoryStack} and initializes all its bits to zero.
@param stack the stack from which to allocate
@param capacity the buffer capacity
public static StdVideoDecodeH264ReferenceInfo.Buffer calloc(int capacity, MemoryStack stack) {
return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity);
}
// -----------------------------------
/** Unsafe version of {@link #flags}.
public static StdVideoDecodeH264ReferenceInfoFlags nflags(long struct) { return StdVideoDecodeH264ReferenceInfoFlags.create(struct + StdVideoDecodeH264ReferenceInfo.FLAGS); }
/** Unsafe version of {@link #FrameNum}.
public static short nFrameNum(long struct) { return memGetShort(struct + StdVideoDecodeH264ReferenceInfo.FRAMENUM); }
public static short nreserved(long struct) { return memGetShort(struct + StdVideoDecodeH264ReferenceInfo.RESERVED); }
/** Unsafe version of {@link #PicOrderCnt}.
public static IntBuffer nPicOrderCnt(long struct) { return memIntBuffer(struct + StdVideoDecodeH264ReferenceInfo.PICORDERCNT, STD_VIDEO_DECODE_H264_FIELD_ORDER_COUNT_LIST_SIZE); }
/** Unsafe version of {@link #PicOrderCnt(int) PicOrderCnt}.
public static int nPicOrderCnt(long struct, int index) {
return memGetInt(struct + StdVideoDecodeH264ReferenceInfo.PICORDERCNT + check(index, STD_VIDEO_DECODE_H264_FIELD_ORDER_COUNT_LIST_SIZE) * 4);
}
/** Unsafe version of {@link #flags(StdVideoDecodeH264ReferenceInfoFlags) flags}.
public static void nflags(long struct, StdVideoDecodeH264ReferenceInfoFlags value) { memCopy(value.address(), struct + StdVideoDecodeH264ReferenceInfo.FLAGS, StdVideoDecodeH264ReferenceInfoFlags.SIZEOF); }
/** Unsafe version of {@link #FrameNum(short) FrameNum}.
public static void nFrameNum(long struct, short value) { memPutShort(struct + StdVideoDecodeH264ReferenceInfo.FRAMENUM, value); }
public static void nreserved(long struct, short value) { memPutShort(struct + StdVideoDecodeH264ReferenceInfo.RESERVED, value); }
/** Unsafe version of {@link #PicOrderCnt(IntBuffer) PicOrderCnt}. | StdVideoDecodeH264ReferenceInfo::nPicOrderCnt | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoDecodeH264ReferenceInfo.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoDecodeH264ReferenceInfo.java | BSD-3-Clause |
public static void nPicOrderCnt(long struct, int index, int value) {
memPutInt(struct + StdVideoDecodeH264ReferenceInfo.PICORDERCNT + check(index, STD_VIDEO_DECODE_H264_FIELD_ORDER_COUNT_LIST_SIZE) * 4, value);
} |
Returns a new {@link StdVideoDecodeH264ReferenceInfo.Buffer} instance allocated on the specified {@link MemoryStack} and initializes all its bits to zero.
@param stack the stack from which to allocate
@param capacity the buffer capacity
public static StdVideoDecodeH264ReferenceInfo.Buffer calloc(int capacity, MemoryStack stack) {
return new Buffer(stack.ncalloc(ALIGNOF, capacity, SIZEOF), capacity);
}
// -----------------------------------
/** Unsafe version of {@link #flags}.
public static StdVideoDecodeH264ReferenceInfoFlags nflags(long struct) { return StdVideoDecodeH264ReferenceInfoFlags.create(struct + StdVideoDecodeH264ReferenceInfo.FLAGS); }
/** Unsafe version of {@link #FrameNum}.
public static short nFrameNum(long struct) { return memGetShort(struct + StdVideoDecodeH264ReferenceInfo.FRAMENUM); }
public static short nreserved(long struct) { return memGetShort(struct + StdVideoDecodeH264ReferenceInfo.RESERVED); }
/** Unsafe version of {@link #PicOrderCnt}.
public static IntBuffer nPicOrderCnt(long struct) { return memIntBuffer(struct + StdVideoDecodeH264ReferenceInfo.PICORDERCNT, STD_VIDEO_DECODE_H264_FIELD_ORDER_COUNT_LIST_SIZE); }
/** Unsafe version of {@link #PicOrderCnt(int) PicOrderCnt}.
public static int nPicOrderCnt(long struct, int index) {
return memGetInt(struct + StdVideoDecodeH264ReferenceInfo.PICORDERCNT + check(index, STD_VIDEO_DECODE_H264_FIELD_ORDER_COUNT_LIST_SIZE) * 4);
}
/** Unsafe version of {@link #flags(StdVideoDecodeH264ReferenceInfoFlags) flags}.
public static void nflags(long struct, StdVideoDecodeH264ReferenceInfoFlags value) { memCopy(value.address(), struct + StdVideoDecodeH264ReferenceInfo.FLAGS, StdVideoDecodeH264ReferenceInfoFlags.SIZEOF); }
/** Unsafe version of {@link #FrameNum(short) FrameNum}.
public static void nFrameNum(long struct, short value) { memPutShort(struct + StdVideoDecodeH264ReferenceInfo.FRAMENUM, value); }
public static void nreserved(long struct, short value) { memPutShort(struct + StdVideoDecodeH264ReferenceInfo.RESERVED, value); }
/** Unsafe version of {@link #PicOrderCnt(IntBuffer) PicOrderCnt}.
public static void nPicOrderCnt(long struct, IntBuffer value) {
if (CHECKS) { checkGT(value, STD_VIDEO_DECODE_H264_FIELD_ORDER_COUNT_LIST_SIZE); }
memCopy(memAddress(value), struct + StdVideoDecodeH264ReferenceInfo.PICORDERCNT, value.remaining() * 4);
}
/** Unsafe version of {@link #PicOrderCnt(int, int) PicOrderCnt}. | StdVideoDecodeH264ReferenceInfo::nPicOrderCnt | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoDecodeH264ReferenceInfo.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoDecodeH264ReferenceInfo.java | BSD-3-Clause |
public StdVideoDecodeH264ReferenceInfoFlags flags() { return StdVideoDecodeH264ReferenceInfo.nflags(address()); } |
Creates a new {@code StdVideoDecodeH264ReferenceInfo.Buffer} instance backed by the specified container.
<p>Changes to the container's content will be visible to the struct buffer instance and vice versa. The two buffers' position, limit, and mark values
will be independent. The new buffer's position will be zero, its capacity and its limit will be the number of bytes remaining in this buffer divided
by {@link StdVideoDecodeH264ReferenceInfo#SIZEOF}, and its mark will be undefined.</p>
<p>The created buffer instance holds a strong reference to the container object.</p>
public Buffer(ByteBuffer container) {
super(container, container.remaining() / SIZEOF);
}
public Buffer(long address, int cap) {
super(address, null, -1, 0, cap, cap);
}
Buffer(long address, @Nullable ByteBuffer container, int mark, int pos, int lim, int cap) {
super(address, container, mark, pos, lim, cap);
}
@Override
protected Buffer self() {
return this;
}
@Override
protected Buffer create(long address, @Nullable ByteBuffer container, int mark, int position, int limit, int capacity) {
return new Buffer(address, container, mark, position, limit, capacity);
}
@Override
protected StdVideoDecodeH264ReferenceInfo getElementFactory() {
return ELEMENT_FACTORY;
}
/** @return a {@link StdVideoDecodeH264ReferenceInfoFlags} view of the {@code flags} field. | Buffer::flags | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoDecodeH264ReferenceInfo.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoDecodeH264ReferenceInfo.java | BSD-3-Clause |
public StdVideoDecodeH264ReferenceInfo.Buffer flags(StdVideoDecodeH264ReferenceInfoFlags value) { StdVideoDecodeH264ReferenceInfo.nflags(address(), value); return this; } |
Creates a new {@code StdVideoDecodeH264ReferenceInfo.Buffer} instance backed by the specified container.
<p>Changes to the container's content will be visible to the struct buffer instance and vice versa. The two buffers' position, limit, and mark values
will be independent. The new buffer's position will be zero, its capacity and its limit will be the number of bytes remaining in this buffer divided
by {@link StdVideoDecodeH264ReferenceInfo#SIZEOF}, and its mark will be undefined.</p>
<p>The created buffer instance holds a strong reference to the container object.</p>
public Buffer(ByteBuffer container) {
super(container, container.remaining() / SIZEOF);
}
public Buffer(long address, int cap) {
super(address, null, -1, 0, cap, cap);
}
Buffer(long address, @Nullable ByteBuffer container, int mark, int pos, int lim, int cap) {
super(address, container, mark, pos, lim, cap);
}
@Override
protected Buffer self() {
return this;
}
@Override
protected Buffer create(long address, @Nullable ByteBuffer container, int mark, int position, int limit, int capacity) {
return new Buffer(address, container, mark, position, limit, capacity);
}
@Override
protected StdVideoDecodeH264ReferenceInfo getElementFactory() {
return ELEMENT_FACTORY;
}
/** @return a {@link StdVideoDecodeH264ReferenceInfoFlags} view of the {@code flags} field.
public StdVideoDecodeH264ReferenceInfoFlags flags() { return StdVideoDecodeH264ReferenceInfo.nflags(address()); }
/** @return the value of the {@code FrameNum} field.
@NativeType("uint16_t")
public short FrameNum() { return StdVideoDecodeH264ReferenceInfo.nFrameNum(address()); }
/** @return a {@link IntBuffer} view of the {@code PicOrderCnt} field.
@NativeType("int32_t[STD_VIDEO_DECODE_H264_FIELD_ORDER_COUNT_LIST_SIZE]")
public IntBuffer PicOrderCnt() { return StdVideoDecodeH264ReferenceInfo.nPicOrderCnt(address()); }
/** @return the value at the specified index of the {@code PicOrderCnt} field.
@NativeType("int32_t")
public int PicOrderCnt(int index) { return StdVideoDecodeH264ReferenceInfo.nPicOrderCnt(address(), index); }
/** Copies the specified {@link StdVideoDecodeH264ReferenceInfoFlags} to the {@code flags} field. | Buffer::flags | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoDecodeH264ReferenceInfo.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoDecodeH264ReferenceInfo.java | BSD-3-Clause |
public StdVideoDecodeH264ReferenceInfo.Buffer flags(java.util.function.Consumer<StdVideoDecodeH264ReferenceInfoFlags> consumer) { consumer.accept(flags()); return this; } |
Creates a new {@code StdVideoDecodeH264ReferenceInfo.Buffer} instance backed by the specified container.
<p>Changes to the container's content will be visible to the struct buffer instance and vice versa. The two buffers' position, limit, and mark values
will be independent. The new buffer's position will be zero, its capacity and its limit will be the number of bytes remaining in this buffer divided
by {@link StdVideoDecodeH264ReferenceInfo#SIZEOF}, and its mark will be undefined.</p>
<p>The created buffer instance holds a strong reference to the container object.</p>
public Buffer(ByteBuffer container) {
super(container, container.remaining() / SIZEOF);
}
public Buffer(long address, int cap) {
super(address, null, -1, 0, cap, cap);
}
Buffer(long address, @Nullable ByteBuffer container, int mark, int pos, int lim, int cap) {
super(address, container, mark, pos, lim, cap);
}
@Override
protected Buffer self() {
return this;
}
@Override
protected Buffer create(long address, @Nullable ByteBuffer container, int mark, int position, int limit, int capacity) {
return new Buffer(address, container, mark, position, limit, capacity);
}
@Override
protected StdVideoDecodeH264ReferenceInfo getElementFactory() {
return ELEMENT_FACTORY;
}
/** @return a {@link StdVideoDecodeH264ReferenceInfoFlags} view of the {@code flags} field.
public StdVideoDecodeH264ReferenceInfoFlags flags() { return StdVideoDecodeH264ReferenceInfo.nflags(address()); }
/** @return the value of the {@code FrameNum} field.
@NativeType("uint16_t")
public short FrameNum() { return StdVideoDecodeH264ReferenceInfo.nFrameNum(address()); }
/** @return a {@link IntBuffer} view of the {@code PicOrderCnt} field.
@NativeType("int32_t[STD_VIDEO_DECODE_H264_FIELD_ORDER_COUNT_LIST_SIZE]")
public IntBuffer PicOrderCnt() { return StdVideoDecodeH264ReferenceInfo.nPicOrderCnt(address()); }
/** @return the value at the specified index of the {@code PicOrderCnt} field.
@NativeType("int32_t")
public int PicOrderCnt(int index) { return StdVideoDecodeH264ReferenceInfo.nPicOrderCnt(address(), index); }
/** Copies the specified {@link StdVideoDecodeH264ReferenceInfoFlags} to the {@code flags} field.
public StdVideoDecodeH264ReferenceInfo.Buffer flags(StdVideoDecodeH264ReferenceInfoFlags value) { StdVideoDecodeH264ReferenceInfo.nflags(address(), value); return this; }
/** Passes the {@code flags} field to the specified {@link java.util.function.Consumer Consumer}. | Buffer::flags | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoDecodeH264ReferenceInfo.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoDecodeH264ReferenceInfo.java | BSD-3-Clause |
public StdVideoDecodeH264ReferenceInfo.Buffer FrameNum(@NativeType("uint16_t") short value) { StdVideoDecodeH264ReferenceInfo.nFrameNum(address(), value); return this; } |
Creates a new {@code StdVideoDecodeH264ReferenceInfo.Buffer} instance backed by the specified container.
<p>Changes to the container's content will be visible to the struct buffer instance and vice versa. The two buffers' position, limit, and mark values
will be independent. The new buffer's position will be zero, its capacity and its limit will be the number of bytes remaining in this buffer divided
by {@link StdVideoDecodeH264ReferenceInfo#SIZEOF}, and its mark will be undefined.</p>
<p>The created buffer instance holds a strong reference to the container object.</p>
public Buffer(ByteBuffer container) {
super(container, container.remaining() / SIZEOF);
}
public Buffer(long address, int cap) {
super(address, null, -1, 0, cap, cap);
}
Buffer(long address, @Nullable ByteBuffer container, int mark, int pos, int lim, int cap) {
super(address, container, mark, pos, lim, cap);
}
@Override
protected Buffer self() {
return this;
}
@Override
protected Buffer create(long address, @Nullable ByteBuffer container, int mark, int position, int limit, int capacity) {
return new Buffer(address, container, mark, position, limit, capacity);
}
@Override
protected StdVideoDecodeH264ReferenceInfo getElementFactory() {
return ELEMENT_FACTORY;
}
/** @return a {@link StdVideoDecodeH264ReferenceInfoFlags} view of the {@code flags} field.
public StdVideoDecodeH264ReferenceInfoFlags flags() { return StdVideoDecodeH264ReferenceInfo.nflags(address()); }
/** @return the value of the {@code FrameNum} field.
@NativeType("uint16_t")
public short FrameNum() { return StdVideoDecodeH264ReferenceInfo.nFrameNum(address()); }
/** @return a {@link IntBuffer} view of the {@code PicOrderCnt} field.
@NativeType("int32_t[STD_VIDEO_DECODE_H264_FIELD_ORDER_COUNT_LIST_SIZE]")
public IntBuffer PicOrderCnt() { return StdVideoDecodeH264ReferenceInfo.nPicOrderCnt(address()); }
/** @return the value at the specified index of the {@code PicOrderCnt} field.
@NativeType("int32_t")
public int PicOrderCnt(int index) { return StdVideoDecodeH264ReferenceInfo.nPicOrderCnt(address(), index); }
/** Copies the specified {@link StdVideoDecodeH264ReferenceInfoFlags} to the {@code flags} field.
public StdVideoDecodeH264ReferenceInfo.Buffer flags(StdVideoDecodeH264ReferenceInfoFlags value) { StdVideoDecodeH264ReferenceInfo.nflags(address(), value); return this; }
/** Passes the {@code flags} field to the specified {@link java.util.function.Consumer Consumer}.
public StdVideoDecodeH264ReferenceInfo.Buffer flags(java.util.function.Consumer<StdVideoDecodeH264ReferenceInfoFlags> consumer) { consumer.accept(flags()); return this; }
/** Sets the specified value to the {@code FrameNum} field. | Buffer::FrameNum | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoDecodeH264ReferenceInfo.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoDecodeH264ReferenceInfo.java | BSD-3-Clause |
public StdVideoDecodeH264ReferenceInfo.Buffer PicOrderCnt(@NativeType("int32_t[STD_VIDEO_DECODE_H264_FIELD_ORDER_COUNT_LIST_SIZE]") IntBuffer value) { StdVideoDecodeH264ReferenceInfo.nPicOrderCnt(address(), value); return this; } |
Creates a new {@code StdVideoDecodeH264ReferenceInfo.Buffer} instance backed by the specified container.
<p>Changes to the container's content will be visible to the struct buffer instance and vice versa. The two buffers' position, limit, and mark values
will be independent. The new buffer's position will be zero, its capacity and its limit will be the number of bytes remaining in this buffer divided
by {@link StdVideoDecodeH264ReferenceInfo#SIZEOF}, and its mark will be undefined.</p>
<p>The created buffer instance holds a strong reference to the container object.</p>
public Buffer(ByteBuffer container) {
super(container, container.remaining() / SIZEOF);
}
public Buffer(long address, int cap) {
super(address, null, -1, 0, cap, cap);
}
Buffer(long address, @Nullable ByteBuffer container, int mark, int pos, int lim, int cap) {
super(address, container, mark, pos, lim, cap);
}
@Override
protected Buffer self() {
return this;
}
@Override
protected Buffer create(long address, @Nullable ByteBuffer container, int mark, int position, int limit, int capacity) {
return new Buffer(address, container, mark, position, limit, capacity);
}
@Override
protected StdVideoDecodeH264ReferenceInfo getElementFactory() {
return ELEMENT_FACTORY;
}
/** @return a {@link StdVideoDecodeH264ReferenceInfoFlags} view of the {@code flags} field.
public StdVideoDecodeH264ReferenceInfoFlags flags() { return StdVideoDecodeH264ReferenceInfo.nflags(address()); }
/** @return the value of the {@code FrameNum} field.
@NativeType("uint16_t")
public short FrameNum() { return StdVideoDecodeH264ReferenceInfo.nFrameNum(address()); }
/** @return a {@link IntBuffer} view of the {@code PicOrderCnt} field.
@NativeType("int32_t[STD_VIDEO_DECODE_H264_FIELD_ORDER_COUNT_LIST_SIZE]")
public IntBuffer PicOrderCnt() { return StdVideoDecodeH264ReferenceInfo.nPicOrderCnt(address()); }
/** @return the value at the specified index of the {@code PicOrderCnt} field.
@NativeType("int32_t")
public int PicOrderCnt(int index) { return StdVideoDecodeH264ReferenceInfo.nPicOrderCnt(address(), index); }
/** Copies the specified {@link StdVideoDecodeH264ReferenceInfoFlags} to the {@code flags} field.
public StdVideoDecodeH264ReferenceInfo.Buffer flags(StdVideoDecodeH264ReferenceInfoFlags value) { StdVideoDecodeH264ReferenceInfo.nflags(address(), value); return this; }
/** Passes the {@code flags} field to the specified {@link java.util.function.Consumer Consumer}.
public StdVideoDecodeH264ReferenceInfo.Buffer flags(java.util.function.Consumer<StdVideoDecodeH264ReferenceInfoFlags> consumer) { consumer.accept(flags()); return this; }
/** Sets the specified value to the {@code FrameNum} field.
public StdVideoDecodeH264ReferenceInfo.Buffer FrameNum(@NativeType("uint16_t") short value) { StdVideoDecodeH264ReferenceInfo.nFrameNum(address(), value); return this; }
/** Copies the specified {@link IntBuffer} to the {@code PicOrderCnt} field. | Buffer::PicOrderCnt | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoDecodeH264ReferenceInfo.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoDecodeH264ReferenceInfo.java | BSD-3-Clause |
public StdVideoDecodeH264ReferenceInfo.Buffer PicOrderCnt(int index, @NativeType("int32_t") int value) { StdVideoDecodeH264ReferenceInfo.nPicOrderCnt(address(), index, value); return this; } |
Creates a new {@code StdVideoDecodeH264ReferenceInfo.Buffer} instance backed by the specified container.
<p>Changes to the container's content will be visible to the struct buffer instance and vice versa. The two buffers' position, limit, and mark values
will be independent. The new buffer's position will be zero, its capacity and its limit will be the number of bytes remaining in this buffer divided
by {@link StdVideoDecodeH264ReferenceInfo#SIZEOF}, and its mark will be undefined.</p>
<p>The created buffer instance holds a strong reference to the container object.</p>
public Buffer(ByteBuffer container) {
super(container, container.remaining() / SIZEOF);
}
public Buffer(long address, int cap) {
super(address, null, -1, 0, cap, cap);
}
Buffer(long address, @Nullable ByteBuffer container, int mark, int pos, int lim, int cap) {
super(address, container, mark, pos, lim, cap);
}
@Override
protected Buffer self() {
return this;
}
@Override
protected Buffer create(long address, @Nullable ByteBuffer container, int mark, int position, int limit, int capacity) {
return new Buffer(address, container, mark, position, limit, capacity);
}
@Override
protected StdVideoDecodeH264ReferenceInfo getElementFactory() {
return ELEMENT_FACTORY;
}
/** @return a {@link StdVideoDecodeH264ReferenceInfoFlags} view of the {@code flags} field.
public StdVideoDecodeH264ReferenceInfoFlags flags() { return StdVideoDecodeH264ReferenceInfo.nflags(address()); }
/** @return the value of the {@code FrameNum} field.
@NativeType("uint16_t")
public short FrameNum() { return StdVideoDecodeH264ReferenceInfo.nFrameNum(address()); }
/** @return a {@link IntBuffer} view of the {@code PicOrderCnt} field.
@NativeType("int32_t[STD_VIDEO_DECODE_H264_FIELD_ORDER_COUNT_LIST_SIZE]")
public IntBuffer PicOrderCnt() { return StdVideoDecodeH264ReferenceInfo.nPicOrderCnt(address()); }
/** @return the value at the specified index of the {@code PicOrderCnt} field.
@NativeType("int32_t")
public int PicOrderCnt(int index) { return StdVideoDecodeH264ReferenceInfo.nPicOrderCnt(address(), index); }
/** Copies the specified {@link StdVideoDecodeH264ReferenceInfoFlags} to the {@code flags} field.
public StdVideoDecodeH264ReferenceInfo.Buffer flags(StdVideoDecodeH264ReferenceInfoFlags value) { StdVideoDecodeH264ReferenceInfo.nflags(address(), value); return this; }
/** Passes the {@code flags} field to the specified {@link java.util.function.Consumer Consumer}.
public StdVideoDecodeH264ReferenceInfo.Buffer flags(java.util.function.Consumer<StdVideoDecodeH264ReferenceInfoFlags> consumer) { consumer.accept(flags()); return this; }
/** Sets the specified value to the {@code FrameNum} field.
public StdVideoDecodeH264ReferenceInfo.Buffer FrameNum(@NativeType("uint16_t") short value) { StdVideoDecodeH264ReferenceInfo.nFrameNum(address(), value); return this; }
/** Copies the specified {@link IntBuffer} to the {@code PicOrderCnt} field.
public StdVideoDecodeH264ReferenceInfo.Buffer PicOrderCnt(@NativeType("int32_t[STD_VIDEO_DECODE_H264_FIELD_ORDER_COUNT_LIST_SIZE]") IntBuffer value) { StdVideoDecodeH264ReferenceInfo.nPicOrderCnt(address(), value); return this; }
/** Sets the specified value at the specified index of the {@code PicOrderCnt} field. | Buffer::PicOrderCnt | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoDecodeH264ReferenceInfo.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoDecodeH264ReferenceInfo.java | BSD-3-Clause |
public StdVideoH265VideoParameterSet(ByteBuffer container) {
super(memAddress(container), __checkContainer(container, SIZEOF));
} |
Creates a {@code StdVideoH265VideoParameterSet} instance at the current position of the specified {@link ByteBuffer} container. Changes to the buffer's content will be
visible to the struct instance and vice versa.
<p>The created instance holds a strong reference to the container object.</p>
| StdVideoH265VideoParameterSet::StdVideoH265VideoParameterSet | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH265VideoParameterSet.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH265VideoParameterSet.java | BSD-3-Clause |
public StdVideoH265VpsFlags flags() { return nflags(address()); } |
Creates a {@code StdVideoH265VideoParameterSet} instance at the current position of the specified {@link ByteBuffer} container. Changes to the buffer's content will be
visible to the struct instance and vice versa.
<p>The created instance holds a strong reference to the container object.</p>
public StdVideoH265VideoParameterSet(ByteBuffer container) {
super(memAddress(container), __checkContainer(container, SIZEOF));
}
@Override
public int sizeof() { return SIZEOF; }
/** @return a {@link StdVideoH265VpsFlags} view of the {@code flags} field. | StdVideoH265VideoParameterSet::flags | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH265VideoParameterSet.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH265VideoParameterSet.java | BSD-3-Clause |
public StdVideoH265VideoParameterSet flags(StdVideoH265VpsFlags value) { nflags(address(), value); return this; } |
Creates a {@code StdVideoH265VideoParameterSet} instance at the current position of the specified {@link ByteBuffer} container. Changes to the buffer's content will be
visible to the struct instance and vice versa.
<p>The created instance holds a strong reference to the container object.</p>
public StdVideoH265VideoParameterSet(ByteBuffer container) {
super(memAddress(container), __checkContainer(container, SIZEOF));
}
@Override
public int sizeof() { return SIZEOF; }
/** @return a {@link StdVideoH265VpsFlags} view of the {@code flags} field.
public StdVideoH265VpsFlags flags() { return nflags(address()); }
/** @return the value of the {@code vps_video_parameter_set_id} field.
@NativeType("uint8_t")
public byte vps_video_parameter_set_id() { return nvps_video_parameter_set_id(address()); }
/** @return the value of the {@code vps_max_sub_layers_minus1} field.
@NativeType("uint8_t")
public byte vps_max_sub_layers_minus1() { return nvps_max_sub_layers_minus1(address()); }
/** @return the value of the {@code vps_num_units_in_tick} field.
@NativeType("uint32_t")
public int vps_num_units_in_tick() { return nvps_num_units_in_tick(address()); }
/** @return the value of the {@code vps_time_scale} field.
@NativeType("uint32_t")
public int vps_time_scale() { return nvps_time_scale(address()); }
/** @return the value of the {@code vps_num_ticks_poc_diff_one_minus1} field.
@NativeType("uint32_t")
public int vps_num_ticks_poc_diff_one_minus1() { return nvps_num_ticks_poc_diff_one_minus1(address()); }
/** @return a {@link StdVideoH265DecPicBufMgr} view of the struct pointed to by the {@code pDecPicBufMgr} field.
@NativeType("StdVideoH265DecPicBufMgr const *")
public StdVideoH265DecPicBufMgr pDecPicBufMgr() { return npDecPicBufMgr(address()); }
/** @return a {@link StdVideoH265HrdParameters} view of the struct pointed to by the {@code pHrdParameters} field.
@NativeType("StdVideoH265HrdParameters const *")
public StdVideoH265HrdParameters pHrdParameters() { return npHrdParameters(address()); }
/** @return a {@link StdVideoH265ProfileTierLevel} view of the struct pointed to by the {@code pProfileTierLevel} field.
@NativeType("StdVideoH265ProfileTierLevel const *")
public StdVideoH265ProfileTierLevel pProfileTierLevel() { return npProfileTierLevel(address()); }
/** Copies the specified {@link StdVideoH265VpsFlags} to the {@code flags} field. | StdVideoH265VideoParameterSet::flags | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH265VideoParameterSet.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH265VideoParameterSet.java | BSD-3-Clause |
public StdVideoH265VideoParameterSet flags(java.util.function.Consumer<StdVideoH265VpsFlags> consumer) { consumer.accept(flags()); return this; } |
Creates a {@code StdVideoH265VideoParameterSet} instance at the current position of the specified {@link ByteBuffer} container. Changes to the buffer's content will be
visible to the struct instance and vice versa.
<p>The created instance holds a strong reference to the container object.</p>
public StdVideoH265VideoParameterSet(ByteBuffer container) {
super(memAddress(container), __checkContainer(container, SIZEOF));
}
@Override
public int sizeof() { return SIZEOF; }
/** @return a {@link StdVideoH265VpsFlags} view of the {@code flags} field.
public StdVideoH265VpsFlags flags() { return nflags(address()); }
/** @return the value of the {@code vps_video_parameter_set_id} field.
@NativeType("uint8_t")
public byte vps_video_parameter_set_id() { return nvps_video_parameter_set_id(address()); }
/** @return the value of the {@code vps_max_sub_layers_minus1} field.
@NativeType("uint8_t")
public byte vps_max_sub_layers_minus1() { return nvps_max_sub_layers_minus1(address()); }
/** @return the value of the {@code vps_num_units_in_tick} field.
@NativeType("uint32_t")
public int vps_num_units_in_tick() { return nvps_num_units_in_tick(address()); }
/** @return the value of the {@code vps_time_scale} field.
@NativeType("uint32_t")
public int vps_time_scale() { return nvps_time_scale(address()); }
/** @return the value of the {@code vps_num_ticks_poc_diff_one_minus1} field.
@NativeType("uint32_t")
public int vps_num_ticks_poc_diff_one_minus1() { return nvps_num_ticks_poc_diff_one_minus1(address()); }
/** @return a {@link StdVideoH265DecPicBufMgr} view of the struct pointed to by the {@code pDecPicBufMgr} field.
@NativeType("StdVideoH265DecPicBufMgr const *")
public StdVideoH265DecPicBufMgr pDecPicBufMgr() { return npDecPicBufMgr(address()); }
/** @return a {@link StdVideoH265HrdParameters} view of the struct pointed to by the {@code pHrdParameters} field.
@NativeType("StdVideoH265HrdParameters const *")
public StdVideoH265HrdParameters pHrdParameters() { return npHrdParameters(address()); }
/** @return a {@link StdVideoH265ProfileTierLevel} view of the struct pointed to by the {@code pProfileTierLevel} field.
@NativeType("StdVideoH265ProfileTierLevel const *")
public StdVideoH265ProfileTierLevel pProfileTierLevel() { return npProfileTierLevel(address()); }
/** Copies the specified {@link StdVideoH265VpsFlags} to the {@code flags} field.
public StdVideoH265VideoParameterSet flags(StdVideoH265VpsFlags value) { nflags(address(), value); return this; }
/** Passes the {@code flags} field to the specified {@link java.util.function.Consumer Consumer}. | StdVideoH265VideoParameterSet::flags | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH265VideoParameterSet.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH265VideoParameterSet.java | BSD-3-Clause |
public StdVideoH265VideoParameterSet vps_video_parameter_set_id(@NativeType("uint8_t") byte value) { nvps_video_parameter_set_id(address(), value); return this; } |
Creates a {@code StdVideoH265VideoParameterSet} instance at the current position of the specified {@link ByteBuffer} container. Changes to the buffer's content will be
visible to the struct instance and vice versa.
<p>The created instance holds a strong reference to the container object.</p>
public StdVideoH265VideoParameterSet(ByteBuffer container) {
super(memAddress(container), __checkContainer(container, SIZEOF));
}
@Override
public int sizeof() { return SIZEOF; }
/** @return a {@link StdVideoH265VpsFlags} view of the {@code flags} field.
public StdVideoH265VpsFlags flags() { return nflags(address()); }
/** @return the value of the {@code vps_video_parameter_set_id} field.
@NativeType("uint8_t")
public byte vps_video_parameter_set_id() { return nvps_video_parameter_set_id(address()); }
/** @return the value of the {@code vps_max_sub_layers_minus1} field.
@NativeType("uint8_t")
public byte vps_max_sub_layers_minus1() { return nvps_max_sub_layers_minus1(address()); }
/** @return the value of the {@code vps_num_units_in_tick} field.
@NativeType("uint32_t")
public int vps_num_units_in_tick() { return nvps_num_units_in_tick(address()); }
/** @return the value of the {@code vps_time_scale} field.
@NativeType("uint32_t")
public int vps_time_scale() { return nvps_time_scale(address()); }
/** @return the value of the {@code vps_num_ticks_poc_diff_one_minus1} field.
@NativeType("uint32_t")
public int vps_num_ticks_poc_diff_one_minus1() { return nvps_num_ticks_poc_diff_one_minus1(address()); }
/** @return a {@link StdVideoH265DecPicBufMgr} view of the struct pointed to by the {@code pDecPicBufMgr} field.
@NativeType("StdVideoH265DecPicBufMgr const *")
public StdVideoH265DecPicBufMgr pDecPicBufMgr() { return npDecPicBufMgr(address()); }
/** @return a {@link StdVideoH265HrdParameters} view of the struct pointed to by the {@code pHrdParameters} field.
@NativeType("StdVideoH265HrdParameters const *")
public StdVideoH265HrdParameters pHrdParameters() { return npHrdParameters(address()); }
/** @return a {@link StdVideoH265ProfileTierLevel} view of the struct pointed to by the {@code pProfileTierLevel} field.
@NativeType("StdVideoH265ProfileTierLevel const *")
public StdVideoH265ProfileTierLevel pProfileTierLevel() { return npProfileTierLevel(address()); }
/** Copies the specified {@link StdVideoH265VpsFlags} to the {@code flags} field.
public StdVideoH265VideoParameterSet flags(StdVideoH265VpsFlags value) { nflags(address(), value); return this; }
/** Passes the {@code flags} field to the specified {@link java.util.function.Consumer Consumer}.
public StdVideoH265VideoParameterSet flags(java.util.function.Consumer<StdVideoH265VpsFlags> consumer) { consumer.accept(flags()); return this; }
/** Sets the specified value to the {@code vps_video_parameter_set_id} field. | StdVideoH265VideoParameterSet::vps_video_parameter_set_id | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH265VideoParameterSet.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH265VideoParameterSet.java | BSD-3-Clause |
public StdVideoH265VideoParameterSet vps_max_sub_layers_minus1(@NativeType("uint8_t") byte value) { nvps_max_sub_layers_minus1(address(), value); return this; } |
Creates a {@code StdVideoH265VideoParameterSet} instance at the current position of the specified {@link ByteBuffer} container. Changes to the buffer's content will be
visible to the struct instance and vice versa.
<p>The created instance holds a strong reference to the container object.</p>
public StdVideoH265VideoParameterSet(ByteBuffer container) {
super(memAddress(container), __checkContainer(container, SIZEOF));
}
@Override
public int sizeof() { return SIZEOF; }
/** @return a {@link StdVideoH265VpsFlags} view of the {@code flags} field.
public StdVideoH265VpsFlags flags() { return nflags(address()); }
/** @return the value of the {@code vps_video_parameter_set_id} field.
@NativeType("uint8_t")
public byte vps_video_parameter_set_id() { return nvps_video_parameter_set_id(address()); }
/** @return the value of the {@code vps_max_sub_layers_minus1} field.
@NativeType("uint8_t")
public byte vps_max_sub_layers_minus1() { return nvps_max_sub_layers_minus1(address()); }
/** @return the value of the {@code vps_num_units_in_tick} field.
@NativeType("uint32_t")
public int vps_num_units_in_tick() { return nvps_num_units_in_tick(address()); }
/** @return the value of the {@code vps_time_scale} field.
@NativeType("uint32_t")
public int vps_time_scale() { return nvps_time_scale(address()); }
/** @return the value of the {@code vps_num_ticks_poc_diff_one_minus1} field.
@NativeType("uint32_t")
public int vps_num_ticks_poc_diff_one_minus1() { return nvps_num_ticks_poc_diff_one_minus1(address()); }
/** @return a {@link StdVideoH265DecPicBufMgr} view of the struct pointed to by the {@code pDecPicBufMgr} field.
@NativeType("StdVideoH265DecPicBufMgr const *")
public StdVideoH265DecPicBufMgr pDecPicBufMgr() { return npDecPicBufMgr(address()); }
/** @return a {@link StdVideoH265HrdParameters} view of the struct pointed to by the {@code pHrdParameters} field.
@NativeType("StdVideoH265HrdParameters const *")
public StdVideoH265HrdParameters pHrdParameters() { return npHrdParameters(address()); }
/** @return a {@link StdVideoH265ProfileTierLevel} view of the struct pointed to by the {@code pProfileTierLevel} field.
@NativeType("StdVideoH265ProfileTierLevel const *")
public StdVideoH265ProfileTierLevel pProfileTierLevel() { return npProfileTierLevel(address()); }
/** Copies the specified {@link StdVideoH265VpsFlags} to the {@code flags} field.
public StdVideoH265VideoParameterSet flags(StdVideoH265VpsFlags value) { nflags(address(), value); return this; }
/** Passes the {@code flags} field to the specified {@link java.util.function.Consumer Consumer}.
public StdVideoH265VideoParameterSet flags(java.util.function.Consumer<StdVideoH265VpsFlags> consumer) { consumer.accept(flags()); return this; }
/** Sets the specified value to the {@code vps_video_parameter_set_id} field.
public StdVideoH265VideoParameterSet vps_video_parameter_set_id(@NativeType("uint8_t") byte value) { nvps_video_parameter_set_id(address(), value); return this; }
/** Sets the specified value to the {@code vps_max_sub_layers_minus1} field. | StdVideoH265VideoParameterSet::vps_max_sub_layers_minus1 | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH265VideoParameterSet.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH265VideoParameterSet.java | BSD-3-Clause |
public StdVideoH265VideoParameterSet vps_num_units_in_tick(@NativeType("uint32_t") int value) { nvps_num_units_in_tick(address(), value); return this; } |
Creates a {@code StdVideoH265VideoParameterSet} instance at the current position of the specified {@link ByteBuffer} container. Changes to the buffer's content will be
visible to the struct instance and vice versa.
<p>The created instance holds a strong reference to the container object.</p>
public StdVideoH265VideoParameterSet(ByteBuffer container) {
super(memAddress(container), __checkContainer(container, SIZEOF));
}
@Override
public int sizeof() { return SIZEOF; }
/** @return a {@link StdVideoH265VpsFlags} view of the {@code flags} field.
public StdVideoH265VpsFlags flags() { return nflags(address()); }
/** @return the value of the {@code vps_video_parameter_set_id} field.
@NativeType("uint8_t")
public byte vps_video_parameter_set_id() { return nvps_video_parameter_set_id(address()); }
/** @return the value of the {@code vps_max_sub_layers_minus1} field.
@NativeType("uint8_t")
public byte vps_max_sub_layers_minus1() { return nvps_max_sub_layers_minus1(address()); }
/** @return the value of the {@code vps_num_units_in_tick} field.
@NativeType("uint32_t")
public int vps_num_units_in_tick() { return nvps_num_units_in_tick(address()); }
/** @return the value of the {@code vps_time_scale} field.
@NativeType("uint32_t")
public int vps_time_scale() { return nvps_time_scale(address()); }
/** @return the value of the {@code vps_num_ticks_poc_diff_one_minus1} field.
@NativeType("uint32_t")
public int vps_num_ticks_poc_diff_one_minus1() { return nvps_num_ticks_poc_diff_one_minus1(address()); }
/** @return a {@link StdVideoH265DecPicBufMgr} view of the struct pointed to by the {@code pDecPicBufMgr} field.
@NativeType("StdVideoH265DecPicBufMgr const *")
public StdVideoH265DecPicBufMgr pDecPicBufMgr() { return npDecPicBufMgr(address()); }
/** @return a {@link StdVideoH265HrdParameters} view of the struct pointed to by the {@code pHrdParameters} field.
@NativeType("StdVideoH265HrdParameters const *")
public StdVideoH265HrdParameters pHrdParameters() { return npHrdParameters(address()); }
/** @return a {@link StdVideoH265ProfileTierLevel} view of the struct pointed to by the {@code pProfileTierLevel} field.
@NativeType("StdVideoH265ProfileTierLevel const *")
public StdVideoH265ProfileTierLevel pProfileTierLevel() { return npProfileTierLevel(address()); }
/** Copies the specified {@link StdVideoH265VpsFlags} to the {@code flags} field.
public StdVideoH265VideoParameterSet flags(StdVideoH265VpsFlags value) { nflags(address(), value); return this; }
/** Passes the {@code flags} field to the specified {@link java.util.function.Consumer Consumer}.
public StdVideoH265VideoParameterSet flags(java.util.function.Consumer<StdVideoH265VpsFlags> consumer) { consumer.accept(flags()); return this; }
/** Sets the specified value to the {@code vps_video_parameter_set_id} field.
public StdVideoH265VideoParameterSet vps_video_parameter_set_id(@NativeType("uint8_t") byte value) { nvps_video_parameter_set_id(address(), value); return this; }
/** Sets the specified value to the {@code vps_max_sub_layers_minus1} field.
public StdVideoH265VideoParameterSet vps_max_sub_layers_minus1(@NativeType("uint8_t") byte value) { nvps_max_sub_layers_minus1(address(), value); return this; }
/** Sets the specified value to the {@code vps_num_units_in_tick} field. | StdVideoH265VideoParameterSet::vps_num_units_in_tick | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH265VideoParameterSet.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH265VideoParameterSet.java | BSD-3-Clause |
public StdVideoH265VideoParameterSet vps_time_scale(@NativeType("uint32_t") int value) { nvps_time_scale(address(), value); return this; } |
Creates a {@code StdVideoH265VideoParameterSet} instance at the current position of the specified {@link ByteBuffer} container. Changes to the buffer's content will be
visible to the struct instance and vice versa.
<p>The created instance holds a strong reference to the container object.</p>
public StdVideoH265VideoParameterSet(ByteBuffer container) {
super(memAddress(container), __checkContainer(container, SIZEOF));
}
@Override
public int sizeof() { return SIZEOF; }
/** @return a {@link StdVideoH265VpsFlags} view of the {@code flags} field.
public StdVideoH265VpsFlags flags() { return nflags(address()); }
/** @return the value of the {@code vps_video_parameter_set_id} field.
@NativeType("uint8_t")
public byte vps_video_parameter_set_id() { return nvps_video_parameter_set_id(address()); }
/** @return the value of the {@code vps_max_sub_layers_minus1} field.
@NativeType("uint8_t")
public byte vps_max_sub_layers_minus1() { return nvps_max_sub_layers_minus1(address()); }
/** @return the value of the {@code vps_num_units_in_tick} field.
@NativeType("uint32_t")
public int vps_num_units_in_tick() { return nvps_num_units_in_tick(address()); }
/** @return the value of the {@code vps_time_scale} field.
@NativeType("uint32_t")
public int vps_time_scale() { return nvps_time_scale(address()); }
/** @return the value of the {@code vps_num_ticks_poc_diff_one_minus1} field.
@NativeType("uint32_t")
public int vps_num_ticks_poc_diff_one_minus1() { return nvps_num_ticks_poc_diff_one_minus1(address()); }
/** @return a {@link StdVideoH265DecPicBufMgr} view of the struct pointed to by the {@code pDecPicBufMgr} field.
@NativeType("StdVideoH265DecPicBufMgr const *")
public StdVideoH265DecPicBufMgr pDecPicBufMgr() { return npDecPicBufMgr(address()); }
/** @return a {@link StdVideoH265HrdParameters} view of the struct pointed to by the {@code pHrdParameters} field.
@NativeType("StdVideoH265HrdParameters const *")
public StdVideoH265HrdParameters pHrdParameters() { return npHrdParameters(address()); }
/** @return a {@link StdVideoH265ProfileTierLevel} view of the struct pointed to by the {@code pProfileTierLevel} field.
@NativeType("StdVideoH265ProfileTierLevel const *")
public StdVideoH265ProfileTierLevel pProfileTierLevel() { return npProfileTierLevel(address()); }
/** Copies the specified {@link StdVideoH265VpsFlags} to the {@code flags} field.
public StdVideoH265VideoParameterSet flags(StdVideoH265VpsFlags value) { nflags(address(), value); return this; }
/** Passes the {@code flags} field to the specified {@link java.util.function.Consumer Consumer}.
public StdVideoH265VideoParameterSet flags(java.util.function.Consumer<StdVideoH265VpsFlags> consumer) { consumer.accept(flags()); return this; }
/** Sets the specified value to the {@code vps_video_parameter_set_id} field.
public StdVideoH265VideoParameterSet vps_video_parameter_set_id(@NativeType("uint8_t") byte value) { nvps_video_parameter_set_id(address(), value); return this; }
/** Sets the specified value to the {@code vps_max_sub_layers_minus1} field.
public StdVideoH265VideoParameterSet vps_max_sub_layers_minus1(@NativeType("uint8_t") byte value) { nvps_max_sub_layers_minus1(address(), value); return this; }
/** Sets the specified value to the {@code vps_num_units_in_tick} field.
public StdVideoH265VideoParameterSet vps_num_units_in_tick(@NativeType("uint32_t") int value) { nvps_num_units_in_tick(address(), value); return this; }
/** Sets the specified value to the {@code vps_time_scale} field. | StdVideoH265VideoParameterSet::vps_time_scale | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH265VideoParameterSet.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH265VideoParameterSet.java | BSD-3-Clause |
public StdVideoH265VideoParameterSet vps_num_ticks_poc_diff_one_minus1(@NativeType("uint32_t") int value) { nvps_num_ticks_poc_diff_one_minus1(address(), value); return this; } |
Creates a {@code StdVideoH265VideoParameterSet} instance at the current position of the specified {@link ByteBuffer} container. Changes to the buffer's content will be
visible to the struct instance and vice versa.
<p>The created instance holds a strong reference to the container object.</p>
public StdVideoH265VideoParameterSet(ByteBuffer container) {
super(memAddress(container), __checkContainer(container, SIZEOF));
}
@Override
public int sizeof() { return SIZEOF; }
/** @return a {@link StdVideoH265VpsFlags} view of the {@code flags} field.
public StdVideoH265VpsFlags flags() { return nflags(address()); }
/** @return the value of the {@code vps_video_parameter_set_id} field.
@NativeType("uint8_t")
public byte vps_video_parameter_set_id() { return nvps_video_parameter_set_id(address()); }
/** @return the value of the {@code vps_max_sub_layers_minus1} field.
@NativeType("uint8_t")
public byte vps_max_sub_layers_minus1() { return nvps_max_sub_layers_minus1(address()); }
/** @return the value of the {@code vps_num_units_in_tick} field.
@NativeType("uint32_t")
public int vps_num_units_in_tick() { return nvps_num_units_in_tick(address()); }
/** @return the value of the {@code vps_time_scale} field.
@NativeType("uint32_t")
public int vps_time_scale() { return nvps_time_scale(address()); }
/** @return the value of the {@code vps_num_ticks_poc_diff_one_minus1} field.
@NativeType("uint32_t")
public int vps_num_ticks_poc_diff_one_minus1() { return nvps_num_ticks_poc_diff_one_minus1(address()); }
/** @return a {@link StdVideoH265DecPicBufMgr} view of the struct pointed to by the {@code pDecPicBufMgr} field.
@NativeType("StdVideoH265DecPicBufMgr const *")
public StdVideoH265DecPicBufMgr pDecPicBufMgr() { return npDecPicBufMgr(address()); }
/** @return a {@link StdVideoH265HrdParameters} view of the struct pointed to by the {@code pHrdParameters} field.
@NativeType("StdVideoH265HrdParameters const *")
public StdVideoH265HrdParameters pHrdParameters() { return npHrdParameters(address()); }
/** @return a {@link StdVideoH265ProfileTierLevel} view of the struct pointed to by the {@code pProfileTierLevel} field.
@NativeType("StdVideoH265ProfileTierLevel const *")
public StdVideoH265ProfileTierLevel pProfileTierLevel() { return npProfileTierLevel(address()); }
/** Copies the specified {@link StdVideoH265VpsFlags} to the {@code flags} field.
public StdVideoH265VideoParameterSet flags(StdVideoH265VpsFlags value) { nflags(address(), value); return this; }
/** Passes the {@code flags} field to the specified {@link java.util.function.Consumer Consumer}.
public StdVideoH265VideoParameterSet flags(java.util.function.Consumer<StdVideoH265VpsFlags> consumer) { consumer.accept(flags()); return this; }
/** Sets the specified value to the {@code vps_video_parameter_set_id} field.
public StdVideoH265VideoParameterSet vps_video_parameter_set_id(@NativeType("uint8_t") byte value) { nvps_video_parameter_set_id(address(), value); return this; }
/** Sets the specified value to the {@code vps_max_sub_layers_minus1} field.
public StdVideoH265VideoParameterSet vps_max_sub_layers_minus1(@NativeType("uint8_t") byte value) { nvps_max_sub_layers_minus1(address(), value); return this; }
/** Sets the specified value to the {@code vps_num_units_in_tick} field.
public StdVideoH265VideoParameterSet vps_num_units_in_tick(@NativeType("uint32_t") int value) { nvps_num_units_in_tick(address(), value); return this; }
/** Sets the specified value to the {@code vps_time_scale} field.
public StdVideoH265VideoParameterSet vps_time_scale(@NativeType("uint32_t") int value) { nvps_time_scale(address(), value); return this; }
/** Sets the specified value to the {@code vps_num_ticks_poc_diff_one_minus1} field. | StdVideoH265VideoParameterSet::vps_num_ticks_poc_diff_one_minus1 | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH265VideoParameterSet.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH265VideoParameterSet.java | BSD-3-Clause |
public StdVideoH265VideoParameterSet pDecPicBufMgr(@NativeType("StdVideoH265DecPicBufMgr const *") StdVideoH265DecPicBufMgr value) { npDecPicBufMgr(address(), value); return this; } |
Creates a {@code StdVideoH265VideoParameterSet} instance at the current position of the specified {@link ByteBuffer} container. Changes to the buffer's content will be
visible to the struct instance and vice versa.
<p>The created instance holds a strong reference to the container object.</p>
public StdVideoH265VideoParameterSet(ByteBuffer container) {
super(memAddress(container), __checkContainer(container, SIZEOF));
}
@Override
public int sizeof() { return SIZEOF; }
/** @return a {@link StdVideoH265VpsFlags} view of the {@code flags} field.
public StdVideoH265VpsFlags flags() { return nflags(address()); }
/** @return the value of the {@code vps_video_parameter_set_id} field.
@NativeType("uint8_t")
public byte vps_video_parameter_set_id() { return nvps_video_parameter_set_id(address()); }
/** @return the value of the {@code vps_max_sub_layers_minus1} field.
@NativeType("uint8_t")
public byte vps_max_sub_layers_minus1() { return nvps_max_sub_layers_minus1(address()); }
/** @return the value of the {@code vps_num_units_in_tick} field.
@NativeType("uint32_t")
public int vps_num_units_in_tick() { return nvps_num_units_in_tick(address()); }
/** @return the value of the {@code vps_time_scale} field.
@NativeType("uint32_t")
public int vps_time_scale() { return nvps_time_scale(address()); }
/** @return the value of the {@code vps_num_ticks_poc_diff_one_minus1} field.
@NativeType("uint32_t")
public int vps_num_ticks_poc_diff_one_minus1() { return nvps_num_ticks_poc_diff_one_minus1(address()); }
/** @return a {@link StdVideoH265DecPicBufMgr} view of the struct pointed to by the {@code pDecPicBufMgr} field.
@NativeType("StdVideoH265DecPicBufMgr const *")
public StdVideoH265DecPicBufMgr pDecPicBufMgr() { return npDecPicBufMgr(address()); }
/** @return a {@link StdVideoH265HrdParameters} view of the struct pointed to by the {@code pHrdParameters} field.
@NativeType("StdVideoH265HrdParameters const *")
public StdVideoH265HrdParameters pHrdParameters() { return npHrdParameters(address()); }
/** @return a {@link StdVideoH265ProfileTierLevel} view of the struct pointed to by the {@code pProfileTierLevel} field.
@NativeType("StdVideoH265ProfileTierLevel const *")
public StdVideoH265ProfileTierLevel pProfileTierLevel() { return npProfileTierLevel(address()); }
/** Copies the specified {@link StdVideoH265VpsFlags} to the {@code flags} field.
public StdVideoH265VideoParameterSet flags(StdVideoH265VpsFlags value) { nflags(address(), value); return this; }
/** Passes the {@code flags} field to the specified {@link java.util.function.Consumer Consumer}.
public StdVideoH265VideoParameterSet flags(java.util.function.Consumer<StdVideoH265VpsFlags> consumer) { consumer.accept(flags()); return this; }
/** Sets the specified value to the {@code vps_video_parameter_set_id} field.
public StdVideoH265VideoParameterSet vps_video_parameter_set_id(@NativeType("uint8_t") byte value) { nvps_video_parameter_set_id(address(), value); return this; }
/** Sets the specified value to the {@code vps_max_sub_layers_minus1} field.
public StdVideoH265VideoParameterSet vps_max_sub_layers_minus1(@NativeType("uint8_t") byte value) { nvps_max_sub_layers_minus1(address(), value); return this; }
/** Sets the specified value to the {@code vps_num_units_in_tick} field.
public StdVideoH265VideoParameterSet vps_num_units_in_tick(@NativeType("uint32_t") int value) { nvps_num_units_in_tick(address(), value); return this; }
/** Sets the specified value to the {@code vps_time_scale} field.
public StdVideoH265VideoParameterSet vps_time_scale(@NativeType("uint32_t") int value) { nvps_time_scale(address(), value); return this; }
/** Sets the specified value to the {@code vps_num_ticks_poc_diff_one_minus1} field.
public StdVideoH265VideoParameterSet vps_num_ticks_poc_diff_one_minus1(@NativeType("uint32_t") int value) { nvps_num_ticks_poc_diff_one_minus1(address(), value); return this; }
/** Sets the address of the specified {@link StdVideoH265DecPicBufMgr} to the {@code pDecPicBufMgr} field. | StdVideoH265VideoParameterSet::pDecPicBufMgr | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH265VideoParameterSet.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH265VideoParameterSet.java | BSD-3-Clause |
public StdVideoH265VideoParameterSet pHrdParameters(@NativeType("StdVideoH265HrdParameters const *") StdVideoH265HrdParameters value) { npHrdParameters(address(), value); return this; } |
Creates a {@code StdVideoH265VideoParameterSet} instance at the current position of the specified {@link ByteBuffer} container. Changes to the buffer's content will be
visible to the struct instance and vice versa.
<p>The created instance holds a strong reference to the container object.</p>
public StdVideoH265VideoParameterSet(ByteBuffer container) {
super(memAddress(container), __checkContainer(container, SIZEOF));
}
@Override
public int sizeof() { return SIZEOF; }
/** @return a {@link StdVideoH265VpsFlags} view of the {@code flags} field.
public StdVideoH265VpsFlags flags() { return nflags(address()); }
/** @return the value of the {@code vps_video_parameter_set_id} field.
@NativeType("uint8_t")
public byte vps_video_parameter_set_id() { return nvps_video_parameter_set_id(address()); }
/** @return the value of the {@code vps_max_sub_layers_minus1} field.
@NativeType("uint8_t")
public byte vps_max_sub_layers_minus1() { return nvps_max_sub_layers_minus1(address()); }
/** @return the value of the {@code vps_num_units_in_tick} field.
@NativeType("uint32_t")
public int vps_num_units_in_tick() { return nvps_num_units_in_tick(address()); }
/** @return the value of the {@code vps_time_scale} field.
@NativeType("uint32_t")
public int vps_time_scale() { return nvps_time_scale(address()); }
/** @return the value of the {@code vps_num_ticks_poc_diff_one_minus1} field.
@NativeType("uint32_t")
public int vps_num_ticks_poc_diff_one_minus1() { return nvps_num_ticks_poc_diff_one_minus1(address()); }
/** @return a {@link StdVideoH265DecPicBufMgr} view of the struct pointed to by the {@code pDecPicBufMgr} field.
@NativeType("StdVideoH265DecPicBufMgr const *")
public StdVideoH265DecPicBufMgr pDecPicBufMgr() { return npDecPicBufMgr(address()); }
/** @return a {@link StdVideoH265HrdParameters} view of the struct pointed to by the {@code pHrdParameters} field.
@NativeType("StdVideoH265HrdParameters const *")
public StdVideoH265HrdParameters pHrdParameters() { return npHrdParameters(address()); }
/** @return a {@link StdVideoH265ProfileTierLevel} view of the struct pointed to by the {@code pProfileTierLevel} field.
@NativeType("StdVideoH265ProfileTierLevel const *")
public StdVideoH265ProfileTierLevel pProfileTierLevel() { return npProfileTierLevel(address()); }
/** Copies the specified {@link StdVideoH265VpsFlags} to the {@code flags} field.
public StdVideoH265VideoParameterSet flags(StdVideoH265VpsFlags value) { nflags(address(), value); return this; }
/** Passes the {@code flags} field to the specified {@link java.util.function.Consumer Consumer}.
public StdVideoH265VideoParameterSet flags(java.util.function.Consumer<StdVideoH265VpsFlags> consumer) { consumer.accept(flags()); return this; }
/** Sets the specified value to the {@code vps_video_parameter_set_id} field.
public StdVideoH265VideoParameterSet vps_video_parameter_set_id(@NativeType("uint8_t") byte value) { nvps_video_parameter_set_id(address(), value); return this; }
/** Sets the specified value to the {@code vps_max_sub_layers_minus1} field.
public StdVideoH265VideoParameterSet vps_max_sub_layers_minus1(@NativeType("uint8_t") byte value) { nvps_max_sub_layers_minus1(address(), value); return this; }
/** Sets the specified value to the {@code vps_num_units_in_tick} field.
public StdVideoH265VideoParameterSet vps_num_units_in_tick(@NativeType("uint32_t") int value) { nvps_num_units_in_tick(address(), value); return this; }
/** Sets the specified value to the {@code vps_time_scale} field.
public StdVideoH265VideoParameterSet vps_time_scale(@NativeType("uint32_t") int value) { nvps_time_scale(address(), value); return this; }
/** Sets the specified value to the {@code vps_num_ticks_poc_diff_one_minus1} field.
public StdVideoH265VideoParameterSet vps_num_ticks_poc_diff_one_minus1(@NativeType("uint32_t") int value) { nvps_num_ticks_poc_diff_one_minus1(address(), value); return this; }
/** Sets the address of the specified {@link StdVideoH265DecPicBufMgr} to the {@code pDecPicBufMgr} field.
public StdVideoH265VideoParameterSet pDecPicBufMgr(@NativeType("StdVideoH265DecPicBufMgr const *") StdVideoH265DecPicBufMgr value) { npDecPicBufMgr(address(), value); return this; }
/** Sets the address of the specified {@link StdVideoH265HrdParameters} to the {@code pHrdParameters} field. | StdVideoH265VideoParameterSet::pHrdParameters | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH265VideoParameterSet.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH265VideoParameterSet.java | BSD-3-Clause |
public StdVideoH265VideoParameterSet pProfileTierLevel(@NativeType("StdVideoH265ProfileTierLevel const *") StdVideoH265ProfileTierLevel value) { npProfileTierLevel(address(), value); return this; } |
Creates a {@code StdVideoH265VideoParameterSet} instance at the current position of the specified {@link ByteBuffer} container. Changes to the buffer's content will be
visible to the struct instance and vice versa.
<p>The created instance holds a strong reference to the container object.</p>
public StdVideoH265VideoParameterSet(ByteBuffer container) {
super(memAddress(container), __checkContainer(container, SIZEOF));
}
@Override
public int sizeof() { return SIZEOF; }
/** @return a {@link StdVideoH265VpsFlags} view of the {@code flags} field.
public StdVideoH265VpsFlags flags() { return nflags(address()); }
/** @return the value of the {@code vps_video_parameter_set_id} field.
@NativeType("uint8_t")
public byte vps_video_parameter_set_id() { return nvps_video_parameter_set_id(address()); }
/** @return the value of the {@code vps_max_sub_layers_minus1} field.
@NativeType("uint8_t")
public byte vps_max_sub_layers_minus1() { return nvps_max_sub_layers_minus1(address()); }
/** @return the value of the {@code vps_num_units_in_tick} field.
@NativeType("uint32_t")
public int vps_num_units_in_tick() { return nvps_num_units_in_tick(address()); }
/** @return the value of the {@code vps_time_scale} field.
@NativeType("uint32_t")
public int vps_time_scale() { return nvps_time_scale(address()); }
/** @return the value of the {@code vps_num_ticks_poc_diff_one_minus1} field.
@NativeType("uint32_t")
public int vps_num_ticks_poc_diff_one_minus1() { return nvps_num_ticks_poc_diff_one_minus1(address()); }
/** @return a {@link StdVideoH265DecPicBufMgr} view of the struct pointed to by the {@code pDecPicBufMgr} field.
@NativeType("StdVideoH265DecPicBufMgr const *")
public StdVideoH265DecPicBufMgr pDecPicBufMgr() { return npDecPicBufMgr(address()); }
/** @return a {@link StdVideoH265HrdParameters} view of the struct pointed to by the {@code pHrdParameters} field.
@NativeType("StdVideoH265HrdParameters const *")
public StdVideoH265HrdParameters pHrdParameters() { return npHrdParameters(address()); }
/** @return a {@link StdVideoH265ProfileTierLevel} view of the struct pointed to by the {@code pProfileTierLevel} field.
@NativeType("StdVideoH265ProfileTierLevel const *")
public StdVideoH265ProfileTierLevel pProfileTierLevel() { return npProfileTierLevel(address()); }
/** Copies the specified {@link StdVideoH265VpsFlags} to the {@code flags} field.
public StdVideoH265VideoParameterSet flags(StdVideoH265VpsFlags value) { nflags(address(), value); return this; }
/** Passes the {@code flags} field to the specified {@link java.util.function.Consumer Consumer}.
public StdVideoH265VideoParameterSet flags(java.util.function.Consumer<StdVideoH265VpsFlags> consumer) { consumer.accept(flags()); return this; }
/** Sets the specified value to the {@code vps_video_parameter_set_id} field.
public StdVideoH265VideoParameterSet vps_video_parameter_set_id(@NativeType("uint8_t") byte value) { nvps_video_parameter_set_id(address(), value); return this; }
/** Sets the specified value to the {@code vps_max_sub_layers_minus1} field.
public StdVideoH265VideoParameterSet vps_max_sub_layers_minus1(@NativeType("uint8_t") byte value) { nvps_max_sub_layers_minus1(address(), value); return this; }
/** Sets the specified value to the {@code vps_num_units_in_tick} field.
public StdVideoH265VideoParameterSet vps_num_units_in_tick(@NativeType("uint32_t") int value) { nvps_num_units_in_tick(address(), value); return this; }
/** Sets the specified value to the {@code vps_time_scale} field.
public StdVideoH265VideoParameterSet vps_time_scale(@NativeType("uint32_t") int value) { nvps_time_scale(address(), value); return this; }
/** Sets the specified value to the {@code vps_num_ticks_poc_diff_one_minus1} field.
public StdVideoH265VideoParameterSet vps_num_ticks_poc_diff_one_minus1(@NativeType("uint32_t") int value) { nvps_num_ticks_poc_diff_one_minus1(address(), value); return this; }
/** Sets the address of the specified {@link StdVideoH265DecPicBufMgr} to the {@code pDecPicBufMgr} field.
public StdVideoH265VideoParameterSet pDecPicBufMgr(@NativeType("StdVideoH265DecPicBufMgr const *") StdVideoH265DecPicBufMgr value) { npDecPicBufMgr(address(), value); return this; }
/** Sets the address of the specified {@link StdVideoH265HrdParameters} to the {@code pHrdParameters} field.
public StdVideoH265VideoParameterSet pHrdParameters(@NativeType("StdVideoH265HrdParameters const *") StdVideoH265HrdParameters value) { npHrdParameters(address(), value); return this; }
/** Sets the address of the specified {@link StdVideoH265ProfileTierLevel} to the {@code pProfileTierLevel} field. | StdVideoH265VideoParameterSet::pProfileTierLevel | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH265VideoParameterSet.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH265VideoParameterSet.java | BSD-3-Clause |
public StdVideoH265VideoParameterSet set(
StdVideoH265VpsFlags flags,
byte vps_video_parameter_set_id,
byte vps_max_sub_layers_minus1,
int vps_num_units_in_tick,
int vps_time_scale,
int vps_num_ticks_poc_diff_one_minus1,
StdVideoH265DecPicBufMgr pDecPicBufMgr,
StdVideoH265HrdParameters pHrdParameters,
StdVideoH265ProfileTierLevel pProfileTierLevel
) {
flags(flags);
vps_video_parameter_set_id(vps_video_parameter_set_id);
vps_max_sub_layers_minus1(vps_max_sub_layers_minus1);
vps_num_units_in_tick(vps_num_units_in_tick);
vps_time_scale(vps_time_scale);
vps_num_ticks_poc_diff_one_minus1(vps_num_ticks_poc_diff_one_minus1);
pDecPicBufMgr(pDecPicBufMgr);
pHrdParameters(pHrdParameters);
pProfileTierLevel(pProfileTierLevel);
return this;
} |
Creates a {@code StdVideoH265VideoParameterSet} instance at the current position of the specified {@link ByteBuffer} container. Changes to the buffer's content will be
visible to the struct instance and vice versa.
<p>The created instance holds a strong reference to the container object.</p>
public StdVideoH265VideoParameterSet(ByteBuffer container) {
super(memAddress(container), __checkContainer(container, SIZEOF));
}
@Override
public int sizeof() { return SIZEOF; }
/** @return a {@link StdVideoH265VpsFlags} view of the {@code flags} field.
public StdVideoH265VpsFlags flags() { return nflags(address()); }
/** @return the value of the {@code vps_video_parameter_set_id} field.
@NativeType("uint8_t")
public byte vps_video_parameter_set_id() { return nvps_video_parameter_set_id(address()); }
/** @return the value of the {@code vps_max_sub_layers_minus1} field.
@NativeType("uint8_t")
public byte vps_max_sub_layers_minus1() { return nvps_max_sub_layers_minus1(address()); }
/** @return the value of the {@code vps_num_units_in_tick} field.
@NativeType("uint32_t")
public int vps_num_units_in_tick() { return nvps_num_units_in_tick(address()); }
/** @return the value of the {@code vps_time_scale} field.
@NativeType("uint32_t")
public int vps_time_scale() { return nvps_time_scale(address()); }
/** @return the value of the {@code vps_num_ticks_poc_diff_one_minus1} field.
@NativeType("uint32_t")
public int vps_num_ticks_poc_diff_one_minus1() { return nvps_num_ticks_poc_diff_one_minus1(address()); }
/** @return a {@link StdVideoH265DecPicBufMgr} view of the struct pointed to by the {@code pDecPicBufMgr} field.
@NativeType("StdVideoH265DecPicBufMgr const *")
public StdVideoH265DecPicBufMgr pDecPicBufMgr() { return npDecPicBufMgr(address()); }
/** @return a {@link StdVideoH265HrdParameters} view of the struct pointed to by the {@code pHrdParameters} field.
@NativeType("StdVideoH265HrdParameters const *")
public StdVideoH265HrdParameters pHrdParameters() { return npHrdParameters(address()); }
/** @return a {@link StdVideoH265ProfileTierLevel} view of the struct pointed to by the {@code pProfileTierLevel} field.
@NativeType("StdVideoH265ProfileTierLevel const *")
public StdVideoH265ProfileTierLevel pProfileTierLevel() { return npProfileTierLevel(address()); }
/** Copies the specified {@link StdVideoH265VpsFlags} to the {@code flags} field.
public StdVideoH265VideoParameterSet flags(StdVideoH265VpsFlags value) { nflags(address(), value); return this; }
/** Passes the {@code flags} field to the specified {@link java.util.function.Consumer Consumer}.
public StdVideoH265VideoParameterSet flags(java.util.function.Consumer<StdVideoH265VpsFlags> consumer) { consumer.accept(flags()); return this; }
/** Sets the specified value to the {@code vps_video_parameter_set_id} field.
public StdVideoH265VideoParameterSet vps_video_parameter_set_id(@NativeType("uint8_t") byte value) { nvps_video_parameter_set_id(address(), value); return this; }
/** Sets the specified value to the {@code vps_max_sub_layers_minus1} field.
public StdVideoH265VideoParameterSet vps_max_sub_layers_minus1(@NativeType("uint8_t") byte value) { nvps_max_sub_layers_minus1(address(), value); return this; }
/** Sets the specified value to the {@code vps_num_units_in_tick} field.
public StdVideoH265VideoParameterSet vps_num_units_in_tick(@NativeType("uint32_t") int value) { nvps_num_units_in_tick(address(), value); return this; }
/** Sets the specified value to the {@code vps_time_scale} field.
public StdVideoH265VideoParameterSet vps_time_scale(@NativeType("uint32_t") int value) { nvps_time_scale(address(), value); return this; }
/** Sets the specified value to the {@code vps_num_ticks_poc_diff_one_minus1} field.
public StdVideoH265VideoParameterSet vps_num_ticks_poc_diff_one_minus1(@NativeType("uint32_t") int value) { nvps_num_ticks_poc_diff_one_minus1(address(), value); return this; }
/** Sets the address of the specified {@link StdVideoH265DecPicBufMgr} to the {@code pDecPicBufMgr} field.
public StdVideoH265VideoParameterSet pDecPicBufMgr(@NativeType("StdVideoH265DecPicBufMgr const *") StdVideoH265DecPicBufMgr value) { npDecPicBufMgr(address(), value); return this; }
/** Sets the address of the specified {@link StdVideoH265HrdParameters} to the {@code pHrdParameters} field.
public StdVideoH265VideoParameterSet pHrdParameters(@NativeType("StdVideoH265HrdParameters const *") StdVideoH265HrdParameters value) { npHrdParameters(address(), value); return this; }
/** Sets the address of the specified {@link StdVideoH265ProfileTierLevel} to the {@code pProfileTierLevel} field.
public StdVideoH265VideoParameterSet pProfileTierLevel(@NativeType("StdVideoH265ProfileTierLevel const *") StdVideoH265ProfileTierLevel value) { npProfileTierLevel(address(), value); return this; }
/** Initializes this struct with the specified values. | StdVideoH265VideoParameterSet::set | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH265VideoParameterSet.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH265VideoParameterSet.java | BSD-3-Clause |
public static StdVideoH265VideoParameterSet malloc() {
return new StdVideoH265VideoParameterSet(nmemAllocChecked(SIZEOF), null);
} |
Copies the specified struct data to this struct.
@param src the source struct
@return this struct
public StdVideoH265VideoParameterSet set(StdVideoH265VideoParameterSet src) {
memCopy(src.address(), address(), SIZEOF);
return this;
}
// -----------------------------------
/** Returns a new {@code StdVideoH265VideoParameterSet} instance allocated with {@link MemoryUtil#memAlloc memAlloc}. The instance must be explicitly freed. | StdVideoH265VideoParameterSet::malloc | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH265VideoParameterSet.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH265VideoParameterSet.java | BSD-3-Clause |
public static StdVideoH265VideoParameterSet calloc() {
return new StdVideoH265VideoParameterSet(nmemCallocChecked(1, SIZEOF), null);
} |
Copies the specified struct data to this struct.
@param src the source struct
@return this struct
public StdVideoH265VideoParameterSet set(StdVideoH265VideoParameterSet src) {
memCopy(src.address(), address(), SIZEOF);
return this;
}
// -----------------------------------
/** Returns a new {@code StdVideoH265VideoParameterSet} instance allocated with {@link MemoryUtil#memAlloc memAlloc}. The instance must be explicitly freed.
public static StdVideoH265VideoParameterSet malloc() {
return new StdVideoH265VideoParameterSet(nmemAllocChecked(SIZEOF), null);
}
/** Returns a new {@code StdVideoH265VideoParameterSet} instance allocated with {@link MemoryUtil#memCalloc memCalloc}. The instance must be explicitly freed. | StdVideoH265VideoParameterSet::calloc | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH265VideoParameterSet.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH265VideoParameterSet.java | BSD-3-Clause |
public static StdVideoH265VideoParameterSet create() {
ByteBuffer container = BufferUtils.createByteBuffer(SIZEOF);
return new StdVideoH265VideoParameterSet(memAddress(container), container);
} |
Copies the specified struct data to this struct.
@param src the source struct
@return this struct
public StdVideoH265VideoParameterSet set(StdVideoH265VideoParameterSet src) {
memCopy(src.address(), address(), SIZEOF);
return this;
}
// -----------------------------------
/** Returns a new {@code StdVideoH265VideoParameterSet} instance allocated with {@link MemoryUtil#memAlloc memAlloc}. The instance must be explicitly freed.
public static StdVideoH265VideoParameterSet malloc() {
return new StdVideoH265VideoParameterSet(nmemAllocChecked(SIZEOF), null);
}
/** Returns a new {@code StdVideoH265VideoParameterSet} instance allocated with {@link MemoryUtil#memCalloc memCalloc}. The instance must be explicitly freed.
public static StdVideoH265VideoParameterSet calloc() {
return new StdVideoH265VideoParameterSet(nmemCallocChecked(1, SIZEOF), null);
}
/** Returns a new {@code StdVideoH265VideoParameterSet} instance allocated with {@link BufferUtils}. | StdVideoH265VideoParameterSet::create | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH265VideoParameterSet.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH265VideoParameterSet.java | BSD-3-Clause |
public static StdVideoH265VideoParameterSet create(long address) {
return new StdVideoH265VideoParameterSet(address, null);
} |
Copies the specified struct data to this struct.
@param src the source struct
@return this struct
public StdVideoH265VideoParameterSet set(StdVideoH265VideoParameterSet src) {
memCopy(src.address(), address(), SIZEOF);
return this;
}
// -----------------------------------
/** Returns a new {@code StdVideoH265VideoParameterSet} instance allocated with {@link MemoryUtil#memAlloc memAlloc}. The instance must be explicitly freed.
public static StdVideoH265VideoParameterSet malloc() {
return new StdVideoH265VideoParameterSet(nmemAllocChecked(SIZEOF), null);
}
/** Returns a new {@code StdVideoH265VideoParameterSet} instance allocated with {@link MemoryUtil#memCalloc memCalloc}. The instance must be explicitly freed.
public static StdVideoH265VideoParameterSet calloc() {
return new StdVideoH265VideoParameterSet(nmemCallocChecked(1, SIZEOF), null);
}
/** Returns a new {@code StdVideoH265VideoParameterSet} instance allocated with {@link BufferUtils}.
public static StdVideoH265VideoParameterSet create() {
ByteBuffer container = BufferUtils.createByteBuffer(SIZEOF);
return new StdVideoH265VideoParameterSet(memAddress(container), container);
}
/** Returns a new {@code StdVideoH265VideoParameterSet} instance for the specified memory address. | StdVideoH265VideoParameterSet::create | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH265VideoParameterSet.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH265VideoParameterSet.java | BSD-3-Clause |
public static @Nullable StdVideoH265VideoParameterSet createSafe(long address) {
return address == NULL ? null : new StdVideoH265VideoParameterSet(address, null);
} |
Copies the specified struct data to this struct.
@param src the source struct
@return this struct
public StdVideoH265VideoParameterSet set(StdVideoH265VideoParameterSet src) {
memCopy(src.address(), address(), SIZEOF);
return this;
}
// -----------------------------------
/** Returns a new {@code StdVideoH265VideoParameterSet} instance allocated with {@link MemoryUtil#memAlloc memAlloc}. The instance must be explicitly freed.
public static StdVideoH265VideoParameterSet malloc() {
return new StdVideoH265VideoParameterSet(nmemAllocChecked(SIZEOF), null);
}
/** Returns a new {@code StdVideoH265VideoParameterSet} instance allocated with {@link MemoryUtil#memCalloc memCalloc}. The instance must be explicitly freed.
public static StdVideoH265VideoParameterSet calloc() {
return new StdVideoH265VideoParameterSet(nmemCallocChecked(1, SIZEOF), null);
}
/** Returns a new {@code StdVideoH265VideoParameterSet} instance allocated with {@link BufferUtils}.
public static StdVideoH265VideoParameterSet create() {
ByteBuffer container = BufferUtils.createByteBuffer(SIZEOF);
return new StdVideoH265VideoParameterSet(memAddress(container), container);
}
/** Returns a new {@code StdVideoH265VideoParameterSet} instance for the specified memory address.
public static StdVideoH265VideoParameterSet create(long address) {
return new StdVideoH265VideoParameterSet(address, null);
}
/** Like {@link #create(long) create}, but returns {@code null} if {@code address} is {@code NULL}. | StdVideoH265VideoParameterSet::createSafe | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH265VideoParameterSet.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH265VideoParameterSet.java | BSD-3-Clause |
public static StdVideoH265VideoParameterSet.Buffer malloc(int capacity) {
return new Buffer(nmemAllocChecked(__checkMalloc(capacity, SIZEOF)), capacity);
} |
Returns a new {@link StdVideoH265VideoParameterSet.Buffer} instance allocated with {@link MemoryUtil#memAlloc memAlloc}. The instance must be explicitly freed.
@param capacity the buffer capacity
| StdVideoH265VideoParameterSet::malloc | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH265VideoParameterSet.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH265VideoParameterSet.java | BSD-3-Clause |
public static StdVideoH265VideoParameterSet.Buffer calloc(int capacity) {
return new Buffer(nmemCallocChecked(capacity, SIZEOF), capacity);
} |
Returns a new {@link StdVideoH265VideoParameterSet.Buffer} instance allocated with {@link MemoryUtil#memCalloc memCalloc}. The instance must be explicitly freed.
@param capacity the buffer capacity
| StdVideoH265VideoParameterSet::calloc | java | LWJGL/lwjgl3 | modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH265VideoParameterSet.java | https://github.com/LWJGL/lwjgl3/blob/master/modules/lwjgl/vulkan/src/generated/java/org/lwjgl/vulkan/video/StdVideoH265VideoParameterSet.java | BSD-3-Clause |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.