Searched refs:vid_out_buf (Results 1 – 2 of 2) sorted by relevance
56 struct vivid_buffer *vid_out_buf = NULL; in vivid_thread_vid_out_tick() local73 vid_out_buf = list_entry(dev->vid_out_active.next, in vivid_thread_vid_out_tick()75 list_del(&vid_out_buf->list); in vivid_thread_vid_out_tick()86 if (!vid_out_buf && !vbi_out_buf) in vivid_thread_vid_out_tick()89 if (vid_out_buf) { in vivid_thread_vid_out_tick()90 vid_out_buf->vb.sequence = dev->vid_out_seq_count; in vivid_thread_vid_out_tick()96 vid_out_buf->vb.sequence /= 2; in vivid_thread_vid_out_tick()98 v4l2_get_timestamp(&vid_out_buf->vb.timestamp); in vivid_thread_vid_out_tick()99 vid_out_buf->vb.timestamp.tv_sec += dev->time_wrap_offset; in vivid_thread_vid_out_tick()100 vb2_buffer_done(&vid_out_buf->vb.vb2_buf, dev->dqbuf_error ? in vivid_thread_vid_out_tick()[all …]
251 struct vivid_buffer *vid_out_buf = NULL; in vivid_copy_buffer() local281 vid_out_buf = list_entry(dev->vid_out_active.next, in vivid_copy_buffer()283 if (vid_out_buf == NULL) in vivid_copy_buffer()286 vid_cap_buf->vb.field = vid_out_buf->vb.field; in vivid_copy_buffer()288 voutbuf = plane_vaddr(tpg, vid_out_buf, p, in vivid_copy_buffer()291 voutbuf += vid_out_buf->vb.vb2_buf.planes[p].data_offset; in vivid_copy_buffer()