Searched refs:algoType (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/ |
| H A D | RkAiqCamGroupManager.cpp | 1321 RkAiqCamGroupManager::rmAlgo(int algoType, int id) in rmAlgo() argument 1329 SmartPtr<RkAiqCamgroupHandle> def_algo_hdl = getDefAlgoTypeHandle(algoType); in rmAlgo() 1331 LOGE_ANALYZER("can't find current type %d algo", algoType); in rmAlgo() 1334 std::map<int, SmartPtr<RkAiqCamgroupHandle>>* algo_map = getAlgoTypeHandleMap(algoType); in rmAlgo() 1339 LOGE_ANALYZER("can't find type id <%d, %d> algo", algoType, id); in rmAlgo() 1367 RkAiqCamGroupManager::enableAlgo(int algoType, int id, bool enable) in enableAlgo() argument 1377 SmartPtr<RkAiqCamgroupHandle> def_algo_hdl = getDefAlgoTypeHandle(algoType); in enableAlgo() 1379 LOGE_ANALYZER("can't find current type %d algo", algoType); in enableAlgo() 1382 std::map<int, SmartPtr<RkAiqCamgroupHandle>>* algo_map = getAlgoTypeHandleMap(algoType); in enableAlgo() 1387 LOGE_ANALYZER("can't find type id <%d, %d> algo", algoType, id); in enableAlgo() [all …]
|
| H A D | RkAiqCamGroupManager.h | 195 XCamReturn enableAlgo(int algoType, int id, bool enable); 196 XCamReturn rmAlgo(int algoType, int id); 197 bool getAxlibStatus(int algoType, int id);
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/ |
| H A D | RkAiqCore.h | 253 XCamReturn enableAlgo(int algoType, int id, bool enable); 254 XCamReturn rmAlgo(int algoType, int id); 255 bool getAxlibStatus(int algoType, int id); 675 std::bitset<RK_AIQ_ALGO_TYPE_MAX> getReqAlgoResMask(int algoType); 676 void setReqAlgoResMask(int algoType, bool req); 678 bool isGroupAlgo(int algoType);
|
| H A D | RkAiqCore.cpp | 111 bool RkAiqCore::isGroupAlgo(int algoType) { in isGroupAlgo() argument 113 return policy[algoType] == CamProfiles::AlgoSchedPolicy::kGroupOnly; in isGroupAlgo() 1312 std::bitset<RK_AIQ_ALGO_TYPE_MAX> RkAiqCore::getReqAlgoResMask(int algoType) { in getReqAlgoResMask() argument 1314 switch (algoType) { in getReqAlgoResMask() 1423 void RkAiqCore::setReqAlgoResMask(int algoType, bool req) { in setReqAlgoResMask() argument 1424 auto tmp = getReqAlgoResMask(algoType); in setReqAlgoResMask() 1435 RkAiqCore::enableAlgo(int algoType, int id, bool enable) in enableAlgo() argument 1439 SmartPtr<RkAiqHandle>* cur_algo_hdl = getCurAlgoTypeHandle(algoType); in enableAlgo() 1441 LOGE_ANALYZER("can't find current type %d algo", algoType); in enableAlgo() 1444 std::map<int, SmartPtr<RkAiqHandle>>* algo_map = getAlgoTypeHandleMap(algoType); in enableAlgo() [all …]
|