Searched refs:FLAC__MAX_SAMPLE_RATE (Results 1 - 3 of 3) sorted by relevance

/external/flac/include/FLAC/
H A Dformat.h127 #define FLAC__MAX_SAMPLE_RATE (655350u) macro
/external/flac/libFLAC/
H A Dformat.c219 if(sample_rate == 0 || sample_rate > FLAC__MAX_SAMPLE_RATE) {
H A Dstream_encoder.c888 FLAC__ASSERT(FLAC__MAX_SAMPLE_RATE <= 655350);

Completed in 742 milliseconds