Home
last modified time | relevance | path

Searched refs:FLAC__uint8 (Results 1 – 4 of 4) sorted by relevance

/external/flac/libFLAC/
Dcrc.c113 void FLAC__crc8_update(const FLAC__byte data, FLAC__uint8 *crc) in FLAC__crc8_update()
118 void FLAC__crc8_update_block(const FLAC__byte *data, unsigned len, FLAC__uint8 *crc) in FLAC__crc8_update_block()
124 FLAC__uint8 FLAC__crc8(const FLAC__byte *data, unsigned len) in FLAC__crc8()
126 FLAC__uint8 crc = 0; in FLAC__crc8()
/external/flac/libFLAC/include/private/
Dcrc.h43 void FLAC__crc8_update(const FLAC__byte data, FLAC__uint8 *crc);
44 void FLAC__crc8_update_block(const FLAC__byte *data, unsigned len, FLAC__uint8 *crc);
45 FLAC__uint8 FLAC__crc8(const FLAC__byte *data, unsigned len);
/external/flac/include/FLAC/
Dordinals.h40 typedef unsigned char FLAC__uint8; typedef
67 typedef FLAC__uint8 FLAC__byte;
Dformat.h438 FLAC__uint8 crc;