Home
last modified time | relevance | path

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

/foundation/multimedia/player_framework/frameworks/native/soundpool/
H A Dstream_id_manager.h82 static constexpr int32_t MAX_PLAY_STREAMS_NUMBER = 32; member in OHOS::Media::StreamIDManager
H A Dstream_id_manager.cpp72 if (maxStreams_ > MAX_PLAY_STREAMS_NUMBER) { in InitThreadPool()
73 maxStreams_ = MAX_PLAY_STREAMS_NUMBER; in InitThreadPool()

Completed in 1 milliseconds