/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/ |
D | gstmpegvideoparser.c | 319 READ_UINT8 (&br, seqhdr->aspect_ratio_info, 4); in gst_mpeg_video_packet_parse_sequence_header() 324 READ_UINT8 (&br, seqhdr->frame_rate_code, 4); in gst_mpeg_video_packet_parse_sequence_header() 336 READ_UINT8 (&br, bits, 1); in gst_mpeg_video_packet_parse_sequence_header() 344 READ_UINT8 (&br, seqhdr->constrained_parameters_flag, 1); in gst_mpeg_video_packet_parse_sequence_header() 347 READ_UINT8 (&br, seqhdr->load_intra_quantiser_matrix, 1); in gst_mpeg_video_packet_parse_sequence_header() 351 READ_UINT8 (&br, seqhdr->intra_quantizer_matrix[i], 8); in gst_mpeg_video_packet_parse_sequence_header() 356 READ_UINT8 (&br, seqhdr->load_non_intra_quantiser_matrix, 1); in gst_mpeg_video_packet_parse_sequence_header() 360 READ_UINT8 (&br, seqhdr->non_intra_quantizer_matrix[i], 8); in gst_mpeg_video_packet_parse_sequence_header() 544 READ_UINT8 (&br, seqscaleext->scalable_mode, 2); in gst_mpeg_video_packet_parse_sequence_scalable_extension() 545 READ_UINT8 (&br, seqscaleext->layer_id, 4); in gst_mpeg_video_packet_parse_sequence_scalable_extension() [all …]
|
D | gstmpeg4parser.c | 177 READ_UINT8 (br, *load_quant_mat, 1); in parse_quant() 186 READ_UINT8 (br, val, 8); in parse_quant() 212 READ_UINT8 (br, signal_type->type, 1); in parse_signal_type() 216 READ_UINT8 (br, signal_type->format, 3); in parse_signal_type() 217 READ_UINT8 (br, signal_type->range, 1); in parse_signal_type() 218 READ_UINT8 (br, signal_type->color_description, 1); in parse_signal_type() 221 READ_UINT8 (br, signal_type->color_primaries, 8); in parse_signal_type() 222 READ_UINT8 (br, signal_type->transfer_characteristics, 8); in parse_signal_type() 223 READ_UINT8 (br, signal_type->matrix_coefficients, 8); in parse_signal_type() 590 READ_UINT8 (&br, vos_start_code, 8); in gst_mpeg4_parse_visual_object_sequence() [all …]
|
D | gsth265parser.c | 320 READ_UINT8 (nr, ptl->profile_space, 2); in gst_h265_parse_profile_tier_level() 321 READ_UINT8 (nr, ptl->tier_flag, 1); in gst_h265_parse_profile_tier_level() 322 READ_UINT8 (nr, ptl->profile_idc, 5); in gst_h265_parse_profile_tier_level() 325 READ_UINT8 (nr, ptl->profile_compatibility_flag[j], 1); in gst_h265_parse_profile_tier_level() 327 READ_UINT8 (nr, ptl->progressive_source_flag, 1); in gst_h265_parse_profile_tier_level() 328 READ_UINT8 (nr, ptl->interlaced_source_flag, 1); in gst_h265_parse_profile_tier_level() 329 READ_UINT8 (nr, ptl->non_packed_constraint_flag, 1); in gst_h265_parse_profile_tier_level() 330 READ_UINT8 (nr, ptl->frame_only_constraint_flag, 1); in gst_h265_parse_profile_tier_level() 332 READ_UINT8 (nr, ptl->max_12bit_constraint_flag, 1); in gst_h265_parse_profile_tier_level() 333 READ_UINT8 (nr, ptl->max_10bit_constraint_flag, 1); in gst_h265_parse_profile_tier_level() [all …]
|
D | gstvc1parser.c | 296 READ_UINT8 (br, colskip, 1); in decode_colskip() 301 READ_UINT8 (br, v, 1); in decode_colskip() 332 READ_UINT8 (br, rowskip, 1); in decode_rowskip() 339 READ_UINT8 (br, v, 1); in decode_rowskip() 361 READ_UINT8 (br, n, 1); in decode012() 366 READ_UINT8 (br, n, 1); in decode012() 633 READ_UINT8 (br, vopdquant->pqdiff, 3); in parse_vopdquant() 638 READ_UINT8 (br, vopdquant->abspq, 5); in parse_vopdquant() 642 READ_UINT8 (br, vopdquant->dquantfrm, 1); in parse_vopdquant() 647 READ_UINT8 (br, vopdquant->dqprofile, 2); in parse_vopdquant() [all …]
|
D | gsth264parser.c | 398 READ_UINT8 (nr, hrd->bit_rate_scale, 4); in gst_h264_parse_hrd_parameters() 399 READ_UINT8 (nr, hrd->cpb_size_scale, 4); in gst_h264_parse_hrd_parameters() 404 READ_UINT8 (nr, hrd->cbr_flag[sched_sel_idx], 1); in gst_h264_parse_hrd_parameters() 407 READ_UINT8 (nr, hrd->initial_cpb_removal_delay_length_minus1, 5); in gst_h264_parse_hrd_parameters() 408 READ_UINT8 (nr, hrd->cpb_removal_delay_length_minus1, 5); in gst_h264_parse_hrd_parameters() 409 READ_UINT8 (nr, hrd->dpb_output_delay_length_minus1, 5); in gst_h264_parse_hrd_parameters() 410 READ_UINT8 (nr, hrd->time_offset_length, 5); in gst_h264_parse_hrd_parameters() 433 READ_UINT8 (nr, vui->aspect_ratio_info_present_flag, 1); in gst_h264_parse_vui_parameters() 435 READ_UINT8 (nr, vui->aspect_ratio_idc, 8); in gst_h264_parse_vui_parameters() 447 READ_UINT8 (nr, vui->overscan_info_present_flag, 1); in gst_h264_parse_vui_parameters() [all …]
|
D | parserutils.h | 43 #define READ_UINT8(reader, val, nbits) G_STMT_START { \ macro
|
D | nalutils.h | 133 #define READ_UINT8(nr, val, nbits) { \ macro
|
D | gstjpegparser.c | 66 #define READ_UINT8(reader, val) G_STMT_START { \ macro
|