OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
mp3dec.c File Reference
#include "mp3compat.h"
#include "mp3common.h"

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)
 

Function Documentation

◆ MP3Decode()

int MP3Decode ( HMP3Decoder hMP3Decoder,
unsigned char ** inbuf,
int * bytesLeft,
short * outbuf,
int useSize )

Definition at line 285 of file mp3dec.c.

◆ MP3FindSyncWord()

int MP3FindSyncWord ( unsigned char * buf,
int nBytes )

Definition at line 109 of file mp3dec.c.

◆ MP3FreeDecoder()

void MP3FreeDecoder ( HMP3Decoder hMP3Decoder)

Definition at line 86 of file mp3dec.c.

◆ MP3GetLastFrameInfo()

void MP3GetLastFrameInfo ( HMP3Decoder hMP3Decoder,
MP3FrameInfo * mp3FrameInfo )

Definition at line 189 of file mp3dec.c.

◆ MP3GetNextFrameInfo()

int MP3GetNextFrameInfo ( HMP3Decoder hMP3Decoder,
MP3FrameInfo * mp3FrameInfo,
unsigned char * buf )

Definition at line 226 of file mp3dec.c.

◆ MP3InitDecoder()

HMP3Decoder MP3InitDecoder ( void )

Definition at line 65 of file mp3dec.c.