Home
last modified time | relevance | path

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

/foundation/multimedia/player_framework/frameworks/native/soundpool/
H A Dstream_id_manager.cpp33 AudioStandard::AudioRendererInfo audioRenderInfo) : audioRendererInfo_(audioRenderInfo), maxStreams_(maxStreams) in StreamIDManager()
72 if (maxStreams_ > MAX_PLAY_STREAMS_NUMBER) { in InitThreadPool()
73 maxStreams_ = MAX_PLAY_STREAMS_NUMBER; in InitThreadPool()
76 if (maxStreams_ < MIN_PLAY_STREAMS_NUMBER) { in InitThreadPool()
77 maxStreams_ = MIN_PLAY_STREAMS_NUMBER; in InitThreadPool()
80 MEDIA_LOGI("stream playing thread pool maxStreams_:%{public}d", maxStreams_); in InitThreadPool()
82 streamPlayingThreadPool_->Start(maxStreams_); in InitThreadPool()
83 streamPlayingThreadPool_->SetMaxTaskNum(maxStreams_); in InitThreadPool()
141 int32_t tempMaxStream = maxStreams_; in SetPlay()
[all...]
H A Dstream_id_manager.h106 int32_t maxStreams_ = MIN_PLAY_STREAMS_NUMBER; member in OHOS::Media::StreamIDManager

Completed in 1 milliseconds