Home
last modified time | relevance | path

Searched refs:willPlayStreamInfos_ (Results 1 - 2 of 2) sorted by relevance

/foundation/multimedia/player_framework/frameworks/native/soundpool/
H A Dstream_id_manager.cpp171 for (size_t i = 0; i < willPlayStreamInfos_.size(); i++) { in SetPlay()
172 StreamIDAndPlayParamsInfo willPlayInfo = willPlayStreamInfos_[i]; in SetPlay()
220 if (willPlayStreamInfos_.empty()) { in QueueAndSortWillPlayStreamID()
221 willPlayStreamInfos_.emplace_back(freshStreamIDAndPlayParamsInfo); in QueueAndSortWillPlayStreamID()
224 for (size_t i = 0; i < willPlayStreamInfos_.size(); i++) { in QueueAndSortWillPlayStreamID()
226 std::shared_ptr<CacheBuffer> willPlayCacheBuffer = FindCacheBuffer(willPlayStreamInfos_[i].streamID); in QueueAndSortWillPlayStreamID()
228 willPlayStreamInfos_.erase(willPlayStreamInfos_.begin() + i); in QueueAndSortWillPlayStreamID()
236 willPlayStreamInfos_.insert(willPlayStreamInfos_ in QueueAndSortWillPlayStreamID()
[all...]
H A Dstream_id_manager.h112 std::deque<StreamIDAndPlayParamsInfo> willPlayStreamInfos_; member in OHOS::Media::StreamIDManager

Completed in 2 milliseconds