Home
last modified time | relevance | path

Searched refs:sdl (Results 1 – 25 of 98) sorted by relevance

1234

/openbmc/qemu/audio/
H A Dsdlaudio.c207 sdl->exit = 1; in sdl_close_out()
212 if (sdl->devid) { in sdl_close_out()
214 sdl->devid = 0; in sdl_close_out()
223 if (!sdl->exit) { in sdl_callback_out()
255 sdl->exit = 1; in sdl_close_in()
260 if (sdl->devid) { in sdl_close_in()
271 if (sdl->exit) { in sdl_callback_in()
357 sdl->dev = dev; in sdl_init_out()
379 sdl->exit = 0; in sdl_init_out()
417 sdl->dev = dev; in sdl_init_in()
[all …]
H A Dmeson.build18 ['sdl', sdl, files('sdlaudio.c')],
/openbmc/u-boot/arch/sandbox/cpu/
H A Dsdl.c40 } 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()
96 sdl.pitch = sdl.width * sdl.depth / 8; 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()
262 buf = &sdl.buf[sdl.cur_buf]; in sandbox_sdl_fill_audio()
265 sdl.cur_buf = 1 - sdl.cur_buf; in sandbox_sdl_fill_audio()
330 sdl.cur_buf = 0; in sandbox_sdl_sound_init()
[all …]
H A DMakefile10 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 Dpkgconfig.patch8 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 D0002-fix-sdl-handle-both-LV_IMAGE_SRC_FILE-and-LV_IMAGE_S.patch4 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 Dlocal.conf.sample17 PACKAGECONFIG:append:pn-qemu-system-native = " sdl"
18 PACKAGECONFIG:append:pn-nativesdk-qemu = " sdl"
/openbmc/u-boot/arch/sandbox/
H A Dconfig.mk14 PLATFORM_LIBS += $(shell sdl-config --libs)
15 PLATFORM_CPPFLAGS += $(shell sdl-config --cflags)
H A DMakefile4 head-$(CONFIG_SANDBOX_SDL) += arch/sandbox/cpu/sdl.o
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/
H A Dqemu_8.2.1.bb18 fdt sdl kvm pie slirp \
23 PACKAGECONFIG:class-nativesdk ??= "fdt sdl kvm pie slirp \
/openbmc/openbmc/poky/meta/recipes-multimedia/mpg123/
H A Dmpg123_1.32.6.bb31 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/meta-openembedded/meta-oe/recipes-graphics/libsdl/
H A Dlibsdl-image_1.2.12.bb18 export SDL_CONFIG = "${STAGING_BINDIR_CROSS}/sdl-config"
26 rm -f ${S}/acinclude/sdl.m4
H A Dlibsdl_1.2.15.bb38 BINCONFIG = "${bindir}/sdl-config"
42 CVE_PRODUCT = "simple_directmedia_layer sdl"
52 --disable-video-picogui --disable-video-qtopia --enable-sdl-dlopen \
/openbmc/qemu/docs/system/
H A Dkeys.rst.inc4 ``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-extended/linuxconsole/
H A Dlinuxconsole_1.7.1.bb37 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 Dlibvncserver_0.9.14.bb20 sdl \
38 PACKAGECONFIG[sdl] = "-DWITH_SDL=ON,-DWITH_SDL=OFF,libsdl2"
/openbmc/qemu/docs/system/devices/
H A Dvirtio-snd.rst37 * sdl: ``-audio driver=sdl,model=virtio``
/openbmc/u-boot/doc/device-tree-bindings/video/
H A Dsandbox-fb.txt10 compatible = "sandbox,lcd-sdl";
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lvgl/
H A Dlv-conf.inc5 PACKAGECONFIG[sdl] = ",,virtual/libsdl2 libsdl2-image"
16 LVGL_CONFIG_USE_SDL = "${@bb.utils.contains('PACKAGECONFIG', 'sdl', '1', '0', d)}"
H A Dlvgl_9.1.0.bb13 file://0002-fix-sdl-handle-both-LV_IMAGE_SRC_FILE-and-LV_IMAGE_S.patch \
/openbmc/qemu/ui/
H A Dmeson.build122 if sdl.found()
126 sdl_ss.add(sdl, sdl_image, pixman, glib, files(
133 ui_modules += {'sdl' : sdl_ss}
/openbmc/openbmc/meta-arm/ci/
H A Dbase.yml32 PACKAGECONFIG:remove:pn-qemu-system-native = "gtk+ sdl"
/openbmc/openbmc/meta-arm/kas/
H A Dfvp-base.yml37 PACKAGECONFIG:remove:pn-qemu-system-native = "gtk+ sdl"
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libdc1394/
H A Dlibdc1394_2.2.7.bb7 # libsdl to provide sdl.m4 with AM_PATH_SDL
/openbmc/qemu/system/
H A Dmeson.build28 ), sdl, libpmem, libdaxctl)

1234