Home
last modified time | relevance | path

Searched refs:allowed_changes (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/SDL2/src/audio/
A DSDL_audio.c1221 int allowed_changes, int min_id) in open_audio_device() argument
1364 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() argument
1505 allowed_changes, 2); in SDL_OpenAudioDevice()
/AliOS-Things-master/components/SDL2/include/
A DSDL_audio.h385 allowed_changes);

Completed in 6 milliseconds