Lines Matching defs:SoundSystemParam
113 struct SoundSystemParam struct
118 s32 soundThreadPriority;
124 s32 soundThreadCoreNo;
130 size_t soundThreadStackSize;
138 size_t soundThreadCommandBufferSize;
143 s32 taskThreadPriority;
149 size_t taskThreadStackSize;
157 size_t taskThreadCommandBufferSize;
165 bool autoCreateSoundThread;
172 bool enableGetSoundThreadTick;
175 static const s32 DEFAULT_SOUND_THREAD_PRIORITY = 4;
178 static const s32 DEFAULT_TASK_THREAD_PRIORITY = 3;
181 static const u32 DEFAULT_SOUND_THREAD_STACK_SIZE = 16 * 1024;
206 SoundSystemParam() in SoundSystemParam() argument