Include dependency graph for realaudio.c:

Data Structures | |
| struct | decoder_sys_t |
| struct | ra_init_t |
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 int | OpenDll (decoder_t *) |
| static int | OpenNativeDll (decoder_t *, char *, char *) |
| static int | OpenWin32Dll (decoder_t *, char *, char *) |
| static void | CloseDll (decoder_t *) |
| static aout_buffer_t * | Decode (decoder_t *, block_t **) |
| struct | __attribute__ ((__packed__)) |
| void * | __builtin_new (unsigned long size) |
| void | __builtin_delete (void *p) |
Variables | |
| wra_init_t | |
| static const int | pi_channels_maps [7] |
| struct __attribute__ | ( | (__packed__) | ) |
| void __builtin_delete | ( | void * | p | ) |
| void* __builtin_new | ( | unsigned long | size | ) |
| static void Close | ( | vlc_object_t * | ) | [static] |
| static void CloseDll | ( | decoder_t * | ) | [static] |
| static aout_buffer_t * Decode | ( | decoder_t * | , | |
| block_t ** | ||||
| ) | [static] |
| static int Open | ( | vlc_object_t * | ) | [static] |
| static int OpenDll | ( | decoder_t * | ) | [static] |
| static int OpenNativeDll | ( | decoder_t * | , | |
| char * | , | |||
| char * | ||||
| ) | [static] |
| static int OpenWin32Dll | ( | decoder_t * | , | |
| char * | , | |||
| char * | ||||
| ) | [static] |
| int vlc_entry__main | ( | module_t * | p_module | ) |
| const char* vlc_entry_license__main | ( | void | ) |
const int pi_channels_maps[7] [static] |
Initial value:
{
0,
0x1 ,
0x2 | 0x4 ,
0x1 | 0x2 | 0x4 ,
0x2 | 0x4 | 0x20
| 0x40 ,
0x2 | 0x4 | 0x1
| 0x20 | 0x40 ,
0x2 | 0x4 | 0x1
| 0x20 | 0x40 | 0x1000
}
1.5.1