Lines Matching defs:SoundSystemParam
111 struct SoundSystemParam struct
116 s32 soundThreadPriority;
122 s32 soundThreadCoreNo;
128 size_t soundThreadStackSize;
136 size_t soundThreadCommandBufferSize;
141 s32 taskThreadPriority;
147 size_t taskThreadStackSize;
155 size_t taskThreadCommandBufferSize;
163 bool autoCreateSoundThread;
170 bool enableGetSoundThreadTick;
173 static const s32 DEFAULT_SOUND_THREAD_PRIORITY = 4;
176 static const s32 DEFAULT_TASK_THREAD_PRIORITY = 3;
179 static const u32 DEFAULT_SOUND_THREAD_STACK_SIZE = 16 * 1024;
204 SoundSystemParam() in SoundSystemParam() argument