Home
last modified time | relevance | path

Searched refs:nExpnum (Results 1 – 1 of 1) sorted by relevance

/hardware/qcom/camera/QCamera2/HAL/
DQCameraParameters.cpp4120 int nExpnum = 0; in setNumOfSnapshot() local
4129 nExpnum = 0; in setNumOfSnapshot()
4139 nExpnum++; in setNumOfSnapshot()
4142 if (nExpnum == 0) { in setNumOfSnapshot()
4143 nExpnum = 1; in setNumOfSnapshot()
4148 nExpnum = 1 + getNumOfExtraHDROutBufsIfNeeded(); in setNumOfSnapshot()
4157 LOGH("nBurstNum = %d, nExpnum = %d", nBurstNum, nExpnum); in setNumOfSnapshot()
4158 set(KEY_QC_NUM_SNAPSHOT_PER_SHUTTER, nBurstNum * nExpnum); in setNumOfSnapshot()