Searched refs:qitem (Results 1 – 4 of 4) sorted by relevance
490 GstQueueItem *qitem; in gst_queue_finalize() local494 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() local706 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 …]
577 GstQueue2Item *qitem; in gst_queue2_finalize() local581 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() local1898 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 …]
32 struct qitem { struct40 struct qitem *queue; ///< window of cycle frames and the associated data diff argument83 static void calc_diffs(const DecimateContext *dm, struct qitem *q, in calc_diffs()
1023 RTPJitterBufferItem *qitem = (RTPJitterBufferItem *) list; in rtp_jitter_buffer_insert() local1025 if (qitem->seqnum == -1) { in rtp_jitter_buffer_insert()1034 qseq = qitem->seqnum; in rtp_jitter_buffer_insert()