HomeSort by relevance Sort by last modified time
    Searched refs:FLAC__uint8 (Results 1 - 4 of 4) sorted by null

  /external/flac/libFLAC/include/private/
crc.h 43 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/
ordinals.h 40 typedef unsigned char FLAC__uint8;
67 typedef FLAC__uint8 FLAC__byte;
format.h 438 FLAC__uint8 crc;
    [all...]
  /external/flac/libFLAC/
crc.c 113 void FLAC__crc8_update(const FLAC__byte data, FLAC__uint8 *crc)
118 void FLAC__crc8_update_block(const FLAC__byte *data, unsigned len, FLAC__uint8 *crc)
124 FLAC__uint8 FLAC__crc8(const FLAC__byte *data, unsigned len)
126 FLAC__uint8 crc = 0;

Completed in 94 milliseconds