Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/dnn/
Dqueue.c154 QueueEntry *new_head_next; in ff_queue_pop_front() local
161 new_head_next = front->next; in ff_queue_pop_front()
164 q->head->next = new_head_next; in ff_queue_pop_front()
165 new_head_next->prev = q->head; in ff_queue_pop_front()