Searched refs:in_vb (Results 1 – 1 of 1) sorted by relevance
203 struct vb2_v4l2_buffer *in_vb, in device_process() argument219 p_in = vb2_plane_vaddr(&in_vb->vb2_buf, 0); in device_process()227 if (vb2_plane_size(&in_vb->vb2_buf, 0) > in device_process()240 in_vb->sequence = q_data->sequence++; in device_process()241 out_vb->vb2_buf.timestamp = in_vb->vb2_buf.timestamp; in device_process()243 if (in_vb->flags & V4L2_BUF_FLAG_TIMECODE) in device_process()244 out_vb->timecode = in_vb->timecode; in device_process()245 out_vb->field = in_vb->field; in device_process()246 out_vb->flags = in_vb->flags & in device_process()