Home
last modified time | relevance | path

Searched refs:CvVideoWriter_FFMPEG (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/videoio/src/
Dcap_ffmpeg_api.hpp46 OPENCV_FFMPEG_API struct CvVideoWriter_FFMPEG* cvCreateVideoWriter_FFMPEG(const char* filename,
51 OPENCV_FFMPEG_API int cvWriteFrame_FFMPEG(struct CvVideoWriter_FFMPEG* writer, const unsigned char*…
54 OPENCV_FFMPEG_API void cvReleaseVideoWriter_FFMPEG(struct CvVideoWriter_FFMPEG** writer);
Dcap_ffmpeg_impl.hpp997 struct CvVideoWriter_FFMPEG struct
1081 void CvVideoWriter_FFMPEG::init() in init()
1349 bool CvVideoWriter_FFMPEG::writeFrame( const unsigned char* data, int step, int width, int height, … in writeFrame()
1458 void CvVideoWriter_FFMPEG::close() in close()
1568 bool CvVideoWriter_FFMPEG::open( const char * filename, int fourcc, in open()
1878 CvVideoWriter_FFMPEG* cvCreateVideoWriter_FFMPEG( const char* filename, int fourcc, double fps, in cvCreateVideoWriter_FFMPEG()
1881 CvVideoWriter_FFMPEG* writer = (CvVideoWriter_FFMPEG*)malloc(sizeof(*writer)); in cvCreateVideoWriter_FFMPEG()
1890 void cvReleaseVideoWriter_FFMPEG( CvVideoWriter_FFMPEG** writer ) in cvReleaseVideoWriter_FFMPEG()
1901 int cvWriteFrame_FFMPEG( CvVideoWriter_FFMPEG* writer, in cvWriteFrame_FFMPEG()