Lines Matching refs:vs_buf
146 struct video_buffer **vs_buf; member
1511 buf = vs->vs_buf[i]->vb_buf; in video_request_bufs()
1535 memcpy(buf, vs->vs_buf[buf->index]->vb_buf, sizeof(*buf)); in video_query_buf()
1570 vb = vs->vs_buf[userbuf->index]; in video_queue_buf()
2393 vs->vs_buf = NULL; in video_stream_init()
2436 if (!(vs->vs_buf[i]->vb_buf->flags & V4L2_BUF_FLAG_QUEUED)) { in video_stream_setup_bufs()
2453 if (!(vs->vs_buf[i]->vb_buf->flags & V4L2_BUF_FLAG_QUEUED)) in video_stream_setup_bufs()
2454 video_stream_enqueue(vs, vs->vs_buf[i]); in video_stream_setup_bufs()
2542 oldbuf = vs->vs_buf; in video_stream_realloc_bufs()
2546 vs->vs_buf = in video_stream_realloc_bufs()
2549 vs->vs_buf = NULL; in video_stream_realloc_bufs()
2555 vs->vs_buf[i] = oldbuf[i]; in video_stream_realloc_bufs()
2558 vs->vs_buf[i] = video_buffer_alloc(); in video_stream_realloc_bufs()
2572 buf = vs->vs_buf[i]->vb_buf; in video_stream_realloc_bufs()