Home
last modified time | relevance | path

Searched refs:CodecSendFrame (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/services/media_monitor/server/include/
H A Dffmpeg_api_wrap.h103 int CodecSendFrame(AVCodecContext *avctx, const AVFrame *frame);
/ohos5.0/foundation/multimedia/media_foundation/services/media_monitor/server/src/
H A Dffmpeg_api_wrap.cpp274 int FFmpegApiWrap::CodecSendFrame(AVCodecContext *avctx, const AVFrame *frame) in CodecSendFrame() function in OHOS::Media::MediaMonitor::FFmpegApiWrap
H A Dmedia_audio_encoder.cpp480 ret = apiWrap_->CodecSendFrame(audioCodecContext_.get(), avFrame_.get()); in WriteFrame()