Include dependency graph for svgalib.c:

Data Structures | |
| struct | vout_sys_t |
Functions | |
| static int | Create (vlc_object_t *) |
| static void | Destroy (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 void | SetPalette (vout_thread_t *, uint16_t *, uint16_t *, uint16_t *) |
| int | vlc_entry__main (module_t *p_module) |
| const char * | vlc_entry_license__main (void) |
| static int Create | ( | vlc_object_t * | ) | [static] |
| static void Destroy | ( | vlc_object_t * | ) | [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 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 | ) |
1.5.1