Include dependency graph for mpga.c:

Data Structures | |
| struct | demux_sys_t |
Defines | |
| #define | MPGA_PACKET_SIZE 1024 |
| #define | MPGA_VERSION(h) ( 1 - (((h)>>19)&0x01) ) |
| #define | MPGA_LAYER(h) ( 3 - (((h)>>17)&0x03) ) |
| #define | MPGA_MODE(h) (((h)>> 6)&0x03) |
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 | Demux (demux_t *) |
| static int | Control (demux_t *, int, va_list) |
| static int | HeaderCheck (uint32_t h) |
| static int | mpga_frame_samples (uint32_t h) |
| #define MPGA_LAYER | ( | h | ) | ( 3 - (((h)>>17)&0x03) ) |
| #define MPGA_MODE | ( | h | ) | (((h)>> 6)&0x03) |
| #define MPGA_PACKET_SIZE 1024 |
| #define MPGA_VERSION | ( | h | ) | ( 1 - (((h)>>19)&0x01) ) |
| static void Close | ( | vlc_object_t * | ) | [static] |
| static int Control | ( | demux_t * | , | |
| int | , | |||
| va_list | ||||
| ) | [static] |
| static int Demux | ( | demux_t * | ) | [static] |
| static int HeaderCheck | ( | uint32_t | h | ) | [static] |
| static int mpga_frame_samples | ( | uint32_t | h | ) | [static] |
| static int Open | ( | vlc_object_t * | ) | [static] |
| int vlc_entry__main | ( | module_t * | p_module | ) |
| const char* vlc_entry_license__main | ( | void | ) |
1.5.1