Searched refs:CodecSendFrame (Results 1 – 3 of 3) sorted by relevance
103 int CodecSendFrame(AVCodecContext *avctx, const AVFrame *frame);
274 int FFmpegApiWrap::CodecSendFrame(AVCodecContext *avctx, const AVFrame *frame) in CodecSendFrame() function in OHOS::Media::MediaMonitor::FFmpegApiWrap
480 ret = apiWrap_->CodecSendFrame(audioCodecContext_.get(), avFrame_.get()); in WriteFrame()