Searched refs:FLAC__FRAME_HEADER_BITS_PER_SAMPLE_LEN (Results 1 - 3 of 3) sorted by relevance

/external/flac/include/FLAC/
H A Dformat.h452 extern FLAC_API const unsigned FLAC__FRAME_HEADER_BITS_PER_SAMPLE_LEN; /**< == 3 (bits) */
/external/flac/libFLAC/
H A Dformat.c132 FLAC_API const unsigned FLAC__FRAME_HEADER_BITS_PER_SAMPLE_LEN = 3; /* bits */ variable
H A Dstream_encoder_framing.c323 if(!FLAC__bitwriter_write_raw_uint32(bw, u, FLAC__FRAME_HEADER_BITS_PER_SAMPLE_LEN))

Completed in 91 milliseconds