Lines Matching defs:SoundSystemParam
104 struct SoundSystemParam struct
109 s32 soundThreadPriority;
115 s32 soundThreadCoreNo;
121 size_t soundThreadStackSize;
129 size_t soundThreadCommandBufferSize;
134 s32 taskThreadPriority;
140 size_t taskThreadStackSize;
148 size_t taskThreadCommandBufferSize;
156 bool autoCreateSoundThread;
163 bool enableGetSoundThreadTick;
166 static const s32 DEFAULT_SOUND_THREAD_PRIORITY = 4;
169 static const s32 DEFAULT_TASK_THREAD_PRIORITY = 3;
172 static const u32 DEFAULT_SOUND_THREAD_STACK_SIZE = 16 * 1024;
197 SoundSystemParam() in SoundSystemParam() argument