Home
last modified time | relevance | path

Searched refs:_raw_proc_thread (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DRawStreamProcUnit.cpp12 _raw_proc_thread = new RawProcThread(this); in RawStreamProcUnit()
23 _raw_proc_thread = new RawProcThread(this); in RawStreamProcUnit()
88 _raw_proc_thread->set_policy(SCHED_RR); in start()
89 _raw_proc_thread->set_priority(20); in start()
90 _raw_proc_thread->start(); in start()
97 _raw_proc_thread->stop(); in stop()
H A DRawStreamProcUnit.h119 SmartPtr<RawProcThread> _raw_proc_thread; variable
/OK3568_Linux_fs/external/camera_engine_rkaiq/rk_stream/stream_cfg/
H A DRawStreamProcUnit.cpp268 _raw_proc_thread = new RawProcThread(this); in RawStreamProcUnit()
342 _raw_proc_thread->start(); in start()
352 _raw_proc_thread->stop(); in stop()
H A DRawStreamProcUnit.h157 SmartPtr<RawProcThread> _raw_proc_thread; variable