Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DStream.cpp353 _poll_thread = new RkPollThread(RKStream::poll_type_to_str[type], type, dev, this); in RKStream()
362 _poll_thread = new RkEventPollThread(RKStream::poll_type_to_str[type], type, dev, this); in RKStream()
371 _poll_thread = new RkPollThread(RKStream::poll_type_to_str[type], type, _dev, this); in RKStream()
386 _poll_thread->setCamPhyId(mCamPhyId); in start()
390 _poll_thread->set_policy(SCHED_RR); in start()
391 _poll_thread->set_priority(20); in start()
393 _poll_thread->start(); in start()
399 _poll_thread->setCamPhyId(mCamPhyId); in startThreadOnly()
403 _poll_thread->set_policy(SCHED_RR); in startThreadOnly()
404 _poll_thread->set_priority(20); in startThreadOnly()
[all …]
H A DStream.h140 SmartPtr<RkPollThread> _poll_thread; variable
/OK3568_Linux_fs/external/camera_engine_rkaiq/rk_stream/stream_cfg/
H A DStream.cpp274 _poll_thread = new RkPollThread(RKStream::poll_type_to_str[type], type, dev, this); in RKStream()
283 _poll_thread = new RkEventPollThread(RKStream::poll_type_to_str[type], type, dev, this); in RKStream()
292 _poll_thread = new RkPollThread(RKStream::poll_type_to_str[type], type, _dev, this); in RKStream()
306 _poll_thread->start(); in start()
312 _poll_thread->start(); in startThreadOnly()
325 _poll_thread->stop(); in stop()
333 _poll_thread->stop(); in stopThreadOnly()
384 return _poll_thread->setPollCallback(callback); in setPollCallback()
H A DStream.h69 SmartPtr<RkPollThread> _poll_thread; variable