Searched refs:allowed_changes (Results 1 – 2 of 2) sorted by relevance
1221 int allowed_changes, int min_id) in open_audio_device() argument1364 if (allowed_changes & SDL_AUDIO_ALLOW_FREQUENCY_CHANGE) { in open_audio_device()1371 if (allowed_changes & SDL_AUDIO_ALLOW_FORMAT_CHANGE) { in open_audio_device()1378 if (allowed_changes & SDL_AUDIO_ALLOW_CHANNELS_CHANGE) { in open_audio_device()1385 if (allowed_changes & SDL_AUDIO_ALLOW_SAMPLES_CHANGE) { in open_audio_device()1502 int allowed_changes) in SDL_OpenAudioDevice() argument1505 allowed_changes, 2); in SDL_OpenAudioDevice()
385 allowed_changes);
Completed in 6 milliseconds