Searched refs:out_vb (Results 1 – 2 of 2) sorted by relevance
207 struct vb2_v4l2_buffer *out_vb) in device_process() argument223 p_out = vb2_plane_vaddr(&out_vb->vb2_buf, 0); in device_process()231 vb2_plane_size(&out_vb->vb2_buf, 0)) { in device_process()241 out_vb->sequence = in device_process()244 out_vb->vb2_buf.timestamp = in_vb->vb2_buf.timestamp; in device_process()247 out_vb->timecode = in_vb->timecode; in device_process()248 out_vb->field = in_vb->field; in device_process()249 out_vb->flags = in_vb->flags & in device_process()
292 struct vb2_v4l2_buffer *out_vb) in device_process() argument305 p_out = vb2_plane_vaddr(&out_vb->vb2_buf, 0); in device_process()316 vb2_set_plane_payload(&out_vb->vb2_buf, 0, in device_process()322 vb2_set_plane_payload(&out_vb->vb2_buf, 0, in device_process()326 out_vb->sequence = q_cap->sequence++; in device_process()327 out_vb->vb2_buf.timestamp = in_vb->vb2_buf.timestamp; in device_process()330 out_vb->timecode = in_vb->timecode; in device_process()331 out_vb->field = in_vb->field; in device_process()332 out_vb->flags &= ~V4L2_BUF_FLAG_LAST; in device_process()333 out_vb->flags |= in_vb->flags & in device_process()