Searched refs:PROBE_PUSH (Results 1 – 1 of 1) sorted by relevance
/third_party/gstreamer/gstreamer/gst/ |
D | gstpad.c | 3770 #define PROBE_PUSH(pad,mask,data,label) \ macro 4182 PROBE_PUSH (pad, type | GST_PAD_PROBE_TYPE_PUSH | in gst_pad_query() 4184 PROBE_PUSH (pad, type | GST_PAD_PROBE_TYPE_PUSH, query, probe_stopped); in gst_pad_query() 4204 PROBE_PUSH (pad, type | GST_PAD_PROBE_TYPE_PULL, query, probe_stopped); in gst_pad_query() 4313 PROBE_PUSH (pad, type | GST_PAD_PROBE_TYPE_PUSH | in gst_pad_peer_query() 4315 PROBE_PUSH (pad, type | GST_PAD_PROBE_TYPE_PUSH, query, probe_stopped); in gst_pad_peer_query() 4332 PROBE_PUSH (pad, type | GST_PAD_PROBE_TYPE_PULL, query, probe_stopped); in gst_pad_peer_query() 5491 PROBE_PUSH (pad, type | GST_PAD_PROBE_TYPE_PUSH | in gst_pad_push_event_unchecked() 5509 PROBE_PUSH (pad, type | GST_PAD_PROBE_TYPE_PUSH, event, probe_stopped); in gst_pad_push_event_unchecked() 5868 PROBE_PUSH (pad, in gst_pad_send_event_unchecked() [all …]
|