Searched refs:RawVideoSourceWrapper (Results 1 – 3 of 3) sorted by relevance
57 cv::cudacodec::detail::RawVideoSourceWrapper::RawVideoSourceWrapper(const Ptr<RawVideoSource>& sour… in RawVideoSourceWrapper() function in cv::cudacodec::detail::RawVideoSourceWrapper63 cv::cudacodec::FormatInfo cv::cudacodec::detail::RawVideoSourceWrapper::format() const in format()68 void cv::cudacodec::detail::RawVideoSourceWrapper::start() in start()75 void cv::cudacodec::detail::RawVideoSourceWrapper::stop() in stop()82 bool cv::cudacodec::detail::RawVideoSourceWrapper::isStarted() const in isStarted()87 bool cv::cudacodec::detail::RawVideoSourceWrapper::hasError() const in hasError()92 void cv::cudacodec::detail::RawVideoSourceWrapper::readLoop(void* userData) in readLoop()94 RawVideoSourceWrapper* thiz = static_cast<RawVideoSourceWrapper*>(userData); in readLoop()
76 class RawVideoSourceWrapper : public VideoSource class79 RawVideoSourceWrapper(const Ptr<RawVideoSource>& source);
211 videoSource.reset(new RawVideoSourceWrapper(source)); in createVideoReader()219 Ptr<VideoSource> videoSource(new RawVideoSourceWrapper(source)); in createVideoReader()