Lines Matching refs:planes
229 struct v4l2_plane planes[FMT_NUM_PLANES]; in camera_source_init() local
231 buf.m.planes = planes; in camera_source_init()
242 buf_len = buf.m.planes[0].length; in camera_source_init()
245 buf.m.planes[0].length, in camera_source_init()
248 ctx->fd, buf.m.planes[0].m.mem_offset); in camera_source_init()
287 struct v4l2_plane planes[FMT_NUM_PLANES]; in camera_source_init() local
295 buf.m.planes = planes; in camera_source_init()
375 struct v4l2_plane planes[FMT_NUM_PLANES]; in camera_source_get_frame() local
377 buf.m.planes = planes; in camera_source_get_frame()
392 buf.bytesused = buf.m.planes[0].bytesused; in camera_source_get_frame()
412 struct v4l2_plane planes[FMT_NUM_PLANES]; in camera_source_put_frame() local
414 buf.m.planes = planes; in camera_source_put_frame()