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

  /external/flac/include/FLAC/
ordinals.h 48 typedef unsigned __int16 FLAC__uint16;
64 typedef uint16_t FLAC__uint16;
format.h 461 FLAC__uint16 crc;
    [all...]
  /external/flac/libFLAC/include/private/
bitreader.h 61 void FLAC__bitreader_reset_read_crc16(FLAC__BitReader *br, FLAC__uint16 seed);
62 FLAC__uint16 FLAC__bitreader_get_read_crc16(FLAC__BitReader *br);
bitwriter.h 60 FLAC__bool FLAC__bitwriter_get_write_crc16(FLAC__BitWriter *bw, FLAC__uint16 *crc);
  /external/flac/libFLAC/
bitreader.c 324 void FLAC__bitreader_reset_read_crc16(FLAC__BitReader *br, FLAC__uint16 seed)
334 FLAC__uint16 FLAC__bitreader_get_read_crc16(FLAC__BitReader *br)
    [all...]
bitwriter.c 216 FLAC__bool FLAC__bitwriter_get_write_crc16(FLAC__BitWriter *bw, FLAC__uint16 *crc)
226 *crc = (FLAC__uint16)FLAC__crc16(buffer, bytes);
stream_decoder.c     [all...]
stream_encoder.c     [all...]

Completed in 130 milliseconds