Include dependency graph for vcd.c:

Data Structures | |
| struct | access_sys_t |
Defines | |
| #define | CACHING_TEXT N_("Caching value in ms") |
| #define | CACHING_LONGTEXT |
| #define | VCD_BLOCKS_ONCE 20 |
| #define | VCD_DATA_ONCE (VCD_BLOCKS_ONCE * VCD_DATA_SIZE) |
Functions | |
| static int | Open (vlc_object_t *) |
| static void | Close (vlc_object_t *) |
| int | vlc_entry__main (module_t *p_module) |
| const char * | vlc_entry_license__main (void) |
| static block_t * | Block (access_t *) |
| static int | Seek (access_t *, int64_t) |
| static int | Control (access_t *, int, va_list) |
| static int | EntryPoints (access_t *) |
| #define CACHING_LONGTEXT |
Value:
N_( \ "Caching value for VCDs. This " \ "value should be set in milliseconds." )
| #define CACHING_TEXT N_("Caching value in ms") |
| #define VCD_BLOCKS_ONCE 20 |
| #define VCD_DATA_ONCE (VCD_BLOCKS_ONCE * VCD_DATA_SIZE) |
| static void Close | ( | vlc_object_t * | ) | [static] |
| static int Control | ( | access_t * | , | |
| int | , | |||
| va_list | ||||
| ) | [static] |
| static int EntryPoints | ( | access_t * | ) | [static] |
| static int Open | ( | vlc_object_t * | ) | [static] |
| static int Seek | ( | access_t * | , | |
| int64_t | ||||
| ) | [static] |
| int vlc_entry__main | ( | module_t * | p_module | ) |
| const char* vlc_entry_license__main | ( | void | ) |
1.5.1