Home
last modified time | relevance | path

Searched refs:gst_queue_array_get_length (Results 1 – 18 of 18) sorted by relevance

/third_party/gstreamer/gstreamer/tests/check/libs/
Dqueuearray.c47 fail_unless_equals_int (gst_queue_array_get_length (array), 5); in GST_START_TEST()
55 fail_unless_equals_int (gst_queue_array_get_length (array), 0); in GST_START_TEST()
74 fail_unless_equals_int (gst_queue_array_get_length (array), 10); in GST_START_TEST()
80 fail_unless_equals_int (gst_queue_array_get_length (array), 11); in GST_START_TEST()
88 fail_unless_equals_int (gst_queue_array_get_length (array), 0); in GST_START_TEST()
107 fail_unless_equals_int (gst_queue_array_get_length (array), 11); in GST_START_TEST()
113 fail_unless_equals_int (gst_queue_array_get_length (array), 20); in GST_START_TEST()
122 fail_unless_equals_int (gst_queue_array_get_length (array), 0); in GST_START_TEST()
147 fail_unless_equals_int (gst_queue_array_get_length (array), 10); in GST_START_TEST()
151 fail_unless_equals_int (gst_queue_array_get_length (array), 11); in GST_START_TEST()
[all …]
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgstqueuearray.h78 guint gst_queue_array_get_length (GstQueueArray * array);
Dgstadapter.c840 len = gst_queue_array_get_length (adapter->bufqueue); in gst_adapter_get_buffer_fast()
1022 len = gst_queue_array_get_length (adapter->bufqueue); in gst_adapter_get_buffer()
1559 len = gst_queue_array_get_length (adapter->bufqueue); in gst_adapter_prev_pts_at_offset()
1609 len = gst_queue_array_get_length (adapter->bufqueue); in gst_adapter_prev_dts_at_offset()
Dgstdataqueue.c115 gst_queue_array_get_length (q->priv->queue))
304 return (gst_queue_array_get_length (priv->queue) == 0); in gst_data_queue_locked_is_empty()
Dgstqueuearray.c777 gst_queue_array_get_length (GstQueueArray * array) in gst_queue_array_get_length() function
/third_party/gstreamer/gstplugins_bad/sys/decklink/
Dgstdecklinkaudiosrc.cpp328 while (gst_queue_array_get_length (self->current_packets) > 0) { in gst_decklink_audio_src_finalize()
545 while (gst_queue_array_get_length (self->current_packets) >= in gst_decklink_audio_src_got_packet()
926 while (gst_queue_array_get_length (self->current_packets) > 0) { in gst_decklink_audio_src_unlock_stop()
1002 while (gst_queue_array_get_length (self->current_packets) > 0) { in gst_decklink_audio_src_stop()
Dgstdecklinkvideosrc.cpp575 while (gst_queue_array_get_length (self->current_frames) > 0) { in gst_decklink_video_src_finalize()
851 while (gst_queue_array_get_length (self->current_frames) >= in gst_decklink_video_src_got_frame()
1508 while (gst_queue_array_get_length (self->current_frames) > 0) { in gst_decklink_video_src_unlock_stop()
1574 while (gst_queue_array_get_length (self->current_frames) > 0) { in gst_decklink_video_src_stop()
Dgstdecklink.cpp1254 if (gst_queue_array_get_length (m_buffers) > 0) { in AllocateBuffer()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgstvp8decoder.c498 while (gst_queue_array_get_length (priv->output_queue) > num) { in gst_vp8_decoder_drain_output_queue()
Dgstvp9decoder.c574 while (gst_queue_array_get_length (priv->output_queue) > num) { in gst_vp9_decoder_drain_output_queue()
Dgstmpeg2decoder.c1295 while (gst_queue_array_get_length (priv->output_queue) > num) { in gst_mpeg2_decoder_drain_output_queue()
Dgsth264decoder.c1782 while (gst_queue_array_get_length (priv->output_queue) > num) { in gst_h264_decoder_drain_output_queue()
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dgstcccombiner.c405 g_assert (gst_queue_array_get_length (self->scheduled[field]) <= in queue_caption()
408 if (gst_queue_array_get_length (self->scheduled[field]) == in queue_caption()
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/
Dgstv4l2decoder.c1115 if (gst_queue_array_get_length (decoder->pending_requests) > max_pending) { in gst_v4l2_request_queue()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtspconnection.c3995 guint n_messages = gst_queue_array_get_length (watch->messages); in gst_rtsp_source_dispatch_write()
4251 n_messages = gst_queue_array_get_length (watch->messages); in gst_rtsp_source_dispatch_write()
4518 if (gst_queue_array_get_length (watch->messages) == 0) { in gst_rtsp_watch_write_serialized_messages()
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstqueue.c97 gst_queue_array_get_length (queue->queue))
Dgstqueue2.c204 gst_queue_array_get_length(queue->queue)))
2869 if (gst_queue_array_get_length (queue->queue) == 0) in gst_queue2_is_empty()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/app/
Dgstappsrc.c2580 guint i, length = gst_queue_array_get_length (priv->queue); in gst_app_src_push_internal()