Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/
H A DRkAiqAnalyzeGroupManager.h100 ~RkAiqAnalyzeGroupMsgHdlThread() { mMsgsQueue.clear(); }; in ~RkAiqAnalyzeGroupMsgHdlThread()
106 void triger_stop() { mMsgsQueue.pause_pop(); }; in triger_stop()
109 mMsgsQueue.clear(); in triger_start()
110 mMsgsQueue.resume_pop(); in triger_start()
114 mMsgsQueue.push(buffer); in push_msg()
120 virtual void stopped() { mMsgsQueue.clear(); }; in stopped()
129 SafeListEx<RkAiqCoreVdBufMsg> mMsgsQueue; variable
H A DRkAiqAnalyzeGroupManager.cpp195 XCamReturn ret = mMsgsQueue.pop(msg, timeout); in loop()