Searched refs:wanted (Results 1 – 3 of 3) sorted by relevance
259 SDL_AudioSpec wanted; in sandbox_sdl_sound_init() local287 wanted.freq = 22050; in sandbox_sdl_sound_init()288 wanted.format = AUDIO_S16; in sandbox_sdl_sound_init()289 wanted.channels = 1; /* 1 = mono, 2 = stereo */ in sandbox_sdl_sound_init()290 wanted.samples = 1024; /* Good low-latency value for callback */ in sandbox_sdl_sound_init()291 wanted.callback = sandbox_sdl_fill_audio; in sandbox_sdl_sound_init()292 wanted.userdata = NULL; in sandbox_sdl_sound_init()294 sdl.audio_size = sizeof(uint16_t) * wanted.freq; in sandbox_sdl_sound_init()308 if (SDL_OpenAudio(&wanted, NULL) < 0) { in sandbox_sdl_sound_init()
30 key because you wanted to get the prompt.
368 find( { wanted => \&find_is_maintainer_file,