Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/
H A DRkLumaCore.h56 class RkLumaCoreThread
59 RkLumaCoreThread(RkLumaCore* rkLumaCore) in RkLumaCoreThread() function
62 ~RkLumaCoreThread() { in ~RkLumaCoreThread()
92 friend class RkLumaCoreThread; variable
130 SmartPtr<RkLumaCoreThread> mRkLumaCoreTh;
H A DRkLumaCore.cpp36 RkLumaCoreThread::loop() in loop()
65 , mRkLumaCoreTh(new RkLumaCoreThread(this)) in RkLumaCore()