RetroArch
|
#include "../FLAC/ordinals.h"
Go to the source code of this file.
Classes | |
union | FLAC__multibyte |
struct | FLAC__MD5Context |
Functions | |
void | FLAC__MD5Init (FLAC__MD5Context *context) |
void | FLAC__MD5Final (FLAC__byte digest[16], FLAC__MD5Context *context) |
FLAC__bool | FLAC__MD5Accumulate (FLAC__MD5Context *ctx, const FLAC__int32 *const signal[], unsigned channels, unsigned samples, unsigned bytes_per_sample) |
FLAC__bool FLAC__MD5Accumulate | ( | FLAC__MD5Context * | ctx, |
const FLAC__int32 *const | signal[], | ||
unsigned | channels, | ||
unsigned | samples, | ||
unsigned | bytes_per_sample | ||
) |
void FLAC__MD5Final | ( | FLAC__byte | digest[16], |
FLAC__MD5Context * | context | ||
) |
void FLAC__MD5Init | ( | FLAC__MD5Context * | context | ) |