com.twilight.h264.decoder
Class SequenceParameterSet
java.lang.Object
com.twilight.h264.decoder.SequenceParameterSet
public class SequenceParameterSet
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AVCOL_PRI_BT709
public static final int AVCOL_PRI_BT709
- See Also:
- Constant Field Values
AVCOL_PRI_UNSPECIFIED
public static final int AVCOL_PRI_UNSPECIFIED
- See Also:
- Constant Field Values
AVCOL_PRI_BT470M
public static final int AVCOL_PRI_BT470M
- See Also:
- Constant Field Values
AVCOL_PRI_BT470BG
public static final int AVCOL_PRI_BT470BG
- See Also:
- Constant Field Values
AVCOL_PRI_SMPTE170M
public static final int AVCOL_PRI_SMPTE170M
- See Also:
- Constant Field Values
AVCOL_PRI_SMPTE240M
public static final int AVCOL_PRI_SMPTE240M
- See Also:
- Constant Field Values
AVCOL_PRI_FILM
public static final int AVCOL_PRI_FILM
- See Also:
- Constant Field Values
AVCOL_PRI_NB
public static final int AVCOL_PRI_NB
- See Also:
- Constant Field Values
AVCOL_TRC_BT709
public static final int AVCOL_TRC_BT709
- See Also:
- Constant Field Values
AVCOL_TRC_UNSPECIFIED
public static final int AVCOL_TRC_UNSPECIFIED
- See Also:
- Constant Field Values
AVCOL_TRC_GAMMA22
public static final int AVCOL_TRC_GAMMA22
- See Also:
- Constant Field Values
AVCOL_TRC_GAMMA28
public static final int AVCOL_TRC_GAMMA28
- See Also:
- Constant Field Values
AVCOL_TRC_NB
public static final int AVCOL_TRC_NB
- See Also:
- Constant Field Values
AVCOL_SPC_RGB
public static final int AVCOL_SPC_RGB
- See Also:
- Constant Field Values
AVCOL_SPC_BT709
public static final int AVCOL_SPC_BT709
- See Also:
- Constant Field Values
AVCOL_SPC_UNSPECIFIED
public static final int AVCOL_SPC_UNSPECIFIED
- See Also:
- Constant Field Values
AVCOL_SPC_FCC
public static final int AVCOL_SPC_FCC
- See Also:
- Constant Field Values
AVCOL_SPC_BT470BG
public static final int AVCOL_SPC_BT470BG
- See Also:
- Constant Field Values
AVCOL_SPC_SMPTE170M
public static final int AVCOL_SPC_SMPTE170M
- See Also:
- Constant Field Values
AVCOL_SPC_SMPTE240M
public static final int AVCOL_SPC_SMPTE240M
- See Also:
- Constant Field Values
AVCOL_SPC_NB
public static final int AVCOL_SPC_NB
- See Also:
- Constant Field Values
profile_idc
public int profile_idc
level_idc
public int level_idc
chroma_format_idc
public int chroma_format_idc
transform_bypass
public int transform_bypass
log2_max_frame_num
public int log2_max_frame_num
poc_type
public int poc_type
log2_max_poc_lsb
public int log2_max_poc_lsb
delta_pic_order_always_zero_flag
public int delta_pic_order_always_zero_flag
offset_for_non_ref_pic
public int offset_for_non_ref_pic
offset_for_top_to_bottom_field
public int offset_for_top_to_bottom_field
poc_cycle_length
public int poc_cycle_length
ref_frame_count
public int ref_frame_count
gaps_in_frame_num_allowed_flag
public int gaps_in_frame_num_allowed_flag
mb_width
public int mb_width
mb_height
public int mb_height
frame_mbs_only_flag
public int frame_mbs_only_flag
mb_aff
public int mb_aff
direct_8x8_inference_flag
public int direct_8x8_inference_flag
crop
public int crop
crop_left
public long crop_left
crop_right
public long crop_right
crop_top
public long crop_top
crop_bottom
public long crop_bottom
vui_parameters_present_flag
public int vui_parameters_present_flag
sar
public AVRational sar
video_signal_type_present_flag
public int video_signal_type_present_flag
full_range
public int full_range
colour_description_present_flag
public int colour_description_present_flag
color_primaries
public int color_primaries
color_trc
public int color_trc
colorspace
public int colorspace
timing_info_present_flag
public int timing_info_present_flag
num_units_in_tick
public long num_units_in_tick
time_scale
public long time_scale
fixed_frame_rate_flag
public int fixed_frame_rate_flag
offset_for_ref_frame
public short[] offset_for_ref_frame
bitstream_restriction_flag
public int bitstream_restriction_flag
num_reorder_frames
public int num_reorder_frames
scaling_matrix_present
public int scaling_matrix_present
scaling_matrix4
public int[][] scaling_matrix4
scaling_matrix8
public int[][] scaling_matrix8
nal_hrd_parameters_present_flag
public int nal_hrd_parameters_present_flag
vcl_hrd_parameters_present_flag
public int vcl_hrd_parameters_present_flag
pic_struct_present_flag
public int pic_struct_present_flag
time_offset_length
public int time_offset_length
cpb_cnt
public int cpb_cnt
initial_cpb_removal_delay_length
public int initial_cpb_removal_delay_length
cpb_removal_delay_length
public int cpb_removal_delay_length
dpb_output_delay_length
public int dpb_output_delay_length
bit_depth_luma
public int bit_depth_luma
bit_depth_chroma
public int bit_depth_chroma
residual_color_transform_flag
public int residual_color_transform_flag
SequenceParameterSet
public SequenceParameterSet()
copyTo
public void copyTo(SequenceParameterSet sps)
Copyright © 2013. All Rights Reserved.