Searched refs:dst_vb (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dv4l2-mem2mem.c418 struct videobuf_buffer *src_vb = NULL, *dst_vb = NULL; local
431 dst_vb = list_first_entry(&dst_q->stream,
434 if (!src_vb && !dst_vb) {
445 if (dst_vb) {
446 poll_wait(file, &dst_vb->done, wait);
447 if (dst_vb->state == VIDEOBUF_DONE
448 || dst_vb->state == VIDEOBUF_ERROR)

Completed in 34 milliseconds