Include dependency graph for snapshot.c:

Data Structures | |
| struct | vout_sys_t |
Defines | |
| #define | WIDTH_TEXT N_( "Snapshot width" ) |
| #define | WIDTH_LONGTEXT N_( "Width of the snapshot image." ) |
| #define | HEIGHT_TEXT N_( "Snapshot height" ) |
| #define | HEIGHT_LONGTEXT N_( "Height of the snapshot image." ) |
| #define | CHROMA_TEXT N_( "Chroma" ) |
| #define | CHROMA_LONGTEXT |
| #define | CACHE_TEXT N_( "Cache size (number of images)" ) |
| #define | CACHE_LONGTEXT N_( "Snapshot cache size (number of images to keep)." ) |
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 void | Display (vout_thread_t *, picture_t *) |
| int | vlc_entry__main (module_t *p_module) |
| const char * | vlc_entry_license__main (void) |
| static mtime_t | snapshot_GetMovietime (vout_thread_t *p_vout) |
| #define CACHE_LONGTEXT N_( "Snapshot cache size (number of images to keep)." ) |
| #define CACHE_TEXT N_( "Cache size (number of images)" ) |
| #define CHROMA_LONGTEXT |
Value:
N_( "Output chroma for the snapshot image " \ "(a 4 character string, like \"RV32\")." )
| #define CHROMA_TEXT N_( "Chroma" ) |
| #define HEIGHT_LONGTEXT N_( "Height of the snapshot image." ) |
| #define HEIGHT_TEXT N_( "Snapshot height" ) |
| #define WIDTH_LONGTEXT N_( "Width of the snapshot image." ) |
| #define WIDTH_TEXT N_( "Snapshot width" ) |
| 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 mtime_t snapshot_GetMovietime | ( | vout_thread_t * | p_vout | ) | [static] |
| int vlc_entry__main | ( | module_t * | p_module | ) |
| const char* vlc_entry_license__main | ( | void | ) |
1.5.1