Searched refs:wanted (Results 1 – 3 of 3) sorted by relevance
374 SDL_AudioSpec wanted, have; in sandbox_sdl_sound_init() local384 wanted.freq = rate; in sandbox_sdl_sound_init()385 wanted.format = AUDIO_S16; in sandbox_sdl_sound_init()386 wanted.channels = channels; in sandbox_sdl_sound_init()387 wanted.samples = 1024; /* Good low-latency value for callback */ in sandbox_sdl_sound_init()388 wanted.callback = sandbox_sdl_fill_audio; in sandbox_sdl_sound_init()389 wanted.userdata = NULL; in sandbox_sdl_sound_init()394 buf->alloced = sizeof(uint16_t) * wanted.freq * wanted.channels; in sandbox_sdl_sound_init()412 if (SDL_OpenAudio(&wanted, &have) < 0) { in sandbox_sdl_sound_init()416 if (have.format != wanted.format) { in sandbox_sdl_sound_init()[all …]
30 key because you wanted to get the prompt.
395 find( { wanted => \&find_is_maintainer_file,
Completed in 10 milliseconds