Searched refs:FLAC__crc8 (Results 1 - 4 of 4) sorted by relevance

/external/flac/libFLAC/include/private/
H A Dcrc.h46 FLAC__uint8 FLAC__crc8(const FLAC__byte *data, unsigned len);
/external/flac/libFLAC/
H A Dcrc.c125 FLAC__uint8 FLAC__crc8(const FLAC__byte *data, unsigned len) function
H A Dbitwriter.c224 *crc = FLAC__crc8(buffer, bytes);
H A Dstream_decoder.c2442 if(FLAC__crc8(raw_header, raw_header_len) != crc8) {

Completed in 128 milliseconds