/third_party/gstreamer/gstplugins_bad/ext/musepack/ |
D | gstmusepackreader.c | 54 flow_ret = gst_pad_pull_range (musepackdec->sinkpad, musepackdec->offset, in gst_musepack_reader_peek()
|
/third_party/gstreamer/gstplugins_good/gst/wavparse/ |
D | gstwavparse.c | 339 if ((res = gst_pad_pull_range (wav->sinkpad, in gst_wavparse_stream_init() 1294 gst_pad_pull_range (wav->sinkpad, wav->offset, 8, in gst_wavparse_stream_headers() 1399 gst_pad_pull_range (wav->sinkpad, wav->offset + 8, in gst_wavparse_stream_headers() 1446 gst_pad_pull_range (wav->sinkpad, wav->offset + 8, in gst_wavparse_stream_headers() 1486 gst_pad_pull_range (wav->sinkpad, wav->offset, 12, in gst_wavparse_stream_headers() 1515 gst_pad_pull_range (wav->sinkpad, wav->offset, in gst_wavparse_stream_headers() 1555 gst_pad_pull_range (wav->sinkpad, wav->offset, in gst_wavparse_stream_headers() 1600 gst_pad_pull_range (wav->sinkpad, wav->offset, in gst_wavparse_stream_headers() 1644 gst_pad_pull_range (wav->sinkpad, wav->offset, in gst_wavparse_stream_headers() 2076 if ((res = gst_pad_pull_range (wav->sinkpad, wav->offset, in gst_wavparse_stream_data()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/ |
D | gsttagdemux.c | 1075 flow_ret = gst_pad_pull_range (demux->priv->sinkpad, offset, in gst_tag_demux_pull_end_tag() 1118 flow_ret = gst_pad_pull_range (demux->priv->sinkpad, offset, in gst_tag_demux_pull_end_tag() 1208 flow_ret = gst_pad_pull_range (demux->priv->sinkpad, 0, req, &buffer); in gst_tag_demux_pull_start_tag() 1246 flow_ret = gst_pad_pull_range (demux->priv->sinkpad, 0, tagsize, &buffer); in gst_tag_demux_pull_start_tag() 1473 ret = gst_pad_pull_range (demux->priv->sinkpad, demux->priv->offset, in gst_tag_demux_element_loop() 1680 ret = gst_pad_pull_range (demux->priv->sinkpad, in_offset, in_length, buffer); in gst_tag_demux_read_range()
|
/third_party/gstreamer/gstplugins_bad/gst/aiff/ |
D | aiffparse.c | 262 if ((res = gst_pad_pull_range (aiff->sinkpad, in gst_aiff_parse_stream_init() 789 gst_pad_pull_range (aiff->sinkpad, *offset, 8, &buf)) != GST_FLOW_OK) in gst_aiff_parse_read_chunk() 800 gst_pad_pull_range (aiff->sinkpad, (*offset) + 8, size, in gst_aiff_parse_read_chunk() 930 gst_pad_pull_range (aiff->sinkpad, aiff->offset, 8, in gst_aiff_parse_stream_headers() 1051 gst_pad_pull_range (aiff->sinkpad, aiff->offset, 16, in gst_aiff_parse_stream_headers() 1359 if ((res = gst_pad_pull_range (aiff->sinkpad, aiff->offset, in gst_aiff_parse_stream_data()
|
/third_party/gstreamer/gst_libav/ext/libav/ |
D | gstavprotocol.c | 58 ret = gst_pad_pull_range (info->pad, info->offset, (guint) size, &inbuf); in gst_ffmpegdata_peek()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/riff/ |
D | riff-read.c | 68 if ((res = gst_pad_pull_range (pad, offset, size, &buf)) != GST_FLOW_OK) in gst_riff_read_chunk() 92 if ((res = gst_pad_pull_range (pad, offset + 8, size, &buf)) != GST_FLOW_OK) in gst_riff_read_chunk()
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstpad.c | 1536 GstFlowReturn res = gst_pad_pull_range (pad, 0, 100, &buf); in pull_range_async() 2809 fail_unless (gst_pad_pull_range (sinkpad, 0, 1, &buf) == GST_FLOW_OK); in GST_START_TEST() 2817 fail_unless (gst_pad_pull_range (sinkpad, 0, 1, &buf) == GST_FLOW_NOT_LINKED); in GST_START_TEST() 2823 fail_unless (gst_pad_pull_range (sinkpad, 0, 1, &buf) == GST_FLOW_ERROR); in GST_START_TEST() 2829 fail_unless (gst_pad_pull_range (sinkpad, 0, 1, in GST_START_TEST() 2838 fail_unless (gst_pad_pull_range (sinkpad, 0, 1, &buf) == GST_FLOW_OK); in GST_START_TEST() 2846 fail_unless (gst_pad_pull_range (sinkpad, 0, 1, &buf) == GST_FLOW_NOT_LINKED); in GST_START_TEST() 2854 fail_unless (gst_pad_pull_range (sinkpad, 0, 1, &buf) == GST_FLOW_EOS); in GST_START_TEST()
|
/third_party/gstreamer/gstreamer/docs/random/ensonic/ |
D | profiling.txt | 42 gst_pad_pull_range()
|
/third_party/gstreamer/gstplugins_bad/ext/sndfile/ |
D | gstsfsink.c | 406 result = gst_pad_pull_range (pad, basesink->offset, in gst_sf_sink_loop()
|
D | gstsfdec.c | 116 if (gst_pad_pull_range (self->sinkpad, self->pos, count, &buffer) == in gst_sf_vio_read()
|
/third_party/gstreamer/gstplugins_good/gst/debugutils/ |
D | rndbuffersize.c | 469 ret = gst_pad_pull_range (self->sinkpad, self->offset, num_bytes, &buf); in gst_rnd_buffer_size_loop()
|
/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/ |
D | mpegtsbase.c | 1613 ret = gst_pad_pull_range (base->sinkpad, i * 65536, 65536, &buf); in mpegts_base_scan() 1669 ret = gst_pad_pull_range (base->sinkpad, seek_pos, 56400, &buf); in mpegts_base_scan() 1733 ret = gst_pad_pull_range (base->sinkpad, base->seek_offset, in mpegts_base_loop()
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gsttypefindelement.c | 1189 ret = gst_pad_pull_range (typefind->sink, offset, length, buffer); in gst_type_find_element_getrange() 1328 ret = gst_pad_pull_range (typefind->sink, typefind->offset, 4096, &outbuf); in gst_type_find_element_loop()
|
D | gsttee.c | 1237 ret = gst_pad_pull_range (tee->sinkpad, offset, length, buf); in gst_tee_src_get_range()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstghostpad.c | 185 res = gst_pad_pull_range (internal, offset, size, buffer); in gst_proxy_pad_getrange_default()
|
D | gstpad.h | 1490 GstFlowReturn gst_pad_pull_range (GstPad *pad, guint64 offset, guint size,
|
/third_party/gstreamer/gstplugins_good/gst/avi/ |
D | gstavidemux.c | 1113 res = gst_pad_pull_range (avi->sinkpad, avi->offset, 12, &buf); in gst_avi_demux_stream_init_pull() 2866 res = gst_pad_pull_range (avi->sinkpad, offset, 8, &buf); in gst_avi_demux_stream_index() 2886 res = gst_pad_pull_range (avi->sinkpad, offset, 8, &buf); in gst_avi_demux_stream_index() 3056 res = gst_pad_pull_range (avi->sinkpad, offset, 8, &buf); in gst_avi_demux_peek_tag() 4186 res = gst_pad_pull_range (avi->sinkpad, avi->offset, 12, &buf); in gst_avi_demux_stream_header_pull() 4304 res = gst_pad_pull_range (avi->sinkpad, avi->offset, size, &buf); in gst_avi_demux_stream_header_pull() 5307 ret = gst_pad_pull_range (avi->sinkpad, offset, size, &buf); in gst_avi_demux_loop_data()
|
/third_party/gstreamer/gstplugins_bad/ext/modplug/ |
D | gstmodplug.cc | 652 gst_pad_pull_range (modplug->sinkpad, modplug->offset, read_size, in gst_modplug_loop()
|
/third_party/gstreamer/gstplugins_good/ext/dv/ |
D | gstdvdemux.c | 1754 ret = gst_pad_pull_range (dvdemux->sinkpad, in gst_dvdemux_loop() 1832 ret = gst_pad_pull_range (dvdemux->sinkpad, in gst_dvdemux_loop()
|
/third_party/gstreamer/gstplugins_bad/gst/mpegdemux/ |
D | gstmpegdemux.c | 2740 ret = gst_pad_pull_range (demux->sinkpad, offset, to_read, &buffer); in gst_ps_demux_scan_forward_ts() 2800 ret = gst_pad_pull_range (demux->sinkpad, offset, to_read, &buffer); in gst_ps_demux_scan_backward_ts() 2944 ret = gst_pad_pull_range (pad, offset, size, &buffer); in gst_ps_demux_pull_block()
|
/third_party/gstreamer/gstplugins_bad/gst/midi/ |
D | midiparse.c | 1239 gst_pad_pull_range (midiparse->sinkpad, midiparse->offset, -1, in gst_midi_parse_loop()
|
/third_party/gstreamer/gstplugins_good/gst/matroska/ |
D | matroska-read-common.c | 2885 ret = gst_pad_pull_range (common->sinkpad, common->offset, in gst_matroska_read_common_peek_bytes() 2910 gst_pad_pull_range (common->sinkpad, common->offset, size, in gst_matroska_read_common_peek_bytes()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | gstaudiobasesink.c | 2297 gst_pad_pull_range (basesink->sinkpad, basesink->segment.position, len, in gst_audio_base_sink_callback()
|
/third_party/gstreamer/gstreamer/libs/gst/base/ |
D | gstbasetransform.c | 2251 ret = gst_pad_pull_range (trans->sinkpad, offset, length, &inbuf); in gst_base_transform_getrange()
|
/third_party/gstreamer/gstplugins_base/ext/ogg/ |
D | gstoggdemux.c | 2651 gst_pad_pull_range (ogg->sinkpad, ogg->read_offset, ogg->chunk_size, in gst_ogg_demux_get_data() 4801 gst_pad_pull_range (ogg->sinkpad, ogg->offset, ogg->chunk_size, &buffer); in gst_ogg_demux_loop_forward()
|