Home
last modified time | relevance | path

Searched refs:RkIspFecHwMgr (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/IspFec/src/
H A DRkIspFecHwMgr.cpp35 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()
[all …]
H A Drk_ispfec.cpp39 RkIspFecHwMgr* _fecHwMgr;
239 ctx->_fecHwMgr = RkIspFecHwMgr::getInstance(); in rk_ispfec_api_init()
/OK3568_Linux_fs/external/camera_engine_rkaiq/IspFec/include_prv/
H A DRkIspFecHwMgr.h27 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;
/OK3568_Linux_fs/external/camera_engine_rkaiq/IspFec/
H A DAndroid.bp48 "src/RkIspFecHwMgr.cpp",
H A DCMakeLists.txt38 src/RkIspFecHwMgr.cpp