struct H264PPS

Defined at line 259 of file ../../src/media/third_party/chromium_media/media/parsers/h264_parser.h

Public Members

int pic_parameter_set_id
int seq_parameter_set_id
bool entropy_coding_mode_flag
bool bottom_field_pic_order_in_frame_present_flag
int num_slice_groups_minus1
int num_ref_idx_l0_default_active_minus1
int num_ref_idx_l1_default_active_minus1
bool weighted_pred_flag
int weighted_bipred_idc
int pic_init_qp_minus26
int pic_init_qs_minus26
int chroma_qp_index_offset
bool deblocking_filter_control_present_flag
bool constrained_intra_pred_flag
bool redundant_pic_cnt_present_flag
bool transform_8x8_mode_flag
bool pic_scaling_matrix_present_flag
array scaling_list4x4
array scaling_list8x8
int second_chroma_qp_index_offset
vector raw_data

Public Methods

void H264PPS ()

Defined at line 229 of file ../../src/media/third_party/chromium_media/media/parsers/h264_parser.cc

void H264PPS (const H264PPS & )

Defined at line 230 of file ../../src/media/third_party/chromium_media/media/parsers/h264_parser.cc

H264PPS & operator= (const H264PPS & )

Defined at line 231 of file ../../src/media/third_party/chromium_media/media/parsers/h264_parser.cc

void H264PPS (H264PPS && )

Defined at line 232 of file ../../src/media/third_party/chromium_media/media/parsers/h264_parser.cc