Home
last modified time | relevance | path

Searched defs:_fourcc (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/videoio/src/
Dcap.cpp607 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()
Dcap_vfw.cpp720 bool CvVideoWriter_VFW::open( const char* filename, int _fourcc, double _fps, CvSize frameSize, boo… in open()