Searched defs:OutputMediaStream_FFMPEG (Results 1 - 1 of 1) sorted by relevance

/external/opencv3/modules/videoio/src/
H A Dcap_ffmpeg_impl.hpp1914 struct OutputMediaStream_FFMPEG struct
1929 void OutputMediaStream_FFMPEG::close()
1969 AVStream* OutputMediaStream_FFMPEG::addVideoStream(AVFormatContext *oc, CV_CODEC_ID codec_id, int w, int h, int bitrate, double fps, PixelFormat pixel_format)
2074 bool OutputMediaStream_FFMPEG::open(const char* fileName, int width, int height, double fps)
2156 void OutputMediaStream_FFMPEG::write(unsigned char* data, int size, int keyFrame)
2176 struct OutputMediaStream_FFMPEG* create_OutputMediaStream_FFMPEG(const char* fileName, int width, int height, double fps)
2178 OutputMediaStream_FFMPEG* stream = (OutputMediaStream_FFMPEG*) malloc(sizeof(OutputMediaStream_FFMPEG));
2189 void release_OutputMediaStream_FFMPEG(struct OutputMediaStream_FFMPEG* strea
[all...]

Completed in 77 milliseconds