Searched defs:num_of_snapshots (Results 1 - 2 of 2) sorted by relevance

/hardware/qcom/camera/QCamera/HAL/core/src/
H A DQCameraHWI_Still.cpp442 int num_of_snapshots)
455 LOGE("num_of_snapshots = %d",num_of_snapshots);
456 if (num_of_snapshots == 1) {
953 status_t QCameraStream_Snapshot::initJPEGSnapshot(int num_of_snapshots) argument
1000 ret = initSnapshotBuffers(&dim, num_of_snapshots);
1009 for (int i = 0; i < num_of_snapshots; i++) {
1034 status_t QCameraStream_Snapshot::initRawSnapshot(int num_of_snapshots) argument
1068 ret = initRawSnapshotChannel(&dim, num_of_snapshots);
1074 ret = initRawSnapshotBuffers(&dim, num_of_snapshots);
441 initRawSnapshotChannel(cam_ctrl_dimension_t *dim, int num_of_snapshots) argument
[all...]
/hardware/qcom/camera/
H A DQCameraHWI_Still.cpp493 int num_of_snapshots)
507 ALOGV("num_of_snapshots = %d",num_of_snapshots);
508 if (num_of_snapshots == 1) {
1031 status_t QCameraStream_Snapshot::initJPEGSnapshot(int num_of_snapshots) argument
1078 ret = initSnapshotBuffers(&dim, num_of_snapshots);
1086 for (int i = 0; i < num_of_snapshots; i++) {
1111 status_t QCameraStream_Snapshot::initRawSnapshot(int num_of_snapshots) argument
1145 ret = initRawSnapshotChannel(&dim, num_of_snapshots);
1151 ret = initRawSnapshotBuffers(&dim, num_of_snapshots);
492 initRawSnapshotChannel(cam_ctrl_dimension_t *dim, int num_of_snapshots) argument
[all...]

Completed in 68 milliseconds