Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/
H A DRkAiqCamGroupManager.cpp76 mCamGroupReprocTh = new RkAiqCamGroupReprocTh(this); in RkAiqCamGroupManager()
335 mCamGroupReprocTh->sendFrame(last_gc_result); in setSingleCamStatusReady()
341 mCamGroupReprocTh->sendFrame(gc_result); in setSingleCamStatusReady()
796 mCamGroupReprocTh->triger_start(); in start()
797 mCamGroupReprocTh->start(); in start()
821 mCamGroupReprocTh->triger_stop(); in stop()
822 mCamGroupReprocTh->stop(); in stop()
H A DRkAiqCamGroupManager.h216 SmartPtr<RkAiqCamGroupReprocTh> mCamGroupReprocTh; variable