Searched refs:RkEventPollThread (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rk_stream/stream_cfg/ |
| H A D | Stream.cpp | 207 RkEventPollThread::RkEventPollThread (const char* thName, int type, SmartPtr<V4l2Device> dev, RKStr… in RkEventPollThread() function in RkRawStream::RkEventPollThread 213 RkEventPollThread::RkEventPollThread (const char* thName, int type, SmartPtr<V4l2SubDevice> subdev,… in RkEventPollThread() function in RkRawStream::RkEventPollThread 219 RkEventPollThread::~RkEventPollThread () in ~RkEventPollThread() 226 RkEventPollThread::poll_event_loop () in poll_event_loop() 283 _poll_thread = new RkEventPollThread(RKStream::poll_type_to_str[type], type, dev, this); in RKStream()
|
| H A D | Stream.h | 106 class RkEventPollThread : public RkPollThread 109 …explicit RkEventPollThread (const char* thName, int type, SmartPtr<V4l2Device> dev, RKStream *stre… 110 …explicit RkEventPollThread (const char* thName, int type, SmartPtr<V4l2SubDevice> subdev, RKStream… 111 virtual ~RkEventPollThread (); 113 XCAM_DEAD_COPY (RkEventPollThread);
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/ |
| H A D | Stream.cpp | 233 RkEventPollThread::RkEventPollThread (const char* thName, int type, SmartPtr<V4l2Device> dev, RKStr… in RkEventPollThread() function in RkCam::RkEventPollThread 239 RkEventPollThread::RkEventPollThread (const char* thName, int type, SmartPtr<V4l2SubDevice> subdev,… in RkEventPollThread() function in RkCam::RkEventPollThread 245 RkEventPollThread::~RkEventPollThread () in ~RkEventPollThread() 252 RkEventPollThread::poll_event_loop () in poll_event_loop() 302 XCamReturn ret = RkEventPollThread::poll_event_loop(); in poll_event_loop() 331 return RkEventPollThread::start(); in start() 339 ret = RkEventPollThread::stop(); in stop() 362 _poll_thread = new RkEventPollThread(RKStream::poll_type_to_str[type], type, dev, this); in RKStream()
|
| H A D | Stream.h | 67 class RkEventPollThread : public RkPollThread 70 …explicit RkEventPollThread (const char* thName, int type, SmartPtr<V4l2Device> dev, RKStream *stre… 71 …explicit RkEventPollThread (const char* thName, int type, SmartPtr<V4l2SubDevice> subdev, RKStream… 72 virtual ~RkEventPollThread (); 74 XCAM_DEAD_COPY (RkEventPollThread); 89 class RkStreamEventPollThread : public RkEventPollThread 93 : RkEventPollThread(thName, ISP_POLL_ISPSTREAMSYNC, dev, NULL) in RkStreamEventPollThread()
|