|
OpenCore
1.0.5
OpenCore Bootloader
|
Go to the source code of this file.
Functions | |
| void | SetBitstreamPointer (BitStreamInfo *bsi, int nBytes, unsigned char *buf) |
| unsigned int | GetBits (BitStreamInfo *bsi, int nBits) |
| int | CalcBitsUsed (BitStreamInfo *bsi, unsigned char *startBuf, int startOffset) |
| int | CheckPadBit (MP3DecInfo *mp3DecInfo) |
| int | UnpackFrameHeader (MP3DecInfo *mp3DecInfo, unsigned char *buf) |
| int | UnpackSideInfo (MP3DecInfo *mp3DecInfo, unsigned char *buf) |
| int CalcBitsUsed | ( | BitStreamInfo * | bsi, |
| unsigned char * | startBuf, | ||
| int | startOffset ) |
Definition at line 165 of file bitstream.c.
| int CheckPadBit | ( | MP3DecInfo * | mp3DecInfo | ) |
Definition at line 188 of file bitstream.c.
| unsigned int GetBits | ( | BitStreamInfo * | bsi, |
| int | nBits ) |
Definition at line 129 of file bitstream.c.
| void SetBitstreamPointer | ( | BitStreamInfo * | bsi, |
| int | nBytes, | ||
| unsigned char * | buf ) |
Definition at line 60 of file bitstream.c.
| int UnpackFrameHeader | ( | MP3DecInfo * | mp3DecInfo, |
| unsigned char * | buf ) |
Definition at line 218 of file bitstream.c.
| int UnpackSideInfo | ( | MP3DecInfo * | mp3DecInfo, |
| unsigned char * | buf ) |
Definition at line 302 of file bitstream.c.