Home
last modified time | relevance | path

Searched refs:FLAC__FRAME_FOOTER_CRC_LEN (Results 1 – 4 of 4) sorted by relevance

/external/flac/include/FLAC/
Dformat.h468 extern FLAC_API const unsigned FLAC__FRAME_FOOTER_CRC_LEN; /**< == 16 (bits) */
/external/flac/libFLAC/
Dformat.c119 FLAC_API const unsigned FLAC__FRAME_FOOTER_CRC_LEN = 16; /* bits */ variable
Dstream_decoder.c2081 if(!FLAC__bitreader_read_raw_uint32(decoder->private_->input, &x, FLAC__FRAME_FOOTER_CRC_LEN)) in read_frame_()
Dstream_encoder.c3083 !FLAC__bitwriter_write_raw_uint32(encoder->private_->frame, crc, FLAC__FRAME_FOOTER_CRC_LEN) in process_frame_()