Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/sandbox/cpu/
H A Dsdl.c27 static struct sdl_info { struct
28 SDL_Surface *screen;
29 int width;
30 int height;
31 int depth;
32 int pitch;
33 uint frequency;
34 uint sample_rate;
35 bool audio_active;
36 bool inited;
[all …]