Searched refs:addVideoStream (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/videoio/src/ |
D | cap_ffmpeg_impl.hpp | 1922 …static AVStream* addVideoStream(AVFormatContext *oc, CV_CODEC_ID codec_id, int w, int h, int bitra… 1969 AVStream* OutputMediaStream_FFMPEG::addVideoStream(AVFormatContext *oc, CV_CODEC_ID codec_id, int w… in addVideoStream() function in OutputMediaStream_FFMPEG 2111 …video_st_ = addVideoStream(oc_, codec_id, width, height, width * height * bitrate_scale, fps, code… in open()
|