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

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

Completed in 284 milliseconds