Home
last modified time | relevance | path

Searched refs:FLAC__REFERENCE_CODEC_MAX_BITS_PER_SAMPLE (Results 1 – 2 of 2) sorted by relevance

/external/flac/include/FLAC/
Dformat.h122 #define FLAC__REFERENCE_CODEC_MAX_BITS_PER_SAMPLE (24u) macro
/external/flac/libFLAC/
Dstream_encoder.c655 …ITS_PER_SAMPLE || encoder->protected_->bits_per_sample > FLAC__REFERENCE_CODEC_MAX_BITS_PER_SAMPLE) in init_stream_internal_()