Home
last modified time | relevance | path

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

/external/flac/libFLAC/
Dcrc.c114 void FLAC__crc8_update(const FLAC__byte data, FLAC__uint8 *crc) in FLAC__crc8_update()
119 void FLAC__crc8_update_block(const FLAC__byte *data, unsigned len, FLAC__uint8 *crc) in FLAC__crc8_update_block()
125 FLAC__uint8 FLAC__crc8(const FLAC__byte *data, unsigned len) in FLAC__crc8()
127 FLAC__uint8 crc = 0; in FLAC__crc8()
/external/flac/include/FLAC/
Dordinals.h43 typedef unsigned __int8 FLAC__uint8; typedef
59 typedef uint8_t FLAC__uint8; typedef
72 typedef FLAC__uint8 FLAC__byte;
Dformat.h439 FLAC__uint8 crc;
/external/flac/libFLAC/include/private/
Dcrc.h44 void FLAC__crc8_update(const FLAC__byte data, FLAC__uint8 *crc);
45 void FLAC__crc8_update_block(const FLAC__byte *data, unsigned len, FLAC__uint8 *crc);
46 FLAC__uint8 FLAC__crc8(const FLAC__byte *data, unsigned len);