|
Shaka Packager SDK
|
Public Attributes | |
| 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 |
| int | scaling_list4x4 [6][kH264ScalingList4x4Length] |
| int | scaling_list8x8 [6][kH264ScalingList8x8Length] |
| int | second_chroma_qp_index_offset |
Definition at line 99 of file h264_parser.h.
| bool shaka::media::H264Pps::bottom_field_pic_order_in_frame_present_flag |
Definition at line 103 of file h264_parser.h.
| int shaka::media::H264Pps::chroma_qp_index_offset |
Definition at line 111 of file h264_parser.h.
| bool shaka::media::H264Pps::constrained_intra_pred_flag |
Definition at line 113 of file h264_parser.h.
| bool shaka::media::H264Pps::deblocking_filter_control_present_flag |
Definition at line 112 of file h264_parser.h.
| bool shaka::media::H264Pps::entropy_coding_mode_flag |
Definition at line 102 of file h264_parser.h.
| int shaka::media::H264Pps::num_ref_idx_l0_default_active_minus1 |
Definition at line 105 of file h264_parser.h.
| int shaka::media::H264Pps::num_ref_idx_l1_default_active_minus1 |
Definition at line 106 of file h264_parser.h.
| int shaka::media::H264Pps::num_slice_groups_minus1 |
Definition at line 104 of file h264_parser.h.
| int shaka::media::H264Pps::pic_init_qp_minus26 |
Definition at line 109 of file h264_parser.h.
| int shaka::media::H264Pps::pic_init_qs_minus26 |
Definition at line 110 of file h264_parser.h.
| int shaka::media::H264Pps::pic_parameter_set_id |
Definition at line 100 of file h264_parser.h.
| bool shaka::media::H264Pps::pic_scaling_matrix_present_flag |
Definition at line 117 of file h264_parser.h.
| bool shaka::media::H264Pps::redundant_pic_cnt_present_flag |
Definition at line 114 of file h264_parser.h.
| int shaka::media::H264Pps::scaling_list4x4[6][kH264ScalingList4x4Length] |
Definition at line 118 of file h264_parser.h.
| int shaka::media::H264Pps::scaling_list8x8[6][kH264ScalingList8x8Length] |
Definition at line 119 of file h264_parser.h.
| int shaka::media::H264Pps::second_chroma_qp_index_offset |
Definition at line 121 of file h264_parser.h.
| int shaka::media::H264Pps::seq_parameter_set_id |
Definition at line 101 of file h264_parser.h.
| bool shaka::media::H264Pps::transform_8x8_mode_flag |
Definition at line 115 of file h264_parser.h.
| int shaka::media::H264Pps::weighted_bipred_idc |
Definition at line 108 of file h264_parser.h.
| bool shaka::media::H264Pps::weighted_pred_flag |
Definition at line 107 of file h264_parser.h.