Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/
H A Dffmpeg_reference_parser.cpp168 parserRefIoContext_.dataSource = ioContext_.dataSource; in InitIoContext()
169 parserRefIoContext_.offset = 0; in InitIoContext()
170 parserRefIoContext_.eos = false; in InitIoContext()
171 parserRefIoContext_.initCompleted = true; in InitIoContext()
173 if (parserRefIoContext_.dataSource->GetSeekable() == Plugins::Seekable::SEEKABLE) { in InitIoContext()
174 parserRefIoContext_.dataSource->GetSize(parserRefIoContext_.fileSize); in InitIoContext()
176 parserRefIoContext_.fileSize = -1; in InitIoContext()
205 parserRefFormatContext_ = InitAVFormatContext(&parserRefIoContext_); in ParserRefInit()
252 AVStrError(ffmpegRet).c_str(), int(parserRefIoContext_.retry)); in ParserRefInfoLoop()
253 if (parserRefIoContext_.retry) { in ParserRefInfoLoop()
[all …]
H A Dffmpeg_demuxer_plugin.h196 IOContext parserRefIoContext_; variable
H A Dffmpeg_demuxer_plugin.cpp279 parserRefIoContext_() in FFmpegDemuxerPlugin()