Searched refs:IoClose (Results 1 – 5 of 5) sorted by relevance
81 static void IoClose(AVFormatContext *s, AVIOContext *pb);
243 fmt->io_close = IoClose; in FFmpegMuxerPlugin()1139 void FFmpegMuxerPlugin::IoClose(AVFormatContext *s, AVIOContext *pb) in IoClose() function in OHOS::Media::Plugins::Ffmpeg::FFmpegMuxerPlugin
100 int IoClose(AVIOContext *s);
220 int FFmpegApiWrap::IoClose(AVIOContext *s) in IoClose() function in OHOS::Media::MediaMonitor::FFmpegApiWrap
523 (void)apiWrap_->IoClose(formatContext_->pb); in Release()