Home | History | Annotate | Download | only in camera

Lines Matching defs:planes

451   uint32_t planes[VIDEO_MAX_PLANES];
489 planes[i] = dim.display_frame_offset.mp[i].len;
508 mDisplayStreamBuf.frame[i].cbcr_off = planes[0];
553 /* Plane 0 needs to be set seperately. Set other planes
555 mDisplayBuf.preview.buf.mp[i].planes[0].length = planes[0];
556 mDisplayBuf.preview.buf.mp[i].planes[0].m.userptr = mDisplayStreamBuf.frame[i].fd;
557 mDisplayBuf.preview.buf.mp[i].planes[0].data_offset = 0;
558 mDisplayBuf.preview.buf.mp[i].planes[0].reserved[0] =
561 mDisplayBuf.preview.buf.mp[i].planes[j].length = planes[j];
562 mDisplayBuf.preview.buf.mp[i].planes[j].m.userptr =
564 mDisplayBuf.preview.buf.mp[i].planes[j].data_offset = 0;
565 mDisplayBuf.preview.buf.mp[i].planes[j].reserved[0] =
566 mDisplayBuf.preview.buf.mp[i].planes[j-1].reserved[0] +
567 mDisplayBuf.preview.buf.mp[i].planes[j-1].length;
576 ALOGV("Planes: %d length: %d userptr: %lu offset: %d\n", j,
577 mDisplayBuf.preview.buf.mp[i].planes[j].length,
578 mDisplayBuf.preview.buf.mp[i].planes[j].m.userptr,
579 mDisplayBuf.preview.buf.mp[i].planes[j].reserved[0]);