/external/opencv3/modules/videoio/test/ |
D | test_ffmpeg.cpp | 86 {VideoWriter::fourcc('D', 'X', '5', '0'), AVI_EXT, true}, in run() 87 {VideoWriter::fourcc('F', 'L', 'V', '1'), AVI_EXT, true}, in run() 88 {VideoWriter::fourcc('H', '2', '6', '1'), AVI_EXT, true}, in run() 89 {VideoWriter::fourcc('H', '2', '6', '3'), AVI_EXT, true}, in run() 90 {VideoWriter::fourcc('I', '4', '2', '0'), AVI_EXT, true}, in run() 92 {VideoWriter::fourcc('M', 'J', 'P', 'G'), AVI_EXT, true}, in run() 93 {VideoWriter::fourcc('m', 'p', '4', 'v'), AVI_EXT, true}, in run() 94 {VideoWriter::fourcc('M', 'P', 'E', 'G'), AVI_EXT, true}, in run() 97 {VideoWriter::fourcc('X', 'V', 'I', 'D'), AVI_EXT, true}, in run() 99 {VideoWriter::fourcc('H', '2', '6', '4'), MP4_EXT, false} in run() [all …]
|
D | test_video_io.cpp | 88 VideoFormat("avi", VideoWriter::fourcc('X', 'V', 'I', 'D')), 89 VideoFormat("avi", VideoWriter::fourcc('M', 'P', 'E', 'G')), 90 VideoFormat("avi", VideoWriter::fourcc('M', 'J', 'P', 'G')), 92 VideoFormat("mkv", VideoWriter::fourcc('X', 'V', 'I', 'D')), 93 VideoFormat("mkv", VideoWriter::fourcc('M', 'P', 'E', 'G')), 94 VideoFormat("mkv", VideoWriter::fourcc('M', 'J', 'P', 'G')), 96 VideoFormat("mov", VideoWriter::fourcc('m', 'p', '4', 'v')), 437 VideoWriter writer(video_file, fourcc, 25, frame_size, true); in SpecificVideoTest() 442 VideoWriter writer2(video_file, fourcc, 25, frame_size, true); in SpecificVideoTest() 492 if (fourcc == VideoWriter::fourcc('M', 'P', 'E', 'G') && ext == "mkv") in SpecificVideoTest()
|
D | test_video_pos.cpp | 73 VideoWriter writer(filename, fmt.fourcc, 25, framesize, true); in CreateTestVideo() 119 if (fmt.fourcc == VideoWriter::fourcc('M', 'P', 'E', 'G') && fmt.ext == "mkv") in run()
|
/external/opencv3/modules/cudacodec/include/opencv2/ |
D | cudacodec.hpp | 175 class CV_EXPORTS VideoWriter class 178 virtual ~VideoWriter() {} in ~VideoWriter() 205 CV_EXPORTS Ptr<VideoWriter> createVideoWriter(const String& fileName, Size frameSize, double fps, S… 215 CV_EXPORTS Ptr<VideoWriter> createVideoWriter(const String& fileName, Size frameSize, double fps, c… 226 CV_EXPORTS Ptr<VideoWriter> createVideoWriter(const Ptr<EncoderCallBack>& encoderCallback, Size fra… 237 CV_EXPORTS Ptr<VideoWriter> createVideoWriter(const Ptr<EncoderCallBack>& encoderCallback, Size fra…
|
/external/opencv3/modules/videoio/src/ |
D | cap.cpp | 752 VideoWriter::VideoWriter() in VideoWriter() function in cv::VideoWriter 755 VideoWriter::VideoWriter(const String& filename, int _fourcc, double fps, Size frameSize, bool isCo… in VideoWriter() function in cv::VideoWriter 760 void VideoWriter::release() in release() 766 VideoWriter::~VideoWriter() in ~VideoWriter() 771 bool VideoWriter::open(const String& filename, int _fourcc, double fps, Size frameSize, bool isColo… in open() 781 bool VideoWriter::isOpened() const in isOpened() 787 bool VideoWriter::set(int propId, double value) in set() 794 double VideoWriter::get(int propId) const in get() 801 void VideoWriter::write(const Mat& image) in write() 812 VideoWriter& VideoWriter::operator << (const Mat& image) in operator <<() [all …]
|
/external/opencv3/modules/videoio/perf/ |
D | perf_output.cpp | 27 VideoWriter writer(cv::tempfile(".wmv"), VideoWriter::fourcc('W', 'M', 'V', '3'), 30 VideoWriter writer(cv::tempfile(".avi"), VideoWriter::fourcc('X', 'V', 'I', 'D'),
|
/external/opencv3/modules/videoio/include/opencv2/ |
D | videoio.hpp | 552 class CV_EXPORTS_W VideoWriter class 560 CV_WRAP VideoWriter(); 573 CV_WRAP VideoWriter(const String& filename, int fourcc, double fps, 576 virtual ~VideoWriter(); 596 virtual VideoWriter& operator << (const Mat& image);
|
/external/opencv3/modules/cudacodec/perf/ |
D | perf_video.cpp | 106 PERF_TEST_P(FileName, VideoWriter, Values("gpu/video/768x576.avi", "gpu/video/1920x1080.avi")) 122 cv::Ptr<cv::cudacodec::VideoWriter> d_writer; 143 cv::VideoWriter writer;
|
/external/opencv3/modules/cudacodec/src/ |
D | video_writer.cpp | 57 Ptr<VideoWriter> cv::cudacodec::createVideoWriter(const String&, Size, double, SurfaceFormat) { thr… in createVideoWriter() 58 …VideoWriter> cv::cudacodec::createVideoWriter(const String&, Size, double, const EncoderParams&, S… in createVideoWriter() 60 Ptr<VideoWriter> cv::cudacodec::createVideoWriter(const Ptr<EncoderCallBack>&, Size, double, Surfac… in createVideoWriter() 61 …VideoWriter> cv::cudacodec::createVideoWriter(const Ptr<EncoderCallBack>&, Size, double, const Enc… in createVideoWriter() 111 class VideoWriterImpl : public VideoWriter 894 Ptr<VideoWriter> cv::cudacodec::createVideoWriter(const String& fileName, Size frameSize, double fp… in createVideoWriter() 900 Ptr<VideoWriter> cv::cudacodec::createVideoWriter(const String& fileName, Size frameSize, double fp… in createVideoWriter() 906 Ptr<VideoWriter> cv::cudacodec::createVideoWriter(const Ptr<EncoderCallBack>& encoderCallback, Size… in createVideoWriter() 911 Ptr<VideoWriter> cv::cudacodec::createVideoWriter(const Ptr<EncoderCallBack>& encoderCallback, Size… in createVideoWriter()
|
/external/opencv3/samples/gpu/ |
D | video_writer.cpp | 36 cv::VideoWriter writer; in main() 37 cv::Ptr<cv::cudacodec::VideoWriter> d_writer; in main() 64 …if (!writer.open("output_cpu.avi", cv::VideoWriter::fourcc('X', 'V', 'I', 'D'), FPS, frame.size())) in main()
|
D | super_resolution.cpp | 137 VideoWriter writer; in main() 157 … writer.open(outputVideoName, VideoWriter::fourcc('X', 'V', 'I', 'D'), 25.0, result.size()); in main()
|
D | hog.cpp | 250 cv::VideoWriter video_writer; in run() 357 … video_writer.open(args.dst_video, VideoWriter::fourcc('x','v','i','d'), args.dst_video_fps, in run()
|
/external/opencv3/doc/tutorials/highgui/video-write/ |
D | video_write.markdown | 8 … of a new video file. For simple video outputs you can use the OpenCV built-in @ref cv::VideoWriter 63 The *VideoWriter* class 68 video file you just need to create an instance of the @ref cv::VideoWriter class. You can specify 69 its properties either via parameters in the constructor or later on via the @ref cv::VideoWriter::o… 124 VideoWriter outputVideo; 129 Afterwards, you use the @ref cv::VideoWriter::isOpened() function to find out if the open operation… 130 not. The video file automatically closes when the *VideoWriter* object is destroyed. After you open 132 @ref cv::VideoWriter::write function of the class. Alternatively, you can use its overloaded operat…
|
/external/opencv3/doc/py_tutorials/py_gui/py_video_display/ |
D | py_video_display.markdown | 9 - You will learn these functions : **cv2.VideoCapture()**, **cv2.VideoWriter()** 101 This time we create a **VideoWriter** object. We should specify the output file name (eg: 125 # Define the codec and create VideoWriter object 127 out = cv2.VideoWriter('output.avi',fourcc, 20.0, (640,480))
|
/external/opencv3/samples/tapi/ |
D | hog.cpp | 149 VideoWriter video_writer; in run() 247 video_writer.open(output, VideoWriter::fourcc('x','v','i','d'), 24, in run()
|
/external/opencv3/samples/cpp/tutorial_code/HighGUI/video-write/ |
D | video-write.cpp | 52 VideoWriter outputVideo; // Open the output in main()
|
/external/opencv3/samples/python2/ |
D | turing.py | 32 out = cv2.VideoWriter(args['-o'], cv2.VideoWriter_fourcc(*'DIB '), 30.0, (w, h), False)
|
/external/opencv3/modules/cudacodec/test/ |
D | test_video.cpp | 88 cv::Ptr<cv::cudacodec::VideoWriter> d_writer; in CUDA_TEST_P()
|
/external/opencv3/samples/cpp/ |
D | videostab.cpp | 39 VideoWriter writer; in run() 52 writer.open(outputPath, VideoWriter::fourcc('X','V','I','D'), in run()
|
D | autofocus.cpp | 320 VideoWriter videoWriter; in main()
|
/external/opencv3/samples/cpp/tutorial_code/features2D/AKAZE_tracking/ |
D | planar_tracking.cpp | 116 VideoWriter video_out(argv[2], in main()
|