HomeSort by relevance Sort by last modified time
    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 174 milliseconds