Include dependency graph for sdl.c:

Data Structures | |
| struct | vout_sys_t |
| struct | picture_sys_t |
Defines | |
| #define | SDL_MAX_DIRECTBUFFERS 1 |
| #define | SDL_DEFAULT_BPP 16 |
| #define | CHROMA_TEXT N_("SDL chroma format") |
| #define | CHROMA_LONGTEXT |
Functions | |
| static int | Open (vlc_object_t *) |
| static void | Close (vlc_object_t *) |
| static int | Init (vout_thread_t *) |
| static void | End (vout_thread_t *) |
| static int | Manage (vout_thread_t *) |
| static void | Display (vout_thread_t *, picture_t *) |
| static int | OpenDisplay (vout_thread_t *) |
| static void | CloseDisplay (vout_thread_t *) |
| static int | NewPicture (vout_thread_t *, picture_t *) |
| static void | SetPalette (vout_thread_t *, uint16_t *, uint16_t *, uint16_t *) |
| static int | ConvertKey (SDLKey) |
| int | vlc_entry__main (module_t *p_module) |
| const char * | vlc_entry_license__main (void) |
Variables | |
| struct { | |
| SDLKey sdl_key | |
| int i_vlckey | |
| } | sdlkeys_to_vlckeys [] |
| #define CHROMA_LONGTEXT |
Value:
N_( \ "Force the SDL renderer to use a specific chroma format instead of " \ "trying to improve performances by using the most efficient one.")
| #define CHROMA_TEXT N_("SDL chroma format") |
| #define SDL_DEFAULT_BPP 16 |
| #define SDL_MAX_DIRECTBUFFERS 1 |
| static void Close | ( | vlc_object_t * | ) | [static] |
| static void CloseDisplay | ( | vout_thread_t * | ) | [static] |
| static int ConvertKey | ( | SDLKey | ) | [static] |
| static void Display | ( | vout_thread_t * | , | |
| picture_t * | ||||
| ) | [static] |
| static void End | ( | vout_thread_t * | ) | [static] |
| static int Init | ( | vout_thread_t * | ) | [static] |
| static int Manage | ( | vout_thread_t * | ) | [static] |
| static int NewPicture | ( | vout_thread_t * | , | |
| picture_t * | ||||
| ) | [static] |
| static int Open | ( | vlc_object_t * | ) | [static] |
| static int OpenDisplay | ( | vout_thread_t * | ) | [static] |
| static void SetPalette | ( | vout_thread_t * | , | |
| uint16_t * | , | |||
| uint16_t * | , | |||
| uint16_t * | ||||
| ) | [static] |
| int vlc_entry__main | ( | module_t * | p_module | ) |
| const char* vlc_entry_license__main | ( | void | ) |
| int i_vlckey |
| SDLKey sdl_key |
struct { ... } sdlkeys_to_vlckeys[] [static] |
1.5.1