Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/
H A DRkAiqAnalyzeGroupManager.cpp38 mRkAiqGroupMsgHdlTh = new RkAiqAnalyzeGroupMsgHdlThread(ss.str().c_str(), this); in RkAiqAnalyzerGroup()
40 mRkAiqGroupMsgHdlTh = nullptr; in RkAiqAnalyzerGroup()
45 if (mRkAiqGroupMsgHdlTh.ptr()) { in start()
46 mRkAiqGroupMsgHdlTh->triger_start(); in start()
47 mRkAiqGroupMsgHdlTh->start(); in start()
88 if (mRkAiqGroupMsgHdlTh.ptr()) { in pushMsg()
89 mRkAiqGroupMsgHdlTh->push_msg(msg); in pushMsg()
170 if (mRkAiqGroupMsgHdlTh.ptr()) { in stop()
171 mRkAiqGroupMsgHdlTh->triger_stop(); in stop()
172 mRkAiqGroupMsgHdlTh->stop(); in stop()
H A DRkAiqAnalyzeGroupManager.h87 SmartPtr<RkAiqAnalyzeGroupMsgHdlThread> mRkAiqGroupMsgHdlTh; variable