OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FLAC__REFERENCE_CODEC_MAX_BITS_PER_SAMPLE
(Results
1 - 2
of
2
) sorted by null
/external/flac/include/FLAC/
format.h
121
#define
FLAC__REFERENCE_CODEC_MAX_BITS_PER_SAMPLE
(24u)
[
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 494 milliseconds