OpenCore
1.0.4
OpenCore Bootloader
|
Go to the source code of this file.
Functions | |
HMP3Decoder | MP3InitDecoder (void) |
void | MP3FreeDecoder (HMP3Decoder hMP3Decoder) |
int | MP3FindSyncWord (unsigned char *buf, int nBytes) |
void | MP3GetLastFrameInfo (HMP3Decoder hMP3Decoder, MP3FrameInfo *mp3FrameInfo) |
int | MP3GetNextFrameInfo (HMP3Decoder hMP3Decoder, MP3FrameInfo *mp3FrameInfo, unsigned char *buf) |
int | MP3Decode (HMP3Decoder hMP3Decoder, unsigned char **inbuf, int *bytesLeft, short *outbuf, int useSize) |
int MP3Decode | ( | HMP3Decoder | hMP3Decoder, |
unsigned char ** | inbuf, | ||
int * | bytesLeft, | ||
short * | outbuf, | ||
int | useSize ) |
void MP3FreeDecoder | ( | HMP3Decoder | hMP3Decoder | ) |
void MP3GetLastFrameInfo | ( | HMP3Decoder | hMP3Decoder, |
MP3FrameInfo * | mp3FrameInfo ) |
int MP3GetNextFrameInfo | ( | HMP3Decoder | hMP3Decoder, |
MP3FrameInfo * | mp3FrameInfo, | ||
unsigned char * | buf ) |
HMP3Decoder MP3InitDecoder | ( | void | ) |