OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FLAC__uint16
(Results
1 - 8
of
8
) sorted by null
/external/flac/include/FLAC/
ordinals.h
46
typedef unsigned __int16
FLAC__uint16
;
53
typedef unsigned short
FLAC__uint16
;
60
typedef uint16_t
FLAC__uint16
;
format.h
460
FLAC__uint16
crc;
[
all
...]
/external/flac/libFLAC/include/private/
bitreader.h
60
void FLAC__bitreader_reset_read_crc16(FLAC__BitReader *br,
FLAC__uint16
seed);
61
FLAC__uint16
FLAC__bitreader_get_read_crc16(FLAC__BitReader *br);
bitwriter.h
59
FLAC__bool FLAC__bitwriter_get_write_crc16(FLAC__BitWriter *bw,
FLAC__uint16
*crc);
/external/flac/libFLAC/
bitreader.c
394
void FLAC__bitreader_reset_read_crc16(FLAC__BitReader *br,
FLAC__uint16
seed)
404
FLAC__uint16
FLAC__bitreader_get_read_crc16(FLAC__BitReader *br)
[
all
...]
bitwriter.c
234
FLAC__bool FLAC__bitwriter_get_write_crc16(FLAC__BitWriter *bw,
FLAC__uint16
*crc)
244
*crc = (
FLAC__uint16
)FLAC__crc16(buffer, bytes);
stream_decoder.c
[
all
...]
stream_encoder.c
[
all
...]
Completed in 2922 milliseconds