OutputMediaStream_FFMPEG  715 modules/cudacodec/src/video_writer.cpp         struct OutputMediaStream_FFMPEG* stream_;
OutputMediaStream_FFMPEG   74 modules/videoio/src/cap_ffmpeg_api.hpp OPENCV_FFMPEG_API struct OutputMediaStream_FFMPEG* create_OutputMediaStream_FFMPEG(const char* fileName, int width, int height, double fps);
OutputMediaStream_FFMPEG   75 modules/videoio/src/cap_ffmpeg_api.hpp OPENCV_FFMPEG_API void release_OutputMediaStream_FFMPEG(struct OutputMediaStream_FFMPEG* stream);
OutputMediaStream_FFMPEG   76 modules/videoio/src/cap_ffmpeg_api.hpp OPENCV_FFMPEG_API void write_OutputMediaStream_FFMPEG(struct OutputMediaStream_FFMPEG* stream, unsigned char* data, int size, int keyFrame);
OutputMediaStream_FFMPEG   78 modules/videoio/src/cap_ffmpeg_api.hpp typedef struct OutputMediaStream_FFMPEG* (*Create_OutputMediaStream_FFMPEG_Plugin)(const char* fileName, int width, int height, double fps);
OutputMediaStream_FFMPEG   79 modules/videoio/src/cap_ffmpeg_api.hpp typedef void (*Release_OutputMediaStream_FFMPEG_Plugin)(struct OutputMediaStream_FFMPEG* stream);
OutputMediaStream_FFMPEG   80 modules/videoio/src/cap_ffmpeg_api.hpp typedef void (*Write_OutputMediaStream_FFMPEG_Plugin)(struct OutputMediaStream_FFMPEG* stream, unsigned char* data, int size, int keyFrame);
OutputMediaStream_FFMPEG 1929 modules/videoio/src/cap_ffmpeg_impl.hpp void OutputMediaStream_FFMPEG::close()
OutputMediaStream_FFMPEG 1969 modules/videoio/src/cap_ffmpeg_impl.hpp AVStream* OutputMediaStream_FFMPEG::addVideoStream(AVFormatContext *oc, CV_CODEC_ID codec_id, int w, int h, int bitrate, double fps, PixelFormat pixel_format)
OutputMediaStream_FFMPEG 2074 modules/videoio/src/cap_ffmpeg_impl.hpp bool OutputMediaStream_FFMPEG::open(const char* fileName, int width, int height, double fps)
OutputMediaStream_FFMPEG 2156 modules/videoio/src/cap_ffmpeg_impl.hpp void OutputMediaStream_FFMPEG::write(unsigned char* data, int size, int keyFrame)
OutputMediaStream_FFMPEG 2176 modules/videoio/src/cap_ffmpeg_impl.hpp struct OutputMediaStream_FFMPEG* create_OutputMediaStream_FFMPEG(const char* fileName, int width, int height, double fps)
OutputMediaStream_FFMPEG 2178 modules/videoio/src/cap_ffmpeg_impl.hpp     OutputMediaStream_FFMPEG* stream = (OutputMediaStream_FFMPEG*) malloc(sizeof(OutputMediaStream_FFMPEG));
OutputMediaStream_FFMPEG 2189 modules/videoio/src/cap_ffmpeg_impl.hpp void release_OutputMediaStream_FFMPEG(struct OutputMediaStream_FFMPEG* stream)
OutputMediaStream_FFMPEG 2195 modules/videoio/src/cap_ffmpeg_impl.hpp void write_OutputMediaStream_FFMPEG(struct OutputMediaStream_FFMPEG* stream, unsigned char* data, int size, int keyFrame)