Include dependency graph for quicktime.c:

Data Structures | |
| struct | SoundComponentData |
| struct | decoder_sys_t |
Defines | |
| #define | LOADER 1 |
| #define | FCC(a, b, c, d) ((uint32_t)( ((a)<<24)|((b)<<16)|((c)<<8)|(d))) |
Typedefs | |
| typedef OpaqueSoundConverter * | SoundConverter |
| typedef unsigned long | UnsignedFixed |
| typedef uint8_t | Byte |
Functions | |
| HMODULE WINAPI | LoadLibraryA (LPCSTR) |
| FARPROC WINAPI | GetProcAddress (HMODULE, LPCSTR) |
| int WINAPI | FreeLibrary (HMODULE) |
| 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 | OpenAudio (decoder_t *) |
| static int | OpenVideo (decoder_t *) |
| static aout_buffer_t * | DecodeAudio (decoder_t *, block_t **) |
| static picture_t * | DecodeVideo (decoder_t *, block_t **) |
| static int | QTAudioInit (decoder_t *) |
| static int | QTVideoInit (decoder_t *) |
Variables | |
| static const int | pi_channels_maps [6] |
| #define FCC | ( | a, | |||
| b, | |||||
| c, | |||||
| d | ) | ((uint32_t)( ((a)<<24)|((b)<<16)|((c)<<8)|(d))) |
| #define LOADER 1 |
| typedef uint8_t Byte |
| typedef struct OpaqueSoundConverter* SoundConverter |
| typedef unsigned long UnsignedFixed |
| static void Close | ( | vlc_object_t * | ) | [static] |
| static aout_buffer_t* DecodeAudio | ( | decoder_t * | , | |
| block_t ** | ||||
| ) | [static] |
| int WINAPI FreeLibrary | ( | HMODULE | ) |
| FARPROC WINAPI GetProcAddress | ( | HMODULE | , | |
| LPCSTR | ||||
| ) |
| HMODULE WINAPI LoadLibraryA | ( | LPCSTR | ) |
| static int Open | ( | vlc_object_t * | ) | [static] |
| static int OpenAudio | ( | decoder_t * | ) | [static] |
| static int OpenVideo | ( | decoder_t * | ) | [static] |
| static int QTAudioInit | ( | decoder_t * | ) | [static] |
| static int QTVideoInit | ( | decoder_t * | ) | [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 ,
0x2 | 0x4 | 0x1 ,
0x2 | 0x4 | 0x20 | 0x20 ,
0x2 | 0x4 | 0x1
| 0x20 | 0x20
}
1.5.1