Searched refs:vid_out_buf (Results 1 – 2 of 2) sorted by relevance
44 struct vivid_buffer *vid_out_buf = NULL; in vivid_thread_vid_out_tick() local61 vid_out_buf = list_entry(dev->vid_out_active.next, in vivid_thread_vid_out_tick()63 list_del(&vid_out_buf->list); in vivid_thread_vid_out_tick()74 if (!vid_out_buf && !vbi_out_buf) in vivid_thread_vid_out_tick()77 if (vid_out_buf) { in vivid_thread_vid_out_tick()78 vid_out_buf->vb.sequence = dev->vid_out_seq_count; in vivid_thread_vid_out_tick()84 vid_out_buf->vb.sequence /= 2; in vivid_thread_vid_out_tick()86 vid_out_buf->vb.vb2_buf.timestamp = in vivid_thread_vid_out_tick()88 vb2_buffer_done(&vid_out_buf->vb.vb2_buf, dev->dqbuf_error ? in vivid_thread_vid_out_tick()91 vid_out_buf->vb.vb2_buf.index); in vivid_thread_vid_out_tick()
240 struct vivid_buffer *vid_out_buf = NULL; in vivid_copy_buffer() local270 vid_out_buf = list_entry(dev->vid_out_active.next, in vivid_copy_buffer()272 if (vid_out_buf == NULL) in vivid_copy_buffer()275 vid_cap_buf->vb.field = vid_out_buf->vb.field; in vivid_copy_buffer()277 voutbuf = plane_vaddr(tpg, vid_out_buf, p, in vivid_copy_buffer()280 voutbuf += vid_out_buf->vb.vb2_buf.planes[p].data_offset; in vivid_copy_buffer()