Searched refs:FormatNewStream (Results 1 – 3 of 3) sorted by relevance
95 AVStream *FormatNewStream(AVFormatContext *s, const AVCodec *c);
321 audioStream = apiWrap_->FormatNewStream(formatContext_.get(), nullptr); in InitMux()329 videoStream = apiWrap_->FormatNewStream(formatContext_.get(), nullptr); in InitMux()
185 AVStream *FFmpegApiWrap::FormatNewStream(AVFormatContext *s, const AVCodec *c) in FormatNewStream() function in OHOS::Media::MediaMonitor::FFmpegApiWrap