Home
last modified time | relevance | path

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

/external/flac/include/FLAC/
Dformat.h109 #define FLAC__MIN_BITS_PER_SAMPLE (4u) macro
/external/flac/libFLAC/
Dstream_encoder.c655 …if(encoder->protected_->bits_per_sample < FLAC__MIN_BITS_PER_SAMPLE || encoder->protected_->bits_p… in init_stream_internal_()