Searched refs:RkIspFecHwMgr (Results 1 – 5 of 5) sorted by relevance
35 RkIspFecHwMgr* RkIspFecHwMgr::mInstance = NULL;36 pthread_mutex_t RkIspFecHwMgr::mMutex = PTHREAD_MUTEX_INITIALIZER;37 pthread_cond_t RkIspFecHwMgr::mCond = PTHREAD_COND_INITIALIZER;38 int RkIspFecHwMgr::mRefCnt = 0;42 RkIspFecHwMgr::RkIspFecHwMgr() in RkIspFecHwMgr() function in RKISPFEC::RkIspFecHwMgr58 RkIspFecHwMgr::~RkIspFecHwMgr() in ~RkIspFecHwMgr()66 RkIspFecHwMgr* RkIspFecHwMgr::getInstance() in getInstance()68 RkIspFecHwMgr* mgr = NULL; in getInstance()72 mgr = new RkIspFecHwMgr(); in getInstance()83 RkIspFecHwMgr::deinit() in deinit()[all …]
39 RkIspFecHwMgr* _fecHwMgr;239 ctx->_fecHwMgr = RkIspFecHwMgr::getInstance(); in rk_ispfec_api_init()
27 class RkIspFecHwMgr {29 static RkIspFecHwMgr* getInstance();33 virtual ~RkIspFecHwMgr();35 explicit RkIspFecHwMgr();36 RkIspFecHwMgr (const RkIspFecHwMgr&) = default;37 RkIspFecHwMgr & operator = (const RkIspFecHwMgr&) = default;39 static RkIspFecHwMgr* mInstance;
48 "src/RkIspFecHwMgr.cpp",
38 src/RkIspFecHwMgr.cpp