Home
last modified time | relevance | path

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

/hardware/qcom/camera/QCamera2/HAL/
DQCameraParameters.cpp3744 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()