/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | mssdemux.c | 442 ret = gst_pad_peer_query (pad, query); in testQueryCheckDataReceived() 449 ret = gst_pad_peer_query (pad, query); in testQueryCheckDataReceived() 459 ret = gst_pad_peer_query (pad, query); in testQueryCheckDataReceived()
|
D | dash_demux.c | 1221 ret = gst_pad_peer_query (pad, query); in testQueryCheckDataReceived() 1230 ret = gst_pad_peer_query (pad, query); in testQueryCheckDataReceived() 1241 ret = gst_pad_peer_query (pad, query); in testQueryCheckDataReceived() 1251 ret = gst_pad_peer_query (pad, query); in testQueryCheckDataReceived()
|
D | mpegtsmux.c | 182 gst_pad_peer_query (mysrcpad, drain); in check_tsmux_pad_given_muxer() 526 gst_pad_peer_query (mysrcpad, drain); in GST_START_TEST()
|
D | shm.c | 136 fail_unless (gst_pad_peer_query (srcpad, query)); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_bad/gst/proxy/ |
D | gstproxysink.c | 152 return gst_pad_peer_query (self->sinkpad, query); in gst_proxy_sink_query() 173 ret = gst_pad_peer_query (srcpad, query); in gst_proxy_sink_sink_query()
|
D | gstproxysrc.c | 339 ret = gst_pad_peer_query (sinkpad, query); in gst_proxy_src_internal_src_query()
|
/third_party/gstreamer/gstplugins_base/gst/encoding/ |
D | gststreamcombiner.c | 201 return gst_pad_peer_query (stream_combiner->srcpad, query); in gst_stream_combiner_sink_query() 251 ret = gst_pad_peer_query (sinkpad, query); in gst_stream_combiner_src_query()
|
/third_party/gstreamer/gstplugins_bad/gst/camerabin2/ |
D | gstdigitalzoom.c | 178 return gst_pad_peer_query (self->srcpad, query); in gst_digital_zoom_sink_query() 195 return gst_pad_peer_query (self->sinkpad, query); in gst_digital_zoom_src_query()
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gsttypefindelement.c | 460 res = gst_pad_peer_query (typefind->sink, query); in gst_type_find_handle_src_query() 472 res = gst_pad_peer_query (typefind->sink, query); in gst_type_find_handle_src_query() 481 if (!(res = gst_pad_peer_query (typefind->sink, query))) in gst_type_find_handle_src_query() 856 if (!gst_pad_peer_query (pad, query)) in gst_type_find_get_extension() 1435 if (!gst_pad_peer_query (pad, query)) { in gst_type_find_element_activate_sink()
|
/third_party/gstreamer/gstplugins_bad/ext/musepack/ |
D | gstmusepackreader.c | 123 if (gst_pad_peer_query (dec->sinkpad, query)) in gst_musepack_reader_get_size()
|
/third_party/gstreamer/gstplugins_bad/gst/autoconvert/ |
D | gstautoconvert.c | 1051 return gst_pad_peer_query (autoconvert->srcpad, query); in gst_auto_convert_sink_query() 1231 ret = gst_pad_peer_query (autoconvert->sinkpad, query); in gst_auto_convert_src_query() 1290 if (!gst_pad_peer_query (autoconvert->srcpad, query)) { in gst_auto_convert_internal_sink_query() 1349 return gst_pad_peer_query (autoconvert->sinkpad, query); in gst_auto_convert_internal_src_query()
|
/third_party/gstreamer/gstplugins_bad/sys/msdk/ |
D | gstmsdkcontextutil.c | 56 if (gst_pad_peer_query (pad, query)) { in context_pad_query()
|
/third_party/gstreamer/gstplugins_bad/ext/ttml/ |
D | gstttmlparse.c | 182 ret = gst_pad_peer_query (self->sinkpad, query); in gst_ttml_parse_src_query() 200 seekable = gst_pad_peer_query (self->sinkpad, peerquery); in gst_ttml_parse_src_query()
|
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/ |
D | gstcccombiner.c | 1270 ret = gst_pad_peer_query (video_sinkpad, query); in gst_cc_combiner_src_query() 1309 ret = gst_pad_peer_query (srcpad, query); in gst_cc_combiner_sink_query() 1318 ret = gst_pad_peer_query (srcpad, query); in gst_cc_combiner_sink_query() 1339 ret = gst_pad_peer_query (srcpad, query); in gst_cc_combiner_sink_query()
|
/third_party/gstreamer/gstplugins_bad/ext/avtp/ |
D | gstavtpbasepayload.c | 240 if (!gst_pad_peer_query (avtpbasepayload->sinkpad, query)) in gst_avtp_base_payload_calc_ptime()
|
/third_party/gstreamer/gstplugins_bad/sys/uvch264/ |
D | gstuvch264_mjpgdemux.c | 347 ret = gst_pad_peer_query (self->jpeg_pad, query); in gst_uvc_h264_mjpg_demux_query() 349 ret = gst_pad_peer_query (self->sink_pad, query); in gst_uvc_h264_mjpg_demux_query()
|
/third_party/gstreamer/gstplugins_good/ext/dv/ |
D | gstdvdemux.c | 603 if (!gst_pad_peer_query (dvdemux->sinkpad, query)) { in gst_dvdemux_src_query() 609 if (!gst_pad_peer_query (dvdemux->sinkpad, pquery)) { in gst_dvdemux_src_query() 657 if (gst_pad_peer_query (dvdemux->sinkpad, query)) { in gst_dvdemux_src_query() 668 seekable = gst_pad_peer_query (dvdemux->sinkpad, peerquery); in gst_dvdemux_src_query() 1975 if (!gst_pad_peer_query (sinkpad, query)) { in gst_dvdemux_sink_activate()
|
/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | gstvautils.c | 67 res = gst_pad_peer_query (pad, query); in pad_query()
|
/third_party/gstreamer/gstreamer/tests/check/libs/ |
D | gstharness.c | 153 gst_pad_peer_query (h->srcpad, query); in push_query()
|
/third_party/gstreamer/gstplugins_bad/ext/resindvd/ |
D | gstmpegdemux.c | 1138 res = gst_pad_peer_query (demux->sinkpad, query); in gst_flups_demux_src_query() 1187 if (gst_pad_peer_query (demux->sinkpad, query)) { in gst_flups_demux_src_query() 1207 if (!gst_pad_peer_query (demux->sinkpad, byte_query)) { in gst_flups_demux_src_query() 1230 res = gst_pad_peer_query (demux->sinkpad, query); in gst_flups_demux_src_query() 2097 if (gst_pad_peer_query (sinkpad, query)) { in gst_flups_demux_sink_activate()
|
D | rsnparsetter.c | 177 if (!gst_pad_peer_query (parset->sinkpad, query)) in rsn_parsetter_src_query()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstutils.c | 2750 if (G_LIKELY (gst_pad_peer_query (pad, data->query))) { in query_accept_caps_func() 2810 if (G_LIKELY (gst_pad_peer_query (pad, data->query))) { in query_caps_func() 2929 if ((ret = gst_pad_peer_query (pad, query))) in gst_pad_peer_query_position() 2993 if ((ret = gst_pad_peer_query (pad, query))) in gst_pad_peer_query_duration() 3063 if ((ret = gst_pad_peer_query (pad, query))) in gst_pad_peer_query_convert() 3152 if (gst_pad_peer_query (pad, query)) { in gst_pad_peer_query_caps() 3218 if (gst_pad_peer_query (pad, query)) { in gst_pad_peer_query_accept_caps()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/ |
D | gsttagdemux.c | 1585 if (!gst_pad_peer_query (sinkpad, query)) { in gst_tag_demux_sink_activate() 1763 res = gst_pad_peer_query (demux->priv->sinkpad, query); in gst_tag_demux_pad_query() 1767 if (!(res = gst_pad_peer_query (demux->priv->sinkpad, query))) in gst_tag_demux_pad_query() 1779 if (!(res = gst_pad_peer_query (demux->priv->sinkpad, query))) in gst_tag_demux_pad_query()
|
/third_party/gstreamer/gstplugins_bad/gst/y4m/ |
D | gsty4mdec.c | 547 if (gst_pad_peer_query (y4mdec->srcpad, query)) { in gst_y4m_dec_chain() 867 res = gst_pad_peer_query (y4mdec->sinkpad, peer_query); in gst_y4m_dec_src_query()
|
/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gstglstereosplit.c | 617 if (!gst_pad_peer_query (self->left_pad, query)) { in stereosplit_do_bufferpool() 618 if (!gst_pad_peer_query (self->right_pad, query)) { in stereosplit_do_bufferpool()
|