Home | History | Annotate | Download | only in camera

Lines Matching defs:planes

387   uint32_t planes[VIDEO_MAX_PLANES];
407 planes[0] = dim.video_frame_offset.mp[0].len;
408 planes[1] = dim.video_frame_offset.mp[1].len;
437 mHalCamCtrl->mRecordingMemory.cbcr_offset = planes[0];
494 /* Plane 0 needs to be set seperately. Set other planes
496 mRecordBuf.video.video.buf.mp[cnt].planes[0].reserved[0] =
498 mRecordBuf.video.video.buf.mp[cnt].planes[0].length = planes[0];
499 mRecordBuf.video.video.buf.mp[cnt].planes[0].m.userptr =
502 mRecordBuf.video.video.buf.mp[cnt].planes[j].length = planes[j];
503 mRecordBuf.video.video.buf.mp[cnt].planes[j].m.userptr =
505 mRecordBuf.video.video.buf.mp[cnt].planes[j].reserved[0] =
506 mRecordBuf.video.video.buf.mp[cnt].planes[j-1].reserved[0] +
507 mRecordBuf.video.video.buf.mp[cnt].planes[j-1].length;