Include dependency graph for access.c:

Functions | |
| void | VCDSetOrigin (access_t *p_access, lsn_t i_lsn, track_t i_track, const vcdinfo_itemid_t *p_itemid) |
| static block_t * | VCDReadBlock (access_t *) |
| static int | VCDControl (access_t *p_access, int i_query, va_list args) |
| static bool | VCDEntryPoints (access_t *) |
| static bool | VCDLIDs (access_t *) |
| static bool | VCDSegments (access_t *) |
| static int | VCDTitles (access_t *) |
| static char * | VCDParse (access_t *, vcdinfo_itemid_t *p_itemid, bool *play_single_item) |
| static void | VCDUpdateVar (access_t *p_access, int i_entry, int i_action, const char *p_varname, char *p_label, const char *p_debug_label) |
| static vcdinfo_obj_t * | vcd_Open (vlc_object_t *p_this, const char *psz_dev) |
| static void | cdio_log_handler (cdio_log_level_t level, const char message[]) |
| static void | vcd_log_handler (vcd_log_level_t level, const char message[]) |
| int | VCDSeek (access_t *p_access, int64_t i_pos) |
| int | VCDOpen (vlc_object_t *p_this) |
| void | VCDClose (vlc_object_t *p_this) |
Variables | |
| static access_t * | p_vcd_access = NULL |
| static void cdio_log_handler | ( | cdio_log_level_t | level, | |
| const char | message[] | |||
| ) | [static] |
| static void vcd_log_handler | ( | vcd_log_level_t | level, | |
| const char | message[] | |||
| ) | [static] |
| static vcdinfo_obj_t * vcd_Open | ( | vlc_object_t * | p_this, | |
| const char * | psz_dev | |||
| ) | [static] |
| void VCDClose | ( | vlc_object_t * | p_this | ) |
| static int VCDControl | ( | access_t * | p_access, | |
| int | i_query, | |||
| va_list | args | |||
| ) | [static] |
| static bool VCDEntryPoints | ( | access_t * | ) | [static] |
| static bool VCDLIDs | ( | access_t * | ) | [static] |
| int VCDOpen | ( | vlc_object_t * | p_this | ) |
| static char * VCDParse | ( | access_t * | , | |
| vcdinfo_itemid_t * | p_itemid, | |||
| bool * | play_single_item | |||
| ) | [static] |
| int VCDSeek | ( | access_t * | p_access, | |
| int64_t | i_pos | |||
| ) |
| static bool VCDSegments | ( | access_t * | ) | [static] |
| void VCDSetOrigin | ( | access_t * | p_access, | |
| lsn_t | i_lsn, | |||
| track_t | i_track, | |||
| const vcdinfo_itemid_t * | p_itemid | |||
| ) |
| static int VCDTitles | ( | access_t * | ) | [static] |
| static void VCDUpdateVar | ( | access_t * | p_access, | |
| int | i_entry, | |||
| int | i_action, | |||
| const char * | p_varname, | |||
| char * | p_label, | |||
| const char * | p_debug_label | |||
| ) | [static] |
access_t* p_vcd_access = NULL [static] |
1.5.1