HomeSort by relevance Sort by last modified time
    Searched refs:FLAC__MAX_BLOCK_SIZE (Results 1 - 5 of 5) sorted by null

  /external/flac/libFLAC/
fixed.c 67 FLAC__ASSERT(n <= FLAC__MAX_BLOCK_SIZE);
146 FLAC__ASSERT(n <= FLAC__MAX_BLOCK_SIZE);
stream_encoder_framing.c 236 FLAC__ASSERT(header->blocksize > 0 && header->blocksize <= FLAC__MAX_BLOCK_SIZE);
238 FLAC__ASSERT(FLAC__MAX_BLOCK_SIZE <= 65535u);
stream_encoder.c 668 if(encoder->protected_->blocksize < FLAC__MIN_BLOCK_SIZE || encoder->protected_->blocksize > FLAC__MAX_BLOCK_SIZE)
    [all...]
stream_decoder.c     [all...]
  /external/flac/include/FLAC/
format.h 99 #define FLAC__MAX_BLOCK_SIZE (65535u)
    [all...]

Completed in 160 milliseconds