Searched refs:kDecoderThreads (Results 1 – 1 of 1) sorted by relevance
29 static const size_t kDecoderThreads = std::thread::hardware_concurrency() >= 4 ? 2 : 1; variable32 : mDecoder{std::make_unique<SoundDecoder>(this, kDecoderThreads, ANDROID_PRIORITY_NORMAL)} in SoundManager()