Home
last modified time | relevance | path

Searched refs:IoClose (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/muxer/
H A Dffmpeg_muxer_plugin.h81 static void IoClose(AVFormatContext *s, AVIOContext *pb);
H A Dffmpeg_muxer_plugin.cpp243 fmt->io_close = IoClose; in FFmpegMuxerPlugin()
1139 void FFmpegMuxerPlugin::IoClose(AVFormatContext *s, AVIOContext *pb) in IoClose() function in OHOS::Media::Plugins::Ffmpeg::FFmpegMuxerPlugin
/ohos5.0/foundation/multimedia/media_foundation/services/media_monitor/server/include/
H A Dffmpeg_api_wrap.h100 int IoClose(AVIOContext *s);
/ohos5.0/foundation/multimedia/media_foundation/services/media_monitor/server/src/
H A Dffmpeg_api_wrap.cpp220 int FFmpegApiWrap::IoClose(AVIOContext *s) in IoClose() function in OHOS::Media::MediaMonitor::FFmpegApiWrap
H A Dmedia_audio_encoder.cpp523 (void)apiWrap_->IoClose(formatContext_->pb); in Release()