Include dependency graph for speex.c:

| #define MAX_FRAME_BYTES 2000 |
| #define MAX_FRAME_SIZE 2000 |
| #define readint | ( | buf, | |||
| base | ) |
Value:
(((buf[base+3]<<24)&0xff000000)| \
((buf[base+2]<<16)&0xff0000)| \
((buf[base+1]<<8)&0xff00)| \
(buf[base]&0xff))
| static void CloseDecoder | ( | vlc_object_t * | ) | [static] |
| static void CloseEncoder | ( | vlc_object_t * | ) | [static] |
| static aout_buffer_t * DecodePacket | ( | decoder_t * | , | |
| ogg_packet * | ||||
| ) | [static] |
| static aout_buffer_t * DecodeRtpSpeexPacket | ( | decoder_t * | , | |
| block_t ** | ||||
| ) | [static] |
| static block_t * Encode | ( | encoder_t * | , | |
| aout_buffer_t * | ||||
| ) | [static] |
| static int OpenDecoder | ( | vlc_object_t * | ) | [static] |
| static int OpenEncoder | ( | vlc_object_t * | ) | [static] |
| static int OpenPacketizer | ( | vlc_object_t * | ) | [static] |
| static void ParseSpeexComments | ( | decoder_t * | , | |
| ogg_packet * | ||||
| ) | [static] |
| static int ProcessHeaders | ( | decoder_t * | ) | [static] |
| static int ProcessInitialHeader | ( | decoder_t * | , | |
| ogg_packet * | ||||
| ) | [static] |
| int vlc_entry__main | ( | module_t * | p_module | ) |
| const char* vlc_entry_license__main | ( | void | ) |
const int pi_channels_maps[6] [static] |
Initial value:
{
0,
0x1 , 0x2 | 0x4 ,
0x1 | 0x2 | 0x4 ,
0x2 | 0x4 | 0x20
| 0x40 ,
0x2 | 0x4 | 0x1
| 0x20 | 0x40
}
1.5.1