Home
last modified time | relevance | path

Searched refs:wanted (Results 1 – 3 of 3) sorted by relevance

/u-boot/arch/sandbox/cpu/
A Dsdl.c374 SDL_AudioSpec wanted, have; in sandbox_sdl_sound_init() local
384 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 …]
/u-boot/doc/
A DREADME.autoboot30 key because you wanted to get the prompt.
/u-boot/scripts/
A Dget_maintainer.pl395 find( { wanted => \&find_is_maintainer_file,

Completed in 10 milliseconds