Home
last modified time | relevance | path

Searched refs:checkdata (Results 1 – 7 of 7) sorted by relevance

/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstdataqueue.h105 guint visible, guint bytes, guint64 time, gpointer checkdata);
107 typedef void (*GstDataQueueFullCallback) (GstDataQueue * queue, gpointer checkdata);
108 typedef void (*GstDataQueueEmptyCallback) (GstDataQueue * queue, gpointer checkdata);
146 gpointer checkdata) G_GNUC_MALLOC;
Dgstdataqueue.c70 gpointer *checkdata; member
233 GstDataQueueEmptyCallback emptycallback, gpointer checkdata) in gst_data_queue_new() argument
241 ret->priv->checkdata = checkdata; in gst_data_queue_new()
313 priv->cur_level.bytes, priv->cur_level.time, priv->checkdata); in gst_data_queue_locked_is_full()
513 priv->fullcallback (queue, priv->checkdata); in gst_data_queue_push()
591 priv->emptycallback (queue, priv->checkdata); in gst_data_queue_pop()
661 priv->emptycallback (queue, priv->checkdata); in gst_data_queue_peek()
/third_party/gstreamer/gstplugins_bad/gst/rist/
Dgstristrtxsend.c98 guint visible, guint bytes, guint64 time, gpointer checkdata);
297 guint visible, guint bytes, guint64 time, gpointer checkdata) in gst_rist_rtx_send_queue_check_full() argument
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtprtxsend.c82 guint visible, guint bytes, guint64 time, gpointer checkdata);
301 guint visible, guint bytes, guint64 time, gpointer checkdata) in gst_rtp_rtx_send_queue_check_full() argument
/third_party/gstreamer/gstplugins_good/gst/multifile/
Dgstsplitmuxpartreader.c81 guint visible, guint bytes, guint64 time, gpointer checkdata);
193 guint visible, guint bytes, guint64 time, gpointer checkdata) in splitmux_data_queue_is_full_cb() argument
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/
Dgstahssrc.c229 guint bytes, guint64 time, gpointer checkdata) in _data_queue_check_full() argument
Dgstahcsrc.c536 guint bytes, guint64 time, gpointer checkdata) in _data_queue_check_full() argument