Lines Matching refs:RkIspFecHwMgr
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::RkIspFecHwMgr
58 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()
99 int RkIspFecHwMgr::readFileList(const char *basePath) { in readFileList()
145 void RkIspFecHwMgr::findFecEntry() { in findFecEntry()
173 RkIspFecHwMgr::selectFecHw() in selectFecHw()
200 RkIspFecHwMgr::process(struct rkispp_fec_in_out& param) in process()