Home | History | Annotate | Download | only in src

Lines Matching defs:planes

388   uint32_t planes[VIDEO_MAX_PLANES];
408 planes[0] = dim.video_frame_offset.mp[0].len;
409 planes[1] = dim.video_frame_offset.mp[1].len;
438 mHalCamCtrl->mRecordingMemory.cbcr_offset = planes[0];
495 /* Plane 0 needs to be set seperately. Set other planes
497 mRecordBuf.video.video.buf.mp[cnt].planes[0].reserved[0] =
499 mRecordBuf.video.video.buf.mp[cnt].planes[0].length = planes[0];
500 mRecordBuf.video.video.buf.mp[cnt].planes[0].m.userptr =
503 mRecordBuf.video.video.buf.mp[cnt].planes[j].length = planes[j];
504 mRecordBuf.video.video.buf.mp[cnt].planes[j].m.userptr =
506 mRecordBuf.video.video.buf.mp[cnt].planes[j].reserved[0] =
507 mRecordBuf.video.video.buf.mp[cnt].planes[j-1].reserved[0] +
508 mRecordBuf.video.video.buf.mp[cnt].planes[j-1].length;