Home
last modified time | relevance | path

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

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