Lines Matching full:planes
205 struct v4l2_plane planes[FMT_NUM_PLANES]; in camera_source_init() local
208 buf.m.planes = planes; in camera_source_init()
221 // tmp_buffers[n_buffers].length = buf.m.planes[0].length; in camera_source_init()
222 buf_len = buf.m.planes[0].length; in camera_source_init()
225 buf.m.planes[0].length, in camera_source_init()
228 ctx->fd, buf.m.planes[0].m.mem_offset); in camera_source_init()
264 struct v4l2_plane planes[FMT_NUM_PLANES]; in camera_source_init() local
273 buf.m.planes = planes; in camera_source_init()
355 struct v4l2_plane planes[FMT_NUM_PLANES]; in camera_source_get_frame() local
357 buf.m.planes = planes; in camera_source_get_frame()
372 buf.bytesused = buf.m.planes[0].bytesused; in camera_source_get_frame()
392 struct v4l2_plane planes[FMT_NUM_PLANES]; in camera_source_put_frame() local
394 buf.m.planes = planes; in camera_source_put_frame()