Home
last modified time | relevance | path

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

/external/libxcam/modules/ocl/
Dcl_bayer_basic_handler.cpp48 class CLBayer3AStatsThread class
52 CLBayer3AStatsThread (CLBayerBasicImageHandler *handler) in CLBayer3AStatsThread() function in XCam::CLBayer3AStatsThread
56 ~CLBayer3AStatsThread () {} in ~CLBayer3AStatsThread()
72 CLBayer3AStatsThread::emit_stop () in emit_stop()
84 CLBayer3AStatsThread::queue_stats (SmartPtr<VideoBuffer> &buf, SmartPtr<CLBuffer> &stats) in queue_stats()
101 CLBayer3AStatsThread::pop_buf () in pop_buf()
107 CLBayer3AStatsThread::stopped () in stopped()
114 CLBayer3AStatsThread::loop () in loop()
196 _3a_stats_thread = new CLBayer3AStatsThread (this); in CLBayerBasicImageHandler()
Dcl_bayer_basic_handler.h33 class CLBayer3AStatsThread; variable
63 friend class CLBayer3AStatsThread; variable
97 SmartPtr<CLBayer3AStatsThread> _3a_stats_thread;