Home | History | Annotate | Download | only in src

Lines Matching refs:recordframes

233   delete[] recordframes;
417 recordframes = new msm_frame[buf_cnt];
418 memset(recordframes,0,sizeof(struct msm_frame) * buf_cnt);
472 recordframes[cnt].fd = mHalCamCtrl->mRecordingMemory.fd[cnt];
473 recordframes[cnt].buffer = (uint32_t)mHalCamCtrl->mRecordingMemory.camera_memory[cnt]->data;
474 recordframes[cnt].y_off = 0;
475 recordframes[cnt].cbcr_off = mHalCamCtrl->mRecordingMemory.cbcr_offset;
476 recordframes[cnt].path = OUTPUT_TYPE_V;
477 recordframes[cnt].fd_data = mHalCamCtrl->mRecordingMemory.ion_info_fd[cnt];
478 recordframes[cnt].ion_alloc = mHalCamCtrl->mRecordingMemory.alloc[cnt];
479 recordframes[cnt].ion_dev_fd = mHalCamCtrl->mRecordingMemory.main_ion_fd[cnt];
483 recordframes[cnt].fd, mHalCamCtrl->mRecordingMemory.size, mCameraId,
488 (unsigned long)recordframes[cnt].buffer, recordframes[cnt].fd, recordframes[cnt].y_off,
489 recordframes[cnt].cbcr_off);
492 mRecordBuf.video.video.buf.mp[cnt].frame = recordframes[cnt];
501 recordframes[cnt].fd;
505 recordframes[cnt].fd;
516 //mRecordBuf.video.video.frame = &recordframes[0];