Home
last modified time | relevance | path

Searched refs:cudacodec (Results 1 – 25 of 27) sorted by relevance

12

/external/opencv3/modules/cudacodec/src/
Dvideo_source.cpp49 using namespace cv::cudacodec;
50 using namespace cv::cudacodec::detail;
52 bool cv::cudacodec::detail::VideoSource::parseVideoData(const unsigned char* data, size_t size, boo… in parseVideoData()
57 cv::cudacodec::detail::RawVideoSourceWrapper::RawVideoSourceWrapper(const Ptr<RawVideoSource>& sour… in RawVideoSourceWrapper()
63 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()
Dcuvid_video_source.cpp49 using namespace cv::cudacodec;
50 using namespace cv::cudacodec::detail;
52 cv::cudacodec::detail::CuvidVideoSource::CuvidVideoSource(const String& fname) in CuvidVideoSource()
77 cv::cudacodec::detail::CuvidVideoSource::~CuvidVideoSource() in ~CuvidVideoSource()
82 FormatInfo cv::cudacodec::detail::CuvidVideoSource::format() const in format()
87 void cv::cudacodec::detail::CuvidVideoSource::start() in start()
92 void cv::cudacodec::detail::CuvidVideoSource::stop() in stop()
97 bool cv::cudacodec::detail::CuvidVideoSource::isStarted() const in isStarted()
102 bool cv::cudacodec::detail::CuvidVideoSource::hasError() const in hasError()
107 int CUDAAPI cv::cudacodec::detail::CuvidVideoSource::HandleVideoData(void* userData, CUVIDSOURCEDAT… in HandleVideoData()
Dffmpeg_video_source.cpp49 using namespace cv::cudacodec;
50 using namespace cv::cudacodec::detail;
98 cv::cudacodec::detail::FFmpegVideoSource::FFmpegVideoSource(const String& fname) : in FFmpegVideoSource()
118 cv::cudacodec::detail::FFmpegVideoSource::~FFmpegVideoSource() in ~FFmpegVideoSource()
124 FormatInfo cv::cudacodec::detail::FFmpegVideoSource::format() const in format()
129 bool cv::cudacodec::detail::FFmpegVideoSource::getNextPacket(unsigned char** data, int* size, bool*… in getNextPacket()
Dthread.cpp48 using namespace cv::cudacodec::detail;
70 class cv::cudacodec::detail::Thread::Impl
123 class cv::cudacodec::detail::Thread::Impl
151 cv::cudacodec::detail::Thread::Thread(Func func, void* userData) : in Thread()
156 void cv::cudacodec::detail::Thread::wait() in wait()
161 void cv::cudacodec::detail::Thread::sleep(int ms) in sleep()
Dframe_queue.cpp48 cv::cudacodec::detail::FrameQueue::FrameQueue() : in FrameQueue()
57 bool cv::cudacodec::detail::FrameQueue::waitUntilFrameAvailable(int pictureIndex) in waitUntilFrameAvailable()
71 void cv::cudacodec::detail::FrameQueue::enqueue(const CUVIDPARSERDISPINFO* picParams) in enqueue()
102 bool cv::cudacodec::detail::FrameQueue::dequeue(CUVIDPARSERDISPINFO& displayInfo) in dequeue()
Dvideo_reader.cpp47 using namespace cv::cudacodec;
51 Ptr<VideoReader> cv::cudacodec::createVideoReader(const String&) { throw_no_cuda(); return Ptr<Vide… in createVideoReader()
52 Ptr<VideoReader> cv::cudacodec::createVideoReader(const Ptr<RawVideoSource>&) { throw_no_cuda(); re… in createVideoReader()
58 using namespace cv::cudacodec::detail;
198 Ptr<VideoReader> cv::cudacodec::createVideoReader(const String& filename) in createVideoReader()
217 Ptr<VideoReader> cv::cudacodec::createVideoReader(const Ptr<RawVideoSource>& source) in createVideoReader()
Dvideo_parser.cpp48 cv::cudacodec::detail::VideoParser::VideoParser(VideoDecoder* videoDecoder, FrameQueue* frameQueue)… in VideoParser()
65 bool cv::cudacodec::detail::VideoParser::parseVideoData(const unsigned char* data, size_t size, boo… in parseVideoData()
99 int CUDAAPI cv::cudacodec::detail::VideoParser::HandleVideoSequence(void* userData, CUVIDEOFORMAT* … in HandleVideoSequence()
131 int CUDAAPI cv::cudacodec::detail::VideoParser::HandlePictureDecode(void* userData, CUVIDPICPARAMS*… in HandlePictureDecode()
151 int CUDAAPI cv::cudacodec::detail::VideoParser::HandlePictureDisplay(void* userData, CUVIDPARSERDIS… in HandlePictureDisplay()
Dvideo_writer.cpp48 using namespace cv::cudacodec;
52 cv::cudacodec::EncoderParams::EncoderParams() { throw_no_cuda(); } in EncoderParams()
53 cv::cudacodec::EncoderParams::EncoderParams(const String&) { throw_no_cuda(); } in EncoderParams()
54 void cv::cudacodec::EncoderParams::load(const String&) { throw_no_cuda(); } in load()
55 void cv::cudacodec::EncoderParams::save(const String&) const { throw_no_cuda(); } in save()
57 Ptr<VideoWriter> cv::cudacodec::createVideoWriter(const String&, Size, double, SurfaceFormat) { thr… in createVideoWriter()
58 Ptr<VideoWriter> cv::cudacodec::createVideoWriter(const String&, Size, double, const EncoderParams&… in createVideoWriter()
60 Ptr<VideoWriter> cv::cudacodec::createVideoWriter(const Ptr<EncoderCallBack>&, Size, double, Surfac… in createVideoWriter()
61 Ptr<VideoWriter> cv::cudacodec::createVideoWriter(const Ptr<EncoderCallBack>&, Size, double, const … in createVideoWriter()
811 cv::cudacodec::EncoderParams::EncoderParams() in EncoderParams()
[all …]
Dvideo_decoder.cpp48 void cv::cudacodec::detail::VideoDecoder::create(const FormatInfo& videoFormat) in create()
107 void cv::cudacodec::detail::VideoDecoder::release() in release()
Dthread.hpp49 namespace cv { namespace cudacodec { namespace detail { namespace
Dffmpeg_video_source.hpp51 namespace cv { namespace cudacodec { namespace detail { namespace
Dcuvid_video_source.hpp53 namespace cv { namespace cudacodec { namespace detail namespace
Dframe_queue.hpp52 namespace cv { namespace cudacodec { namespace detail namespace
Dvideo_parser.hpp54 namespace cv { namespace cudacodec { namespace detail namespace
Dvideo_source.hpp51 namespace cv { namespace cudacodec { namespace detail namespace
Dvideo_decoder.hpp52 namespace cv { namespace cudacodec { namespace detail namespace
/external/opencv3/modules/cudacodec/test/
Dtest_video.cpp60 cv::Ptr<cv::cudacodec::VideoReader> reader = cv::cudacodec::createVideoReader(inputFile); in CUDA_TEST_P()
88 cv::Ptr<cv::cudacodec::VideoWriter> d_writer; in CUDA_TEST_P()
101 d_writer = cv::cudacodec::createVideoWriter(outputFile, frame.size(), FPS); in CUDA_TEST_P()
/external/opencv3/modules/cudacodec/perf/
Dperf_video.cpp78 cv::Ptr<cv::cudacodec::VideoReader> d_reader = cv::cudacodec::createVideoReader(inputFile);
122 cv::Ptr<cv::cudacodec::VideoWriter> d_writer;
134 d_writer = cv::cudacodec::createVideoWriter(outputFile, frame.size(), FPS);
Dperf_main.cpp47 CV_PERF_TEST_CUDA_MAIN(cudacodec)
/external/opencv3/modules/cudacodec/
DCMakeLists.txt2 ocv_module_disable(cudacodec)
9 ocv_add_module(cudacodec opencv_core opencv_videoio OPTIONAL opencv_cudev)
/external/opencv3/samples/gpu/
Dvideo_reader.cpp34 cv::Ptr<cv::cudacodec::VideoReader> d_reader = cv::cudacodec::createVideoReader(fname); in main()
Dvideo_writer.cpp37 cv::Ptr<cv::cudacodec::VideoWriter> d_writer; in main()
73 d_writer = cv::cudacodec::createVideoWriter(outputFilename, frame.size(), FPS); in main()
DCMakeLists.txt27 ocv_include_directories("${OpenCV_SOURCE_DIR}/modules/cudacodec/include")
/external/opencv3/modules/cudacodec/include/opencv2/
Dcudacodec.hpp48 # error cudacodec.hpp header must be compiled as C++
60 namespace cv { namespace cudacodec { namespace
/external/opencv3/modules/superres/src/
Dframe_source.cpp218 Ptr<cudacodec::VideoReader> reader_;
247 reader_ = cudacodec::createVideoReader(fileName_); in reset()

12