Searched refs:nExpnum (Results 1 – 1 of 1) sorted by relevance
/hardware/qcom/camera/msm8998/QCamera2/HAL/ |
D | QCameraParameters.cpp | 4317 int nExpnum = 0; in setNumOfSnapshot() local 4326 nExpnum = 0; in setNumOfSnapshot() 4336 nExpnum++; in setNumOfSnapshot() 4339 if (nExpnum == 0) { in setNumOfSnapshot() 4340 nExpnum = 1; in setNumOfSnapshot() 4345 nExpnum = 1 + getNumOfExtraHDROutBufsIfNeeded(); in setNumOfSnapshot() 4369 set(KEY_QC_NUM_SNAPSHOT_PER_SHUTTER, (nBurstNum * nExpnum * dualfov_snap_num)); in setNumOfSnapshot() 4370 LOGH("nBurstNum = %d, nExpnum = %d snapshots = %d", nBurstNum, nExpnum, in setNumOfSnapshot() 4373 set(KEY_QC_NUM_SNAPSHOT_PER_SHUTTER, (nBurstNum * nExpnum)); in setNumOfSnapshot() 4374 LOGH("nBurstNum = %d, nExpnum = %d snapshots = %d", nBurstNum, nExpnum, in setNumOfSnapshot() [all …]
|