Home | History | Annotate | Download | only in camera

Lines Matching refs:mRecordBuf

174   ret = cam_config_prepare_buf(mCameraId, &mRecordBuf);
233 if (mRecordBuf.video.video.buf.mp)
234 delete[] mRecordBuf.video.video.buf.mp;
419 mRecordBuf.video.video.buf.mp = new mm_camera_mp_buf_t[buf_cnt *
421 if (!mRecordBuf.video.video.buf.mp) {
425 memset(mRecordBuf.video.video.buf.mp, 0,
491 mRecordBuf.video.video.buf.mp[cnt].frame = recordframes[cnt];
492 mRecordBuf.video.video.buf.mp[cnt].frame_offset = 0;
493 mRecordBuf.video.video.buf.mp[cnt].num_planes = num_planes;
496 mRecordBuf.video.video.buf.mp[cnt].planes[0].reserved[0] =
497 mRecordBuf.video.video.buf.mp[cnt].frame_offset;
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;
511 //memset(&mRecordBuf, 0, sizeof(mRecordBuf));
512 mRecordBuf.ch_type = MM_CAMERA_CH_VIDEO;
513 mRecordBuf.video.video.num = mHalCamCtrl->mRecordingMemory.buffer_count;//kRecordBufferCount;
514 //mRecordBuf.video.video.frame_offset = &record_offset[0];
515 //mRecordBuf.video.video.frame = &recordframes[0];