Searched refs:nExpnum (Results 1 – 3 of 3) sorted by relevance
/device/lge/bullhead/camera/QCamera2/HAL/ |
D | QCameraParameters.cpp | 3744 int nExpnum = 0; in setNumOfSnapshot() local 3753 nExpnum = 0; in setNumOfSnapshot() 3763 nExpnum++; in setNumOfSnapshot() 3766 if (nExpnum == 0) { in setNumOfSnapshot() 3767 nExpnum = 1; in setNumOfSnapshot() 3772 nExpnum = 1 + getNumOfExtraHDROutBufsIfNeeded(); in setNumOfSnapshot() 3781 CDBG_HIGH("%s: nBurstNum = %d, nExpnum = %d", __func__, nBurstNum, nExpnum); in setNumOfSnapshot() 3782 set(KEY_QC_NUM_SNAPSHOT_PER_SHUTTER, nBurstNum * nExpnum); in setNumOfSnapshot()
|
/device/huawei/angler/camera/QCamera2/HAL/ |
D | QCameraParameters.cpp | 3744 int nExpnum = 0; in setNumOfSnapshot() local 3753 nExpnum = 0; in setNumOfSnapshot() 3763 nExpnum++; in setNumOfSnapshot() 3766 if (nExpnum == 0) { in setNumOfSnapshot() 3767 nExpnum = 1; in setNumOfSnapshot() 3772 nExpnum = 1 + getNumOfExtraHDROutBufsIfNeeded(); in setNumOfSnapshot() 3781 CDBG_HIGH("%s: nBurstNum = %d, nExpnum = %d", __func__, nBurstNum, nExpnum); in setNumOfSnapshot() 3782 set(KEY_QC_NUM_SNAPSHOT_PER_SHUTTER, nBurstNum * nExpnum); in setNumOfSnapshot()
|
/device/google/marlin/camera/QCamera2/HAL/ |
D | QCameraParameters.cpp | 4135 int nExpnum = 0; in setNumOfSnapshot() local 4144 nExpnum = 0; in setNumOfSnapshot() 4154 nExpnum++; in setNumOfSnapshot() 4157 if (nExpnum == 0) { in setNumOfSnapshot() 4158 nExpnum = 1; in setNumOfSnapshot() 4163 nExpnum = 1 + getNumOfExtraHDROutBufsIfNeeded(); in setNumOfSnapshot() 4172 LOGH("nBurstNum = %d, nExpnum = %d", nBurstNum, nExpnum); in setNumOfSnapshot() 4173 set(KEY_QC_NUM_SNAPSHOT_PER_SHUTTER, nBurstNum * nExpnum); in setNumOfSnapshot()
|