Searched refs:eosSample (Results 1 – 1 of 1) sorted by relevance
644 std::shared_ptr<SamplePacket> eosSample = std::make_shared<SamplePacket>(); in PushEOSToAllCache() local645 eosSample->isEOS = true; in PushEOSToAllCache()646 cacheQueue_.Push(streamIndex, eosSample); in PushEOSToAllCache()