Home | History | Annotate | Download | only in camera

Lines Matching refs:recordframes

232   delete[] recordframes;
416 recordframes = new msm_frame[buf_cnt];
417 memset(recordframes,0,sizeof(struct msm_frame) * buf_cnt);
471 recordframes[cnt].fd = mHalCamCtrl->mRecordingMemory.fd[cnt];
472 recordframes[cnt].buffer = (uint32_t)mHalCamCtrl->mRecordingMemory.camera_memory[cnt]->data;
473 recordframes[cnt].y_off = 0;
474 recordframes[cnt].cbcr_off = mHalCamCtrl->mRecordingMemory.cbcr_offset;
475 recordframes[cnt].path = OUTPUT_TYPE_V;
476 recordframes[cnt].fd_data = mHalCamCtrl->mRecordingMemory.ion_info_fd[cnt];
477 recordframes[cnt].ion_alloc = mHalCamCtrl->mRecordingMemory.alloc[cnt];
478 recordframes[cnt].ion_dev_fd = mHalCamCtrl->mRecordingMemory.main_ion_fd[cnt];
482 recordframes[cnt].fd, mHalCamCtrl->mRecordingMemory.size, mCameraId,
487 (unsigned long)recordframes[cnt].buffer, recordframes[cnt].fd, recordframes[cnt].y_off,
488 recordframes[cnt].cbcr_off);
491 mRecordBuf.video.video.buf.mp[cnt].frame = recordframes[cnt];
500 recordframes[cnt].fd;
504 recordframes[cnt].fd;
515 //mRecordBuf.video.video.frame = &recordframes[0];