Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/
H A Dffmpeg_demuxer_plugin.cpp644 std::shared_ptr<SamplePacket> eosSample = std::make_shared<SamplePacket>(); in PushEOSToAllCache() local
645 eosSample->isEOS = true; in PushEOSToAllCache()
646 cacheQueue_.Push(streamIndex, eosSample); in PushEOSToAllCache()