Searched refs:gst_queue_array_get_length (Results 1 – 18 of 18) sorted by relevance
/third_party/gstreamer/gstreamer/tests/check/libs/ |
D | queuearray.c | 47 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/ |
D | gstqueuearray.h | 78 guint gst_queue_array_get_length (GstQueueArray * array);
|
D | gstadapter.c | 840 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()
|
D | gstdataqueue.c | 115 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()
|
D | gstqueuearray.c | 777 gst_queue_array_get_length (GstQueueArray * array) in gst_queue_array_get_length() function
|
/third_party/gstreamer/gstplugins_bad/sys/decklink/ |
D | gstdecklinkaudiosrc.cpp | 328 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()
|
D | gstdecklinkvideosrc.cpp | 575 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()
|
D | gstdecklink.cpp | 1254 if (gst_queue_array_get_length (m_buffers) > 0) { in AllocateBuffer()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/ |
D | gstvp8decoder.c | 498 while (gst_queue_array_get_length (priv->output_queue) > num) { in gst_vp8_decoder_drain_output_queue()
|
D | gstvp9decoder.c | 574 while (gst_queue_array_get_length (priv->output_queue) > num) { in gst_vp9_decoder_drain_output_queue()
|
D | gstmpeg2decoder.c | 1295 while (gst_queue_array_get_length (priv->output_queue) > num) { in gst_mpeg2_decoder_drain_output_queue()
|
D | gsth264decoder.c | 1782 while (gst_queue_array_get_length (priv->output_queue) > num) { in gst_h264_decoder_drain_output_queue()
|
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/ |
D | gstcccombiner.c | 405 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/ |
D | gstv4l2decoder.c | 1115 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/ |
D | gstrtspconnection.c | 3995 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/ |
D | gstqueue.c | 97 gst_queue_array_get_length (queue->queue))
|
D | gstqueue2.c | 204 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/ |
D | gstappsrc.c | 2611 guint i, length = gst_queue_array_get_length (priv->queue); in gst_app_src_push_internal()
|