Include dependency graph for vout.c:

Defines | |
| #define | DUMMY_WIDTH 16 |
| #define | DUMMY_HEIGHT 16 |
| #define | DUMMY_MAX_DIRECTBUFFERS 10 |
Functions | |
| static int | Init (vout_thread_t *) |
| static void | End (vout_thread_t *) |
| static int | Manage (vout_thread_t *) |
| static void | Render (vout_thread_t *, picture_t *) |
| static void | Display (vout_thread_t *, picture_t *) |
| static void | SetPalette (vout_thread_t *, uint16_t *, uint16_t *, uint16_t *) |
| static int | Control (vout_thread_t *, int, va_list) |
| int | OpenVideo (vlc_object_t *p_this) |
| #define DUMMY_HEIGHT 16 |
| #define DUMMY_MAX_DIRECTBUFFERS 10 |
| #define DUMMY_WIDTH 16 |
| static int Control | ( | vout_thread_t * | , | |
| int | , | |||
| va_list | ||||
| ) | [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] |
| int OpenVideo | ( | vlc_object_t * | p_this | ) |
| static void Render | ( | vout_thread_t * | , | |
| picture_t * | ||||
| ) | [static] |
| static void SetPalette | ( | vout_thread_t * | , | |
| uint16_t * | , | |||
| uint16_t * | , | |||
| uint16_t * | ||||
| ) | [static] |
1.5.1