Home
last modified time | relevance | path

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

/external/opencv3/modules/videoio/src/
Dcap_ffmpeg_impl.hpp997 struct CvVideoWriter_FFMPEG struct
1006 AVOutputFormat * fmt;
1007 AVFormatContext * oc;
1008 uint8_t * outbuf;
1009 uint32_t outbuf_size;
1010 FILE * outfile;
1011 AVFrame * picture;
1012 AVFrame * input_picture;
1013 uint8_t * picbuf;
1014 AVStream * video_st;
[all …]