Home
last modified time | relevance | path

Searched refs:FLAC__MIN_BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance

/external/flac/include/FLAC/
Dformat.h96 #define FLAC__MIN_BLOCK_SIZE (16u) macro
/external/flac/libFLAC/
Dstream_encoder.c668 …if(encoder->protected_->blocksize < FLAC__MIN_BLOCK_SIZE || encoder->protected_->blocksize > FLAC_… in init_stream_internal_()