Searched defs:createVideoWriter (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/cudacodec/src/ |
D | video_writer.cpp | 57 Ptr<VideoWriter> cv::cudacodec::createVideoWriter(const String&, Size, double, SurfaceFormat) { thr… in createVideoWriter() function in cv::cudacodec 58 Ptr<VideoWriter> cv::cudacodec::createVideoWriter(const String&, Size, double, const EncoderParams&… in createVideoWriter() function in cv::cudacodec 60 Ptr<VideoWriter> cv::cudacodec::createVideoWriter(const Ptr<EncoderCallBack>&, Size, double, Surfac… in createVideoWriter() function in cv::cudacodec 61 Ptr<VideoWriter> cv::cudacodec::createVideoWriter(const Ptr<EncoderCallBack>&, Size, double, const … in createVideoWriter() function in cv::cudacodec 894 Ptr<VideoWriter> cv::cudacodec::createVideoWriter(const String& fileName, Size frameSize, double fp… in createVideoWriter() function in cv::cudacodec 900 Ptr<VideoWriter> cv::cudacodec::createVideoWriter(const String& fileName, Size frameSize, double fp… in createVideoWriter() function in cv::cudacodec 906 Ptr<VideoWriter> cv::cudacodec::createVideoWriter(const Ptr<EncoderCallBack>& encoderCallback, Size… in createVideoWriter() function in cv::cudacodec 911 Ptr<VideoWriter> cv::cudacodec::createVideoWriter(const Ptr<EncoderCallBack>& encoderCallback, Size… in createVideoWriter() function in cv::cudacodec
|