OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FLAC__MIN_BITS_PER_SAMPLE
(Results
1 - 2
of
2
) sorted by null
/external/flac/include/FLAC/
format.h
108
#define
FLAC__MIN_BITS_PER_SAMPLE
(4u)
[
all
...]
/external/flac/libFLAC/
stream_encoder.c
673
if(encoder->protected_->bits_per_sample <
FLAC__MIN_BITS_PER_SAMPLE
|| encoder->protected_->bits_per_sample > FLAC__REFERENCE_CODEC_MAX_BITS_PER_SAMPLE)
[
all
...]
Completed in 19 milliseconds