OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:recordframes
(Results
1 - 8
of
8
) sorted by null
/device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Record.cpp
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]
[
all
...]
QCameraHWI_Mem.cpp
208
pmemBuf.cbcr_off =
recordframes
[0].cbcr_off;
/device/lge/mako/camera/
QCameraHWI_Record.cpp
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]
[
all
...]
QualcommCameraHardware.cpp
[
all
...]
QCameraStream.h
192
struct msm_frame *
recordframes
;
member in class:android::QCameraStream_record
QCameraHWI_Mem.cpp
209
pmemBuf.cbcr_off =
recordframes
[0].cbcr_off;
QualcommCameraHardware.h
580
struct msm_frame *
recordframes
;
member in class:android::QualcommCameraHardware
/device/lge/mako/camera/QCamera/HAL/core/inc/
QCameraStream.h
182
struct msm_frame *
recordframes
;
member in class:android::QCameraStream_record
Completed in 163 milliseconds