Home
last modified time | relevance | path

Searched refs:qitem (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstreamer/plugins/elements/
Dgstqueue.c490 GstQueueItem *qitem; in gst_queue_finalize() local
494 while ((qitem = gst_queue_array_pop_head_struct (queue->queue))) { in gst_queue_finalize()
496 if (!qitem->is_query) in gst_queue_finalize()
497 gst_mini_object_unref (qitem->item); in gst_queue_finalize()
704 GstQueueItem *qitem; in gst_queue_locked_flush() local
706 while ((qitem = gst_queue_array_pop_head_struct (queue->queue))) { in gst_queue_locked_flush()
709 if (!full && !qitem->is_query && GST_IS_EVENT (qitem->item) in gst_queue_locked_flush()
710 && GST_EVENT_IS_STICKY (qitem->item) in gst_queue_locked_flush()
711 && GST_EVENT_TYPE (qitem->item) != GST_EVENT_SEGMENT in gst_queue_locked_flush()
712 && GST_EVENT_TYPE (qitem->item) != GST_EVENT_EOS) { in gst_queue_locked_flush()
[all …]
Dgstqueue2.c577 GstQueue2Item *qitem; in gst_queue2_finalize() local
581 while ((qitem = gst_queue_array_pop_head_struct (queue->queue))) { in gst_queue2_finalize()
582 if (qitem->type != GST_QUEUE2_ITEM_TYPE_QUERY) in gst_queue2_finalize()
583 gst_mini_object_unref (qitem->item); in gst_queue2_finalize()
1896 GstQueue2Item *qitem; in gst_queue2_locked_flush() local
1898 while ((qitem = gst_queue_array_pop_head_struct (queue->queue))) { in gst_queue2_locked_flush()
1899 if (!full && qitem->type == GST_QUEUE2_ITEM_TYPE_EVENT in gst_queue2_locked_flush()
1900 && GST_EVENT_IS_STICKY (qitem->item) in gst_queue2_locked_flush()
1901 && GST_EVENT_TYPE (qitem->item) != GST_EVENT_SEGMENT in gst_queue2_locked_flush()
1902 && GST_EVENT_TYPE (qitem->item) != GST_EVENT_EOS) { in gst_queue2_locked_flush()
[all …]
/third_party/ffmpeg/libavfilter/
Dvf_decimate.c32 struct qitem { struct
40 struct qitem *queue; ///< window of cycle frames and the associated data diff argument
83 static void calc_diffs(const DecimateContext *dm, struct qitem *q, in calc_diffs()
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Drtpjitterbuffer.c1023 RTPJitterBufferItem *qitem = (RTPJitterBufferItem *) list; in rtp_jitter_buffer_insert() local
1025 if (qitem->seqnum == -1) { in rtp_jitter_buffer_insert()
1034 qseq = qitem->seqnum; in rtp_jitter_buffer_insert()