Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/
H A DRkAiqCamGroupManager.cpp724 mDefAlgoHandleList.push_back(grpHandle); in addDefaultAlgos()
774 mDefAlgoHandleList.clear(); in deInit()
872 for (auto algoHdl : mDefAlgoHandleList) { in prepare()
1201 for (auto algoHdl : mDefAlgoHandleList) { in reProcess()
1535 for (auto algoHdl : mDefAlgoHandleList) { in rePrepare()
H A DRkAiqCamGroupManager.h229 std::list<SmartPtr<RkAiqCamgroupHandle>> mDefAlgoHandleList; variable