Searched defs:_fourcc (Results 1 – 2 of 2) sorted by relevance
/external/opencv3/modules/videoio/src/ |
D | cap.cpp | 607 static Ptr<IVideoWriter> IVideoWriter_create(const String& filename, int _fourcc, double fps, Size … in IVideoWriter_create() 755 VideoWriter::VideoWriter(const String& filename, int _fourcc, double fps, Size frameSize, bool isCo… in VideoWriter() 771 bool VideoWriter::open(const String& filename, int _fourcc, double fps, Size frameSize, bool isColo… in open()
|
D | cap_vfw.cpp | 720 bool CvVideoWriter_VFW::open( const char* filename, int _fourcc, double _fps, CvSize frameSize, boo… in open()
|