/openbmc/qemu/audio/ |
H A D | sdlaudio.c | 203 static void sdl_close_out(SDLVoiceOut *sdl) in sdl_close_out() argument 205 if (sdl->initialized) { in sdl_close_out() 206 SDL_LockAudioDevice(sdl->devid); in sdl_close_out() 207 sdl->exit = 1; in sdl_close_out() 208 SDL_UnlockAudioDevice(sdl->devid); in sdl_close_out() 209 SDL_PauseAudioDevice(sdl->devid, 1); in sdl_close_out() 210 sdl->initialized = 0; in sdl_close_out() 212 if (sdl->devid) { in sdl_close_out() 213 SDL_CloseAudioDevice(sdl->devid); in sdl_close_out() 214 sdl->devid = 0; in sdl_close_out() [all …]
|
H A D | meson.build | 18 ['sdl', sdl, files('sdlaudio.c')],
|
/openbmc/u-boot/arch/sandbox/cpu/ |
H A D | sdl.c | 40 } sdl; variable 63 if (!sdl.inited) { in sandbox_sdl_ensure_init() 72 sdl.inited = true; in sandbox_sdl_ensure_init() 93 sdl.width = width; in sandbox_sdl_init_display() 94 sdl.height = height; in sandbox_sdl_init_display() 95 sdl.depth = 1 << log2_bpp; in sandbox_sdl_init_display() 96 sdl.pitch = sdl.width * sdl.depth / 8; in sandbox_sdl_init_display() 97 sdl.screen = SDL_SetVideoMode(width, height, 0, 0); in sandbox_sdl_init_display() 107 frame = SDL_CreateRGBSurfaceFrom(lcd_base, sdl.width, sdl.height, in sandbox_sdl_sync() 108 sdl.depth, sdl.pitch, in sandbox_sdl_sync() [all …]
|
H A D | Makefile | 10 extra-$(CONFIG_SANDBOX_SDL) += sdl.o 22 $(obj)/sdl.o: $(src)/sdl.c FORCE
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/ |
H A D | pkgconfig.patch | 8 Index: SDL-1.2.15/sdl.m4 10 --- SDL-1.2.15.orig/sdl.m4 11 +++ SDL-1.2.15/sdl.m4 16 -dnl Get the cflags and libraries from the sdl-config script 18 -AC_ARG_WITH(sdl-prefix,[ --with-sdl-prefix=PFX Prefix where SDL is installed (optional)], 20 -AC_ARG_WITH(sdl-exec-prefix,[ --with-sdl-exec-prefix=PFX Exec prefix where SDL is installed (opti… 28 - SDL_CONFIG=$sdl_exec_prefix/bin/sdl-config 34 - SDL_CONFIG=$sdl_prefix/bin/sdl-config 42 - AC_PATH_PROG(SDL_CONFIG, sdl-config, no, [$PATH]) 68 -dnl checks the results of sdl-config to some extent [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lvgl/files/ |
H A D | 0002-fix-sdl-handle-both-LV_IMAGE_SRC_FILE-and-LV_IMAGE_S.patch | 4 Subject: [PATCH 2/2] fix(sdl): handle both LV_IMAGE_SRC_FILE and 16 src/draw/sdl/lv_draw_sdl.c | 30 +++++++++++++++++++++++++++--- 19 diff --git a/src/draw/sdl/lv_draw_sdl.c b/src/draw/sdl/lv_draw_sdl.c 21 --- a/src/draw/sdl/lv_draw_sdl.c 22 +++ b/src/draw/sdl/lv_draw_sdl.c
|
/openbmc/openbmc/meta-inventec/meta-starscream/conf/templates/default/ |
H A D | local.conf.sample | 17 PACKAGECONFIG:append:pn-qemu-system-native = " sdl" 18 PACKAGECONFIG:append:pn-nativesdk-qemu = " sdl"
|
/openbmc/u-boot/arch/sandbox/ |
H A D | config.mk | 14 PLATFORM_LIBS += $(shell sdl-config --libs) 15 PLATFORM_CPPFLAGS += $(shell sdl-config --cflags)
|
H A D | Makefile | 4 head-$(CONFIG_SANDBOX_SDL) += arch/sandbox/cpu/sdl.o
|
/openbmc/openbmc/poky/meta/recipes-multimedia/mpg123/ |
H A D | mpg123_1.32.10.bb | 31 PACKAGECONFIG[sdl] = ",,libsdl2" 34 # alsa arts coreaudio dummy esd jack nas openal os2 oss portaudio pulse sdl sndio sun tinyalsa win3… 35 AUDIOMODS += "${@bb.utils.filter('PACKAGECONFIG', 'alsa esd jack openal portaudio sdl', d)}"
|
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/ |
H A D | qemu_9.2.0.bb | 18 fdt sdl kvm pie slirp \ 23 PACKAGECONFIG:class-nativesdk ??= "fdt sdl kvm pie slirp \
|
/openbmc/qemu/docs/system/ |
H A D | keys.rst.inc | 4 ``mod=`` where appropriate. For example, ``-display sdl, 6 while ``-display sdl,grab-mod=rctrl`` changes it to the right Ctrl key.
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/ |
H A D | libsdl-image_1.2.12.bb | 18 export SDL_CONFIG = "${STAGING_BINDIR_CROSS}/sdl-config" 26 rm -f ${S}/acinclude/sdl.m4
|
H A D | libsdl_1.2.15.bb | 38 BINCONFIG = "${bindir}/sdl-config" 42 CVE_PRODUCT = "simple_directmedia_layer sdl" 52 --disable-video-picogui --disable-video-qtopia --enable-sdl-dlopen \
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/linuxconsole/ |
H A D | linuxconsole_1.7.1.bb | 37 PACKAGECONFIG ??= "sdl" 38 PACKAGECONFIG[sdl] = ",,libsdl2" 41 if ! ${@bb.utils.contains('PACKAGECONFIG', 'sdl', 'true', 'false', d)}; then
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libvncserver/ |
H A D | libvncserver_0.9.14.bb | 20 sdl \ 38 PACKAGECONFIG[sdl] = "-DWITH_SDL=ON,-DWITH_SDL=OFF,libsdl2"
|
/openbmc/qemu/docs/system/devices/ |
H A D | virtio-snd.rst | 37 * sdl: ``-audio driver=sdl,model=virtio``
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lvgl/ |
H A D | lv-conf.inc | 6 PACKAGECONFIG[sdl] = ",,virtual/libsdl2 libsdl2-image" 17 LVGL_CONFIG_USE_SDL = "${@bb.utils.contains('PACKAGECONFIG', 'sdl', '1', '0', d)}"
|
H A D | lvgl_9.1.0.bb | 13 file://0002-fix-sdl-handle-both-LV_IMAGE_SRC_FILE-and-LV_IMAGE_S.patch \
|
/openbmc/u-boot/doc/device-tree-bindings/video/ |
H A D | sandbox-fb.txt | 10 compatible = "sandbox,lcd-sdl";
|
/openbmc/qemu/ui/ |
H A D | meson.build | 122 if sdl.found() 124 sdl_ss.add(sdl, sdl_image, pixman, glib, files( 131 ui_modules += {'sdl' : sdl_ss}
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libdc1394/ |
H A D | libdc1394_2.2.7.bb | 7 # libsdl to provide sdl.m4 with AM_PATH_SDL
|
/openbmc/qemu/scripts/coverity-scan/ |
H A D | run-coverity-scan | 418 ../configure --disable-modules --enable-sdl --enable-gtk \ 421 --audio-drv-list=oss,alsa,sdl,pa --enable-virtfs \
|
/openbmc/qemu/system/ |
H A D | meson.build | 27 ), sdl, libpmem, libdaxctl)
|
/openbmc/openbmc-build-scripts/ |
H A D | qemu-build.sh | 77 --disable-sdl \
|