Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/algo_handlers/
H A DRkAiqCustomAwbHandle.cpp25 if (mIsMulRun) { in init()
41 if (mIsMulRun) { in deInit()
66 if (mIsMulRun) { in processing()
H A DRkAiqCustomAeHandle.cpp136 if (mIsMulRun) { in init()
163 if (mIsMulRun) { in deInit()
193 if (mIsMulRun) {
222 if (mIsMulRun) {
H A DRkAiqAwbHandle.cpp1028 if (mIsMulRun && this->getAlgoId() == 0) { in genIspResult()
H A DRkAiqAeHandle.cpp1198 if (mIsMulRun && this->getAlgoId() == 0) { in genIspResult()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/
H A DRkAiqHandle.h90 mIsMulRun = isMulRun; in setMulRun()
144 bool mIsMulRun; variable
H A DRkAiqHandle.cpp42 mIsMulRun = false; in RkAiqHandle()