Searched refs:out_vb (Results 1 – 1 of 1) sorted by relevance
204 struct vb2_buffer *out_vb) in device_process() argument220 p_out = vb2_plane_vaddr(out_vb, 0); in device_process()227 if (vb2_plane_size(in_vb, 0) > vb2_plane_size(out_vb, 0)) { in device_process()237 out_vb->v4l2_buf.sequence = get_q_data(ctx, V4L2_BUF_TYPE_VIDEO_CAPTURE)->sequence++; in device_process()239 memcpy(&out_vb->v4l2_buf.timestamp, in device_process()243 memcpy(&out_vb->v4l2_buf.timecode, &in_vb->v4l2_buf.timecode, in device_process()245 out_vb->v4l2_buf.field = in_vb->v4l2_buf.field; in device_process()246 out_vb->v4l2_buf.flags = in_vb->v4l2_buf.flags & in device_process()