Home
last modified time | relevance | path

Searched refs:GST_READ_UINT8 (Results 1 – 25 of 46) sorted by relevance

12

/third_party/gstreamer/gstplugins_bad/gst/mpegtsmux/
Dgstbasetsmuxaac.c217 obj_type = GST_READ_UINT8 (codec_data_map.data) >> 3; in gst_base_ts_mux_prepare_aac_mpeg4()
218 rate_idx = (GST_READ_UINT8 (codec_data_map.data) & 0x7) << 1; in gst_base_ts_mux_prepare_aac_mpeg4()
219 rate_idx |= (GST_READ_UINT8 (codec_data_map.data + 1) & 0x80) >> 7; in gst_base_ts_mux_prepare_aac_mpeg4()
220 channels = (GST_READ_UINT8 (codec_data_map.data + 1) & 0x78) >> 3; in gst_base_ts_mux_prepare_aac_mpeg4()
239 profile_obj_type = GST_READ_UINT8 (codec_data_map.data); in gst_base_ts_mux_prepare_aac_mpeg2()
240 rate_idx = GST_READ_UINT8 (codec_data_map.data + 1); in gst_base_ts_mux_prepare_aac_mpeg2()
241 channels = GST_READ_UINT8 (codec_data_map.data + 2); in gst_base_ts_mux_prepare_aac_mpeg2()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/mpegts/
Dgst-atsc-section.c364 mgt->protocol_version = GST_READ_UINT8 (data); in _parse_atsc_mgt()
385 mgt_table->version_number = GST_READ_UINT8 (data) & 0x1F; in _parse_atsc_mgt()
756 num_strings = GST_READ_UINT8 (data); in _parse_atsc_mult_string()
781 mstring->iso_639_langcode[0] = GST_READ_UINT8 (data); in _parse_atsc_mult_string()
783 mstring->iso_639_langcode[1] = GST_READ_UINT8 (data); in _parse_atsc_mult_string()
785 mstring->iso_639_langcode[2] = GST_READ_UINT8 (data); in _parse_atsc_mult_string()
787 num_segments = GST_READ_UINT8 (data); in _parse_atsc_mult_string()
802 seg->compression_type = GST_READ_UINT8 (data); in _parse_atsc_mult_string()
804 seg->mode = GST_READ_UINT8 (data); in _parse_atsc_mult_string()
806 seg->compressed_data_size = GST_READ_UINT8 (data); in _parse_atsc_mult_string()
[all …]
/third_party/gstreamer/gstplugins_bad/gst/mxf/
Dmxftypes.c504 timestamp->month = GST_READ_UINT8 (data + 2); in mxf_timestamp_parse()
505 timestamp->day = GST_READ_UINT8 (data + 3); in mxf_timestamp_parse()
506 timestamp->hour = GST_READ_UINT8 (data + 4); in mxf_timestamp_parse()
507 timestamp->minute = GST_READ_UINT8 (data + 5); in mxf_timestamp_parse()
508 timestamp->second = GST_READ_UINT8 (data + 6); in mxf_timestamp_parse()
509 timestamp->msecond = (GST_READ_UINT8 (data + 7) * 1000) / 256; in mxf_timestamp_parse()
688 product_version->release = GST_READ_UINT8 (data + 8); in mxf_product_version_parse()
1147 segment->slice_count = GST_READ_UINT8 (tag_data); in mxf_index_table_segment_parse()
1153 segment->pos_table_count = GST_READ_UINT8 (tag_data); in mxf_index_table_segment_parse()
1184 segment->delta_entries[i].pos_table_index = GST_READ_UINT8 (tag_data); in mxf_index_table_segment_parse()
[all …]
Dmxfmpeg.c152 self->single_sequence = GST_READ_UINT8 (tag_data); in mxf_metadata_mpeg_video_descriptor_handle_tag()
158 self->const_b_frames = GST_READ_UINT8 (tag_data); in mxf_metadata_mpeg_video_descriptor_handle_tag()
164 self->coded_content_type = GST_READ_UINT8 (tag_data); in mxf_metadata_mpeg_video_descriptor_handle_tag()
169 self->low_delay = GST_READ_UINT8 (tag_data); in mxf_metadata_mpeg_video_descriptor_handle_tag()
174 self->closed_gop = GST_READ_UINT8 (tag_data); in mxf_metadata_mpeg_video_descriptor_handle_tag()
179 self->identical_gop = GST_READ_UINT8 (tag_data); in mxf_metadata_mpeg_video_descriptor_handle_tag()
199 self->profile_and_level = GST_READ_UINT8 (tag_data); in mxf_metadata_mpeg_video_descriptor_handle_tag()
Dmxfaes-bwf.c146 self->sequence_offset = GST_READ_UINT8 (tag_data); in mxf_metadata_wave_audio_essence_descriptor_handle_tag()
580 self->emphasis = GST_READ_UINT8 (tag_data); in mxf_metadata_aes3_audio_essence_descriptor_handle_tag()
592 self->auxiliary_bits_mode = GST_READ_UINT8 (tag_data); in mxf_metadata_aes3_audio_essence_descriptor_handle_tag()
619 self->channel_status_mode[i] = GST_READ_UINT8 (tag_data); in mxf_metadata_aes3_audio_essence_descriptor_handle_tag()
718 self->user_data_mode[i] = GST_READ_UINT8 (tag_data); in mxf_metadata_aes3_audio_essence_descriptor_handle_tag()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/
Dgstrtpbuffer.c1386 read_id = GST_READ_UINT8 (pdata + offset) >> 4; in _get_extension_onebyte_header()
1387 read_len = (GST_READ_UINT8 (pdata + offset) & 0x0F) + 1; in _get_extension_onebyte_header()
1529 read_id = GST_READ_UINT8 (pdata + offset); in gst_rtp_buffer_get_extension_twobytes_header()
1535 read_len = GST_READ_UINT8 (pdata + offset); in gst_rtp_buffer_get_extension_twobytes_header()
1574 read_id = GST_READ_UINT8 (pdata + *offset) >> 4; in get_onebyte_header_end_offset()
1575 read_len = (GST_READ_UINT8 (pdata + *offset) & 0x0F) + 1; in get_onebyte_header_end_offset()
1680 read_id = GST_READ_UINT8 (pdata + offset); in get_twobytes_header_end_offset()
1691 read_len = GST_READ_UINT8 (pdata + offset); in get_twobytes_header_end_offset()
Dgstrtpbasedepayload.c1193 read_id = GST_READ_UINT8 (pdata + offset) >> 4; in read_rtp_header_extensions()
1194 read_len = (GST_READ_UINT8 (pdata + offset) & 0x0F) + 1; in read_rtp_header_extensions()
1205 read_id = GST_READ_UINT8 (pdata + offset); in read_rtp_header_extensions()
1212 read_len = GST_READ_UINT8 (pdata + offset); in read_rtp_header_extensions()
/third_party/gstreamer/gstplugins_bad/gst/rtmp2/rtmp/
Drtmpchunkstream.c378 ret = GST_READ_UINT8 (data) & CHUNK_BYTE_MASK; in gst_rtmp_chunk_stream_parse_id()
387 ret = GST_READ_UINT8 (data + 1) + CHUNK_STREAM_MIN_TWOBYTE; in gst_rtmp_chunk_stream_parse_id()
419 type = GST_READ_UINT8 (data) >> 6; in gst_rtmp_chunk_stream_parse_header()
423 switch (GST_READ_UINT8 (data) & CHUNK_BYTE_MASK) { in gst_rtmp_chunk_stream_parse_header()
467 meta->type = GST_READ_UINT8 (message_header + 6); in gst_rtmp_chunk_stream_parse_header()
Drtmputils.c366 header->type = GST_READ_UINT8 (data); in gst_rtmp_flv_tag_parse_header()
376 header->timestamp |= (guint32) GST_READ_UINT8 (data + 7) << 24; in gst_rtmp_flv_tag_parse_header()
Drtmpmessage.c389 pc.param2 = pc_has_param2 (pc.type) ? GST_READ_UINT8 (map.data + 4) : 0; in gst_rtmp_message_parse_protocol_control()
/third_party/gstreamer/gstplugins_good/gst/matroska/
Dmatroska-ids.c301 len = GST_READ_UINT8 (pdata + off + 1) << 16; in gst_matroska_parse_flac_stream_headers()
302 len |= GST_READ_UINT8 (pdata + off + 2) << 8; in gst_matroska_parse_flac_stream_headers()
303 len |= GST_READ_UINT8 (pdata + off + 3); in gst_matroska_parse_flac_stream_headers()
Debml-read.c68 b = GST_READ_UINT8 (buf); in gst_ebml_peek_id_length()
83 b = GST_READ_UINT8 (buf + n); in gst_ebml_peek_id_length()
90 b = GST_READ_UINT8 (buf + n); in gst_ebml_peek_id_length()
110 guint8 b = GST_READ_UINT8 (buf + n); in gst_ebml_peek_id_length()
/third_party/gstreamer/gstplugins_good/ext/wavpack/
Dgstwavpackcommon.c60 wpmd->id = GST_READ_UINT8 (*p_data); in gst_wavpack_read_metadata()
61 wpmd->byte_length = 2 * (guint) GST_READ_UINT8 (*p_data + 1); in gst_wavpack_read_metadata()
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dqtdemux_types.h39 #define QT_UINT8(a) (GST_READ_UINT8(a))
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/
Did3v2frames.c681 chan = GST_READ_UINT8 (data); in parse_relative_volume_adjustment_two()
687 peak_bits = GST_READ_UINT8 (data + 1 + 2); in parse_relative_volume_adjustment_two()
700 peak |= GST_READ_UINT8 (data); in parse_relative_volume_adjustment_two()
1001 guint16 marker = (GST_READ_UINT8 (data) << 8) | GST_READ_UINT8 (data + 1); in find_utf16_bom()
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Dvideotestsrc.c164 pixel = (GST_READ_UINT8 (pixels) << 16) | in check_rgb_buf()
165 (GST_READ_UINT8 (pixels + 1) << 8) | in check_rgb_buf()
166 (GST_READ_UINT8 (pixels + 2) << 0); in check_rgb_buf()
/third_party/gstreamer/gstplugins_bad/gst/mpegpsmux/
Dmpegpsmux_h264.c163 nal_size = GST_READ_UINT8 (map.data + in_offset); in mpegpsmux_prepare_h264()
/third_party/gstreamer/gstplugins_bad/gst/onvif/
Dgstrtponvifparse.c131 flags = GST_READ_UINT8 (data + 8); in handle_buffer()
/third_party/gstreamer/gstplugins_base/ext/ogg/
Dgstoggstream.c442 pad->granuleshift = ((GST_READ_UINT8 (data + 40) & 0x03) << 3) + in setup_theora_mapper()
443 (GST_READ_UINT8 (data + 41) >> 5); in setup_theora_mapper()
883 chans = GST_READ_UINT8 (data); in setup_vorbis_mapper()
1375 pad->granuleshift = GST_READ_UINT8 (data + 28); in gst_ogg_map_add_fisbone()
1816 channels = GST_READ_UINT8 (data + 21); in setup_pcm_mapper()
1972 pad->granuleshift = GST_READ_UINT8 (data + 15); in setup_kate_mapper()
1990 pad->n_header_packets = GST_READ_UINT8 (data + 11); in setup_kate_mapper()
2242 pad->granuleshift = GST_READ_UINT8 (data + 37); in setup_daala_mapper()
/third_party/gstreamer/gstplugins_bad/ext/resindvd/
Dgstmpegdesc.h233 #define DESC_DVB_NETWORK_NAME_length(desc) (GST_READ_UINT8((desc)+1))
/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/
Dgstmpegdesc.h135 #define DESC_DVB_NETWORK_NAME_length(desc) (GST_READ_UINT8((desc)+1))
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dmatroskamux.c447 total = (total << 8) | GST_READ_UINT8 (info->data + *index); in read_integer()
461 b = GST_READ_UINT8 (info->data + *index); in read_length()
471 total = (total << 8) | GST_READ_UINT8 (info->data + *index); in read_length()
/third_party/gstreamer/gstplugins_good/gst/debugutils/
Dbreakmydata.c259 (guint) GST_READ_UINT8 (map.data + i), (guint) ((guint8) new)); in gst_break_my_data_transform_ip()
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstbytereader.c1049 #define GST_READ_UINT8_LE GST_READ_UINT8
/third_party/gstreamer/gstplugins_good/gst/flv/
Dgstflvdemux.c1133 pts_ext = GST_READ_UINT8 (data + 3); in gst_flv_demux_parse_tag_audio()
1141 flags = GST_READ_UINT8 (data + 7); in gst_flv_demux_parse_tag_audio()
1182 guint8 aac_packet_type = GST_READ_UINT8 (data + 8); in gst_flv_demux_parse_tag_audio()
1574 dts_ext = GST_READ_UINT8 (data + 3); in gst_flv_demux_parse_tag_video()
1582 flags = GST_READ_UINT8 (data + 7); in gst_flv_demux_parse_tag_video()
1611 guint8 avc_packet_type = GST_READ_UINT8 (data + 8); in gst_flv_demux_parse_tag_video()
1895 dts_ext = GST_READ_UINT8 (data + 3); in gst_flv_demux_parse_tag_timestamp()

12