Include dependency graph for vmem.c:

Data Structures | |
| struct | vout_sys_t |
Defines | |
| #define | T_WIDTH N_( "Width" ) |
| #define | LT_WIDTH N_( "Video memory buffer width." ) |
| #define | T_HEIGHT N_( "Height" ) |
| #define | LT_HEIGHT N_( "Video memory buffer height." ) |
| #define | T_PITCH N_( "Pitch" ) |
| #define | LT_PITCH N_( "Video memory buffer pitch in bytes." ) |
| #define | T_CHROMA N_( "Chroma" ) |
| #define | LT_CHROMA |
| #define | T_LOCK N_( "Lock function" ) |
| #define | LT_LOCK |
| #define | T_UNLOCK N_( "Unlock function" ) |
| #define | LT_UNLOCK N_( "Address of the unlocking callback function" ) |
| #define | T_DATA N_( "Callback data" ) |
| #define | LT_DATA N_( "Data for the locking and unlocking functions" ) |
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 | LockPicture (vout_thread_t *, picture_t *) |
| static int | UnlockPicture (vout_thread_t *, picture_t *) |
| int | vlc_entry__main (module_t *p_module) |
| const char * | vlc_entry_license__main (void) |
| #define LT_CHROMA |
Value:
N_( "Output chroma for the memory image as a 4-character " \ "string, eg. \"RV32\"." )
| #define LT_DATA N_( "Data for the locking and unlocking functions" ) |
| #define LT_HEIGHT N_( "Video memory buffer height." ) |
| #define LT_LOCK |
Value:
N_( "Address of the locking callback function. This " \ "function must return a valid memory address for use " \ "by the video renderer." )
| #define LT_PITCH N_( "Video memory buffer pitch in bytes." ) |
| #define LT_UNLOCK N_( "Address of the unlocking callback function" ) |
| #define LT_WIDTH N_( "Video memory buffer width." ) |
| #define T_CHROMA N_( "Chroma" ) |
| #define T_DATA N_( "Callback data" ) |
| #define T_HEIGHT N_( "Height" ) |
| #define T_LOCK N_( "Lock function" ) |
| #define T_PITCH N_( "Pitch" ) |
| #define T_UNLOCK N_( "Unlock function" ) |
| #define T_WIDTH N_( "Width" ) |
| static int Create | ( | vlc_object_t * | ) | [static] |
| static void Destroy | ( | vlc_object_t * | ) | [static] |
| static void End | ( | vout_thread_t * | ) | [static] |
| static int Init | ( | vout_thread_t * | ) | [static] |
| static int LockPicture | ( | vout_thread_t * | , | |
| picture_t * | ||||
| ) | [static] |
| static int UnlockPicture | ( | vout_thread_t * | , | |
| picture_t * | ||||
| ) | [static] |
| int vlc_entry__main | ( | module_t * | p_module | ) |
| const char* vlc_entry_license__main | ( | void | ) |
1.5.1