Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/
H A Dvideo.c161 struct sample_queue vs_ingress; /* samples under driver control */ member
2398 SIMPLEQ_INIT(&vs->vs_ingress); in video_stream_init()
2480 while (SIMPLEQ_FIRST(&vs->vs_ingress) != NULL) in video_stream_teardown_bufs()
2481 SIMPLEQ_REMOVE_HEAD(&vs->vs_ingress, entries); in video_stream_teardown_bufs()
2606 SIMPLEQ_INSERT_TAIL(&vs->vs_ingress, vb, entries); in video_stream_enqueue()
2655 if (vs->vs_drop || SIMPLEQ_EMPTY(&vs->vs_ingress)) { in video_stream_write()
2660 vb = SIMPLEQ_FIRST(&vs->vs_ingress); in video_stream_write()
2702 } else if (!SIMPLEQ_EMPTY(&vs->vs_ingress)) { in video_stream_sample_done()
2703 vb = SIMPLEQ_FIRST(&vs->vs_ingress); in video_stream_sample_done()
2705 SIMPLEQ_REMOVE_HEAD(&vs->vs_ingress, entries); in video_stream_sample_done()