Include dependency graph for vout.c:

Data Structures | |
| struct | vout_sys_t |
| struct | picture_sys_t |
Defines | |
| #define | MAX_DIRECTBUFFERS 2 |
| #define | MODE_NORMAL_MEM 0 |
| #define | MODE_SHARED_MEM 1 |
| #define | MODE_VIDEO_MEM 2 |
| #define | MODE_VIDEO_OVERLAY 3 |
Functions | |
| static int | QNXInit (vout_thread_t *) |
| static void | QNXEnd (vout_thread_t *) |
| static int | QNXManage (vout_thread_t *) |
| static void | QNXDisplay (vout_thread_t *, picture_t *) |
| static int | QNXInitDisplay (vout_thread_t *) |
| static int | QNXCreateWnd (vout_thread_t *) |
| static int | QNXDestroyWnd (vout_thread_t *) |
| static int | NewPicture (vout_thread_t *, picture_t *, int) |
| static void | FreePicture (vout_thread_t *, picture_t *) |
| static int | ResizeOverlayOutput (vout_thread_t *) |
| static void | SetPalette (vout_thread_t *, uint16_t *, uint16_t *, uint16_t *) |
| int | OpenVideo (vlc_object_t *p_this) |
| void | CloseVideo (vlc_object_t *p_this) |
| #define MAX_DIRECTBUFFERS 2 |
| #define MODE_NORMAL_MEM 0 |
| #define MODE_SHARED_MEM 1 |
| #define MODE_VIDEO_MEM 2 |
| #define MODE_VIDEO_OVERLAY 3 |
| void CloseVideo | ( | vlc_object_t * | p_this | ) |
| static void FreePicture | ( | vout_thread_t * | , | |
| picture_t * | ||||
| ) | [static] |
| static int NewPicture | ( | vout_thread_t * | , | |
| picture_t * | , | |||
| int | ||||
| ) | [static] |
| int OpenVideo | ( | vlc_object_t * | p_this | ) |
| static int QNXCreateWnd | ( | vout_thread_t * | ) | [static] |
| static int QNXDestroyWnd | ( | vout_thread_t * | ) | [static] |
| static void QNXDisplay | ( | vout_thread_t * | , | |
| picture_t * | ||||
| ) | [static] |
| static void QNXEnd | ( | vout_thread_t * | ) | [static] |
| static int QNXInit | ( | vout_thread_t * | ) | [static] |
| static int QNXInitDisplay | ( | vout_thread_t * | ) | [static] |
| static int QNXManage | ( | vout_thread_t * | ) | [static] |
| static int ResizeOverlayOutput | ( | vout_thread_t * | ) | [static] |
| static void SetPalette | ( | vout_thread_t * | , | |
| uint16_t * | , | |||
| uint16_t * | , | |||
| uint16_t * | ||||
| ) | [static] |
1.5.1