Home
last modified time | relevance | path

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

/device/lge/bullhead/camera/QCamera2/HAL/
DQCameraPostProc.cpp72 mTotalNumReproc(0), in QCameraPostProcessor()
110 for (int8_t i = 0; i < mTotalNumReproc; i++) { in ~QCameraPostProcessor()
120 mTotalNumReproc = 0; in ~QCameraPostProcessor()
234 for (int8_t i = 0; i < mTotalNumReproc; i++) { in start()
248 mTotalNumReproc = m_parent->mParameters.getReprocCount(); in start()
251 CDBG("%s : %d: mTotalNumReproc = %d", __func__, __LINE__, mTotalNumReproc); in start()
254 for (int8_t i = 0; i < mTotalNumReproc; i++) { in start()
283 !m_parent->isLongshotEnabled() && (mTotalNumReproc > 0)) { in start()
386 for (int8_t i = 0; i < mTotalNumReproc; i++) { in stop()
396 mTotalNumReproc = 0; in stop()
[all …]
DQCameraPostProc.h195 int8_t mTotalNumReproc; variable
/device/huawei/angler/camera/QCamera2/HAL/
DQCameraPostProc.cpp72 mTotalNumReproc(0), in QCameraPostProcessor()
110 for (int8_t i = 0; i < mTotalNumReproc; i++) { in ~QCameraPostProcessor()
120 mTotalNumReproc = 0; in ~QCameraPostProcessor()
234 for (int8_t i = 0; i < mTotalNumReproc; i++) { in start()
248 mTotalNumReproc = m_parent->mParameters.getReprocCount(); in start()
251 CDBG("%s : %d: mTotalNumReproc = %d", __func__, __LINE__, mTotalNumReproc); in start()
254 for (int8_t i = 0; i < mTotalNumReproc; i++) { in start()
283 !m_parent->isLongshotEnabled() && (mTotalNumReproc > 0)) { in start()
386 for (int8_t i = 0; i < mTotalNumReproc; i++) { in stop()
396 mTotalNumReproc = 0; in stop()
[all …]
DQCameraPostProc.h195 int8_t mTotalNumReproc; variable