/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstquery.c | 37 gst_query_parse_position (query, &format, NULL); in GST_START_TEST() 42 gst_query_parse_position (query, &format, &position); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_base/tests/icles/ |
D | audio-trickplay.c | 28 gst_query_parse_position (pos, NULL, &play_pos); in check_position()
|
/third_party/gstreamer/gstplugins_base/gst/gio/ |
D | gstgiobasesink.c | 315 gst_query_parse_position (query, &format, NULL); in gst_gio_base_sink_query()
|
/third_party/gstreamer/gstplugins_good/gst/multifile/ |
D | gstmultifilesrc.c | 262 gst_query_parse_position (query, &format, NULL); in gst_multi_file_src_query()
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gstfdsink.c | 206 gst_query_parse_position (query, &format, NULL); in gst_fd_sink_query()
|
D | gstfilesink.c | 505 gst_query_parse_position (query, &format, NULL); in gst_file_sink_query()
|
/third_party/gstreamer/gstplugins_bad/ext/gme/ |
D | gstgme.c | 300 gst_query_parse_position (query, &format, NULL); in gst_gme_dec_src_query()
|
/third_party/gstreamer/gstplugins_bad/ext/kate/ |
D | gstkateparse.c | 524 gst_query_parse_position (query, &format, NULL); in gst_kate_parse_src_query()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstquery.h | 332 void gst_query_parse_position (GstQuery *query, GstFormat *format, gint64 *cur);
|
D | gstutils.c | 2486 gst_query_parse_position (query, NULL, cur); in gst_element_query_position() 2898 gst_query_parse_position (query, NULL, cur); in gst_pad_query_position() 2930 gst_query_parse_position (query, NULL, cur); in gst_pad_peer_query_position()
|
/third_party/gstreamer/gstplugins_bad/ext/ttml/ |
D | gstttmlparse.c | 180 gst_query_parse_position (query, &fmt, NULL); in gst_ttml_parse_src_query()
|
/third_party/gstreamer/gstplugins_bad/ext/rtmp/ |
D | gstrtmpsrc.c | 455 gst_query_parse_position (query, &format, NULL); in gst_rtmp_src_query()
|
/third_party/gstreamer/gstplugins_bad/ext/musepack/ |
D | gstmusepackdec.c | 296 gst_query_parse_position (query, &format, NULL); in gst_musepackdec_src_query()
|
/third_party/gstreamer/gstplugins_good/gst/auparse/ |
D | gstauparse.c | 605 gst_query_parse_position (query, &format, NULL); in gst_au_parse_src_query()
|
/third_party/gstreamer/gstplugins_base/ext/vorbis/ |
D | gstvorbisparse.c | 618 gst_query_parse_position (query, &format, NULL); in vorbis_parse_src_query()
|
/third_party/gstreamer/gstplugins_bad/gst/speed/ |
D | gstspeed.c | 276 gst_query_parse_position (query, &format, NULL); in speed_src_query()
|
/third_party/gstreamer/gstplugins_bad/ext/modplug/ |
D | gstmodplug.cc | 300 gst_query_parse_position (query, &format, NULL); in gst_modplug_src_query()
|
/third_party/gstreamer/gstplugins_base/ext/theora/ |
D | gsttheoraparse.c | 835 gst_query_parse_position (query, &format, NULL); in theora_parse_src_query()
|
/third_party/gstreamer/gstplugins_base/ext/ogg/ |
D | gstogmparse.c | 484 gst_query_parse_position (query, &format, NULL); in gst_ogm_parse_sink_query()
|
/third_party/gstreamer/gstplugins_bad/ext/sndfile/ |
D | gstsfdec.c | 335 gst_query_parse_position (query, &format, NULL); in gst_sf_dec_src_query()
|
/third_party/gstreamer/gstplugins_bad/ext/soundtouch/ |
D | gstpitch.cc | 594 gst_query_parse_position (query, &dst_format, &dst_value); in gst_pitch_src_query()
|
/third_party/gstreamer/gstplugins_good/gst/interleave/ |
D | deinterleave.c | 779 gst_query_parse_position (query, &format, &pos); in gst_deinterleave_src_query()
|
D | interleave.c | 1056 gst_query_parse_position (query, &format, NULL); in gst_interleave_src_query()
|
/third_party/gstreamer/gstplugins_base/gst/playback/ |
D | gsturidecodebin.c | 2917 gst_query_parse_position (fold->query, NULL, &position); in decoder_query_position_fold() 2933 gst_query_parse_position (fold->query, &format, NULL); in decoder_query_position_done()
|
D | gsturisourcebin.c | 2703 gst_query_parse_position (fold->query, NULL, &position); in uri_source_query_position_fold() 2719 gst_query_parse_position (fold->query, &format, NULL); in uri_source_query_position_done()
|