Searched refs:openCodec (Results 1 – 2 of 2) sorted by relevance
109 bool openCodec( QString & errorString );145 bool DecoderContext::openCodec( QString & errorString ) in openCodec() function in Ffmpeg::DecoderContext609 if ( !d.openCodec( errorString ) ) in run()
1295 int openCodec(AVFormatContext* avFormatContext, AVCodec* avCodec, AVStream* avStream);3324 WriteFFmpegPlugin::openCodec(AVFormatContext* avFormatContext, in openCodec() function in WriteFFmpegPlugin4010 if (openCodec(formatContext_, audioCodec, streamAudio_) < 0) { in beginEncode()4198 if (openCodec(_formatContext, videoCodec, _streamVideo) < 0) { in beginEncode()