Home
last modified time | relevance | path

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

/foundation/multimedia/player_framework/frameworks/native/soundpool/
H A Dstream_id_manager.h83 static constexpr int32_t MIN_PLAY_STREAMS_NUMBER = 1; member in OHOS::Media::StreamIDManager
106 int32_t maxStreams_ = MIN_PLAY_STREAMS_NUMBER;
H A Dstream_id_manager.cpp76 if (maxStreams_ < MIN_PLAY_STREAMS_NUMBER) { in InitThreadPool()
77 maxStreams_ = MIN_PLAY_STREAMS_NUMBER; in InitThreadPool()

Completed in 3 milliseconds