Home | History | Annotate | Download | only in mm-camera-interface

Lines Matching defs:planes

197     struct v4l2_plane planes[VIDEO_MAX_PLANES];
202 vb.m.planes = &planes[0];
212 __func__, i, vb.m.planes[i].reserved[0],
213 vb.m.planes[i].data_offset);
214 stream->frame.frame[idx].planes[i].reserved[0] =
215 vb.m.planes[i].reserved[0];
216 stream->frame.frame[idx].planes[i].data_offset =
217 vb.m.planes[i].data_offset;
392 buffer.m.planes = &(stream->frame.frame[idx].planes[0]);
398 CDBG("%s:fd=%d,type=%d,frame idx=%d,num planes %d\n", __func__,
485 uint32_t planes[VIDEO_MAX_PLANES];
513 image_type, &num_planes, planes);
542 stream->frame.frame[i].planes[j] = vbuf->buf.mp[i].planes[j];