/third_party/gstreamer/gstplugins_base/ext/ogg/ |
D | gstoggstream.c | 881 pad->version = GST_READ_UINT32_LE (data); in setup_vorbis_mapper() 886 pad->granulerate_n = GST_READ_UINT32_LE (data); in setup_vorbis_mapper() 900 pad->bitrate_upper = GST_READ_UINT32_LE (data); in setup_vorbis_mapper() 902 pad->bitrate_nominal = GST_READ_UINT32_LE (data); in setup_vorbis_mapper() 904 pad->bitrate_lower = GST_READ_UINT32_LE (data); in setup_vorbis_mapper() 1014 pad->granulerate_n = GST_READ_UINT32_LE (data); in setup_speex_mapper() 1025 chans = GST_READ_UINT32_LE (data); in setup_speex_mapper() 1027 pad->bitrate = GST_READ_UINT32_LE (data); in setup_speex_mapper() 1032 pad->n_header_packets = GST_READ_UINT32_LE (packet->packet + 68) + 2; in setup_speex_mapper() 1033 pad->frame_size = GST_READ_UINT32_LE (packet->packet + 64) * in setup_speex_mapper() [all …]
|
D | gstogmparse.c | 527 ogm->hdr.s.video.width = GST_READ_UINT32_LE (&data[44]); in gst_ogm_parse_stream_header() 528 ogm->hdr.s.video.height = GST_READ_UINT32_LE (&data[48]); in gst_ogm_parse_stream_header() 530 ogm->hdr.s.audio.channels = GST_READ_UINT32_LE (&data[44]); in gst_ogm_parse_stream_header() 531 ogm->hdr.s.audio.blockalign = GST_READ_UINT32_LE (&data[46]); in gst_ogm_parse_stream_header() 532 ogm->hdr.s.audio.avgbytespersec = GST_READ_UINT32_LE (&data[48]); in gst_ogm_parse_stream_header() 541 ogm->hdr.size = GST_READ_UINT32_LE (&data[12]); in gst_ogm_parse_stream_header() 544 ogm->hdr.default_len = GST_READ_UINT32_LE (&data[32]); in gst_ogm_parse_stream_header() 545 ogm->hdr.buffersize = GST_READ_UINT32_LE (&data[36]); in gst_ogm_parse_stream_header() 546 ogm->hdr.bits_per_sample = GST_READ_UINT32_LE (&data[40]); in gst_ogm_parse_stream_header()
|
D | gstoggaviparse.c | 215 sizes[0] = GST_READ_UINT32_LE (ptr); in gst_ogg_avi_parse_setcaps() 216 sizes[1] = GST_READ_UINT32_LE (ptr + 4); in gst_ogg_avi_parse_setcaps() 217 sizes[2] = GST_READ_UINT32_LE (ptr + 8); in gst_ogg_avi_parse_setcaps()
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtpceltpay.c | 240 version = GST_READ_UINT32_LE (data); in gst_rtp_celt_pay_parse_ident() 249 header_size = GST_READ_UINT32_LE (data); in gst_rtp_celt_pay_parse_ident() 257 rate = GST_READ_UINT32_LE (data); in gst_rtp_celt_pay_parse_ident() 259 nb_channels = GST_READ_UINT32_LE (data); in gst_rtp_celt_pay_parse_ident() 261 frame_size = GST_READ_UINT32_LE (data); in gst_rtp_celt_pay_parse_ident() 263 overlap = GST_READ_UINT32_LE (data); in gst_rtp_celt_pay_parse_ident() 265 bytes_per_packet = GST_READ_UINT32_LE (data); in gst_rtp_celt_pay_parse_ident()
|
D | gstrtpspeexpay.c | 171 version = GST_READ_UINT32_LE (data); in gst_rtp_speex_pay_parse_ident() 177 header_size = GST_READ_UINT32_LE (data); in gst_rtp_speex_pay_parse_ident() 185 rate = GST_READ_UINT32_LE (data); in gst_rtp_speex_pay_parse_ident() 187 mode = GST_READ_UINT32_LE (data); in gst_rtp_speex_pay_parse_ident() 189 nb_channels = GST_READ_UINT32_LE (data); in gst_rtp_speex_pay_parse_ident()
|
D | gstrtpvorbispay.c | 560 if (G_UNLIKELY ((version = GST_READ_UINT32_LE (data)) != 0)) in gst_rtp_vorbis_pay_parse_id() 567 if (G_UNLIKELY ((rate = GST_READ_UINT32_LE (data)) < 1)) in gst_rtp_vorbis_pay_parse_id()
|
/third_party/gstreamer/gstplugins_bad/gst/ivfparse/ |
D | gstivfparse.c | 255 guint32 magic = GST_READ_UINT32_LE (map.data); in gst_ivf_parse_handle_frame_start() 258 guint32 fourcc = GST_READ_UINT32_LE (map.data + 8); in gst_ivf_parse_handle_frame_start() 261 guint32 fps_n = GST_READ_UINT32_LE (map.data + 16); in gst_ivf_parse_handle_frame_start() 262 guint32 fps_d = GST_READ_UINT32_LE (map.data + 20); in gst_ivf_parse_handle_frame_start() 264 guint32 num_frames = GST_READ_UINT32_LE (map.data + 24); in gst_ivf_parse_handle_frame_start() 308 guint32 frame_size = GST_READ_UINT32_LE (map.data); in gst_ivf_parse_handle_frame_data()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/riff/ |
D | riff-read.c | 74 *tag = GST_READ_UINT32_LE (info.data); in gst_riff_read_chunk() 75 size = GST_READ_UINT32_LE (info.data + 4); in gst_riff_read_chunk() 157 fourcc = GST_READ_UINT32_LE (ptr); in gst_riff_parse_chunk() 158 size = GST_READ_UINT32_LE (ptr + 4); in gst_riff_parse_chunk() 237 tag = GST_READ_UINT32_LE (info.data); in gst_riff_parse_file_header() 242 *doctype = GST_READ_UINT32_LE (info.data + 8); in gst_riff_parse_file_header() 692 tag = GST_READ_UINT32_LE (ptr); in gst_riff_parse_info() 693 tsize = GST_READ_UINT32_LE (ptr + 4); in gst_riff_parse_info()
|
D | riff-media.c | 1007 GST_WRITE_UINT32_BE (p, GST_READ_UINT32_LE (p)); in gst_riff_create_video_caps() 1630 channel_mask = GST_READ_UINT32_LE (info.data + 2); in gst_riff_create_audio_caps() 1631 subformat_guid[0] = GST_READ_UINT32_LE (info.data + 6); in gst_riff_create_audio_caps() 1632 subformat_guid[1] = GST_READ_UINT32_LE (info.data + 10); in gst_riff_create_audio_caps() 1633 subformat_guid[2] = GST_READ_UINT32_LE (info.data + 14); in gst_riff_create_audio_caps() 1634 subformat_guid[3] = GST_READ_UINT32_LE (info.data + 18); in gst_riff_create_audio_caps()
|
/third_party/gstreamer/gstplugins_good/gst/apetag/ |
D | gstapedemux.c | 187 len = GST_READ_UINT32_LE (data); in ape_demux_parse_tags() 343 *tag_size = GST_READ_UINT32_LE (map.data + 12); in gst_ape_demux_identify_tag() 404 version = GST_READ_UINT32_LE (data + 8); in gst_ape_demux_parse_tag() 406 version = GST_READ_UINT32_LE (footer + 8); in gst_ape_demux_parse_tag()
|
/third_party/gstreamer/gstplugins_good/gst/wavparse/ |
D | gstwavparse.c | 663 *tag = GST_READ_UINT32_LE (data); in gst_wavparse_peek_chunk_info() 664 *size = GST_READ_UINT32_LE (data + 4); in gst_wavparse_peek_chunk_info() 792 ncues = GST_READ_UINT32_LE (data); in gst_wavparse_cue_chunk() 803 cue->id = GST_READ_UINT32_LE (data); in gst_wavparse_cue_chunk() 804 cue->position = GST_READ_UINT32_LE (data + 4); in gst_wavparse_cue_chunk() 805 cue->data_chunk_id = GST_READ_UINT32_LE (data + 8); in gst_wavparse_cue_chunk() 806 cue->chunk_start = GST_READ_UINT32_LE (data + 12); in gst_wavparse_cue_chunk() 807 cue->block_start = GST_READ_UINT32_LE (data + 16); in gst_wavparse_cue_chunk() 808 cue->sample_offset = GST_READ_UINT32_LE (data + 20); in gst_wavparse_cue_chunk() 839 labl->cue_point_id = GST_READ_UINT32_LE (data); in gst_wavparse_labl_chunk() [all …]
|
/third_party/gstreamer/gstplugins_bad/ext/openexr/ |
D | gstopenexrdec.cpp | 215 magic = GST_READ_UINT32_LE (data); in gst_openexr_dec_parse() 216 flags = GST_READ_UINT32_LE (data + 4); in gst_openexr_dec_parse() 243 magic = GST_READ_UINT32_LE (data); in gst_openexr_dec_parse() 244 flags = GST_READ_UINT32_LE (data + 4); in gst_openexr_dec_parse()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | video-anc.c | 455 a = GST_READ_UINT32_LE (data + (i / 6) * 16 + 0); in convert_line_from_v210() 456 b = GST_READ_UINT32_LE (data + (i / 6) * 16 + 4); in convert_line_from_v210() 457 c = GST_READ_UINT32_LE (data + (i / 6) * 16 + 8); in convert_line_from_v210() 458 d = GST_READ_UINT32_LE (data + (i / 6) * 16 + 12); in convert_line_from_v210() 480 a = GST_READ_UINT32_LE (data + (i / 6) * 16 + 0); in convert_line_from_v210() 481 b = GST_READ_UINT32_LE (data + (i / 6) * 16 + 4); in convert_line_from_v210() 482 c = GST_READ_UINT32_LE (data + (i / 6) * 16 + 8); in convert_line_from_v210() 483 d = GST_READ_UINT32_LE (data + (i / 6) * 16 + 12); in convert_line_from_v210()
|
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/ |
D | gstline21dec.c | 437 a = GST_READ_UINT32_LE (orig + (i / 6) * 16 + 0); in convert_line_v210_luma() 438 b = GST_READ_UINT32_LE (orig + (i / 6) * 16 + 4); in convert_line_v210_luma() 439 c = GST_READ_UINT32_LE (orig + (i / 6) * 16 + 8); in convert_line_v210_luma() 440 d = GST_READ_UINT32_LE (orig + (i / 6) * 16 + 12); in convert_line_v210_luma()
|
/third_party/gstreamer/gstplugins_good/gst/avi/ |
D | gstavisubtitle.c | 91 #define IS_BOM_UTF32_LE(data) (GST_READ_UINT32_LE(data) == 0xFEFF) 197 name_length = GST_READ_UINT32_LE (map.data + 5 + 2); in gst_avi_subtitle_parse_gab2_chunk() 216 file_length = GST_READ_UINT32_LE (map.data + 13 + name_length); in gst_avi_subtitle_parse_gab2_chunk()
|
D | gstavidemux.c | 970 *tag = GST_READ_UINT32_LE (data); in gst_avi_demux_peek_chunk_info() 971 *size = GST_READ_UINT32_LE (data + 4); in gst_avi_demux_peek_chunk_info() 1275 num = GST_READ_UINT32_LE (&data[4]); in gst_avi_demux_parse_superindex() 1563 num = GST_READ_UINT32_LE (&data[4]); in gst_avi_demux_parse_subindex() 1580 entry.offset = baseoff + GST_READ_UINT32_LE (&data[24 + bpe * i]); in gst_avi_demux_parse_subindex() 1581 entry.size = GST_READ_UINT32_LE (&data[24 + bpe * i + 4]); in gst_avi_demux_parse_subindex() 2540 dmlh.totalframes = GST_READ_UINT32_LE (&_dmlh->totalframes); in gst_avi_demux_parse_odml() 2763 entry.offset = GST_READ_UINT32_LE (&index[0].offset); in gst_avi_demux_parse_index() 2773 id = GST_READ_UINT32_LE (&index[i].id); in gst_avi_demux_parse_index() 2774 entry.offset = GST_READ_UINT32_LE (&index[i].offset); in gst_avi_demux_parse_index() [all …]
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstutils.c | 1185 fail_unless_equals_int_hex (GST_READ_UINT32_LE (cpointer), 0x44434241); in GST_START_TEST() 1186 fail_unless_equals_int_hex (GST_READ_UINT32_LE (cpointer + 1), 0x45444342); in GST_START_TEST() 1187 fail_unless_equals_int_hex (GST_READ_UINT32_LE (cpointer + 2), 0x46454443); in GST_START_TEST() 1188 fail_unless_equals_int_hex (GST_READ_UINT32_LE (cpointer + 3), 0x47464544); in GST_START_TEST() 1189 fail_unless_equals_int_hex (GST_READ_UINT32_LE (cpointer + 4), 0x48474645); in GST_START_TEST() 1198 fail_unless_equals_int_hex (GST_READ_UINT32_LE (carray), 0x44434241); in GST_START_TEST() 1199 fail_unless_equals_int_hex (GST_READ_UINT32_LE (carray + 1), 0x45444342); in GST_START_TEST() 1200 fail_unless_equals_int_hex (GST_READ_UINT32_LE (carray + 2), 0x46454443); in GST_START_TEST() 1201 fail_unless_equals_int_hex (GST_READ_UINT32_LE (carray + 3), 0x47464544); in GST_START_TEST() 1202 fail_unless_equals_int_hex (GST_READ_UINT32_LE (carray + 4), 0x48474645); in GST_START_TEST() [all …]
|
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | qtdemux_types.h | 43 #define QT_FOURCC(a) (GST_READ_UINT32_LE(a))
|
/third_party/gstreamer/gstreamer/tests/check/libs/ |
D | adapter.c | 318 guint32 val = GST_READ_UINT32_LE (data); in GST_START_TEST() 346 fail_unless (GST_READ_UINT32_LE (info.data) == i); in GST_START_TEST() 1198 fail_unless (GST_READ_UINT32_LE (ptr) == i); in GST_START_TEST() 1245 fail_unless (GST_READ_UINT32_LE (ptr) == i); in GST_START_TEST() 1294 fail_unless (GST_READ_UINT32_LE (ptr) == i); in GST_START_TEST() 1343 fail_unless (GST_READ_UINT32_LE (ptr) == i); in GST_START_TEST()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstutils.h | 284 # define GST_READ_UINT32_LE(data) _GST_FAST_READ_SWAP (32, data) macro 287 # define GST_READ_UINT32_LE(data) _GST_FAST_READ (32, data) macro 304 #define GST_READ_UINT32_LE(data) __gst_slow_read32_le((const guint8 *)(data)) macro 705 u.i = GST_READ_UINT32_LE (data); in GST_READ_FLOAT_LE()
|
/third_party/gstreamer/gstplugins_bad/gst/rtmp2/rtmp/ |
D | rtmpclient.c | 878 out[0] = GST_READ_UINT32_LE (copy); in rtmp_tea_decode_prep_key() 879 out[1] = GST_READ_UINT32_LE (copy + 4); in rtmp_tea_decode_prep_key() 880 out[2] = GST_READ_UINT32_LE (copy + 8); in rtmp_tea_decode_prep_key() 881 out[3] = GST_READ_UINT32_LE (copy + 12); in rtmp_tea_decode_prep_key() 916 val = GST_READ_UINT32_LE (chars); in rtmp_tea_decode_prep_text()
|
/third_party/gstreamer/gstplugins_bad/gst/aiff/ |
D | aiffparse.c | 229 header = GST_READ_UINT32_LE (info.data); in gst_aiff_parse_parse_file_header() 230 type = GST_READ_UINT32_LE (info.data + 8); in gst_aiff_parse_parse_file_header() 572 *tag = GST_READ_UINT32_LE (data); in gst_aiff_parse_peek_chunk_info() 728 fourcc = GST_READ_UINT32_LE (info.data + 18); in gst_aiff_parse_parse_comm() 793 *tag = GST_READ_UINT32_LE (info.data); in gst_aiff_parse_read_chunk() 935 tag = GST_READ_UINT32_LE (info.data); in gst_aiff_parse_stream_headers()
|
/third_party/gstreamer/gstplugins_base/gst/typefind/ |
D | gsttypefindfunctions.c | 271 v = GST_READ_UINT32_LE (data); in check_utf32() 2102 blocksize = GST_READ_UINT32_LE (data + 4); in wavpack_type_find() 4338 GST_LOG ("offset=%u", GST_READ_UINT32_LE (c.data)); in bmp_type_find() 4339 if (GST_READ_UINT32_LE (c.data) > (10 * 1024 * 1024)) in bmp_type_find() 4342 struct_size = GST_READ_UINT32_LE (c.data + 4); in bmp_type_find() 4354 w = GST_READ_UINT32_LE (c.data); in bmp_type_find() 4355 h = GST_READ_UINT32_LE (c.data + 4); in bmp_type_find() 4410 if (GST_READ_UINT32_LE (data) != 0x01312f76) in exr_type_find() 4413 flags = GST_READ_UINT32_LE (data + 4); in exr_type_find() 5062 if (GST_READ_UINT32_LE (data) == 0) in vorbis_type_find() [all …]
|
/third_party/gstreamer/gstplugins_bad/gst/asfmux/ |
D | gstasfobjects.c | 136 return GST_READ_UINT32_LE (data); in gst_asf_read_var_size_field() 269 g.v1 = GST_READ_UINT32_LE (data); in gst_asf_match_guid()
|
/third_party/gstreamer/gstplugins_bad/gst/mxf/ |
D | mxfd10.c | 142 guint32 in = GST_READ_UINT32_LE (indata); in mxf_d10_sound_handle_essence_element()
|