Home
last modified time | relevance | path

Searched refs:AllocAVIOContext (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/demuxer/
H A Dffmpeg_demuxer_plugin.h81 AVIOContext* AllocAVIOContext(int flags);
H A Dffmpeg_demuxer_plugin.cpp405 formatContext->pb = AllocAVIOContext(AVIO_FLAG_READ); in InitAVFormatContext()
446 AVIOContext* FFmpegDemuxerPlugin::AllocAVIOContext(int flags) in AllocAVIOContext() function in OHOS::Media::Plugin::Ffmpeg::FFmpegDemuxerPlugin
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/
H A Dffmpeg_demuxer_plugin.h113 AVIOContext* AllocAVIOContext(int flags, IOContext *ioContext);
H A Dffmpeg_demuxer_plugin.cpp897 AVIOContext* FFmpegDemuxerPlugin::AllocAVIOContext(int flags, IOContext *ioContext) in AllocAVIOContext() function in OHOS::Media::Plugins::Ffmpeg::FFmpegDemuxerPlugin
974 formatContext->pb = AllocAVIOContext(AVIO_FLAG_READ, ioContext); in InitAVFormatContext()