Home
last modified time | relevance | path

Searched defs:sdl (Results 1 – 3 of 3) sorted by relevance

/qemu/audio/
H A Dsdlaudio.c203 static void sdl_close_out(SDLVoiceOut *sdl) in sdl_close_out()
220 SDLVoiceOut *sdl = opaque; in sdl_callback_out() local
251 static void sdl_close_in(SDLVoiceIn *sdl) in sdl_close_in()
268 SDLVoiceIn *sdl = opaque; in sdl_callback_in() local
331 SDLVoiceOut *sdl = (SDLVoiceOut *)hw; in sdl_fini_out() local
339 SDLVoiceOut *sdl = (SDLVoiceOut *)hw; in sdl_init_out() local
385 SDLVoiceOut *sdl = (SDLVoiceOut *)hw; in sdl_enable_out() local
392 SDLVoiceIn *sdl = (SDLVoiceIn *)hw; in sdl_fini_in() local
399 SDLVoiceIn *sdl = (SDLVoiceIn *)hw; in sdl_init_in() local
448 SDLVoiceIn *sdl = (SDLVoiceIn *)hw; in sdl_enable_in() local
/qemu/
H A Dmeson_options.txt209 option('sdl', type : 'feature', value : 'auto', feature
H A Dmeson.build1599 if sdl.found() variable
1587 sdl = not_found global() variable
1589 sdl = dependency('sdl2', required: get_option('sdl')) global() variable
[all...]