Home
last modified time | relevance | path

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

/external/flac/src/metaflac/
Doptions.c413 …reaminfo_uint32.value)) || op->argument.streaminfo_uint32.value < FLAC__MIN_BLOCK_SIZE || op->argu… in parse_option()
414 …flac_fprintf(stderr, "ERROR (--%s): value must be >= %u and <= %u\n", opt, FLAC__MIN_BLOCK_SIZE, F… in parse_option()
422 …reaminfo_uint32.value)) || op->argument.streaminfo_uint32.value < FLAC__MIN_BLOCK_SIZE || op->argu… in parse_option()
423 …flac_fprintf(stderr, "ERROR (--%s): value must be >= %u and <= %u\n", opt, FLAC__MIN_BLOCK_SIZE, F… in parse_option()
/external/flac/include/FLAC/
Dformat.h96 #define FLAC__MIN_BLOCK_SIZE (16u) macro
/external/flac/src/libFLAC++/
Dmetadata.cpp298 FLAC__ASSERT(value >= FLAC__MIN_BLOCK_SIZE); in set_min_blocksize()
306 FLAC__ASSERT(value >= FLAC__MIN_BLOCK_SIZE); in set_max_blocksize()
/external/flac/src/flac/
Dmain.c1013 if((i < (int)FLAC__MIN_BLOCK_SIZE || i > (int)FLAC__MAX_BLOCK_SIZE)) in parse_option()
1014 …locksize (-%c) '%d', must be >= %u and <= %u\n", short_option, i, FLAC__MIN_BLOCK_SIZE, FLAC__MAX_… in parse_option()
/external/flac/src/libFLAC/
Dstream_encoder.c668 …if(encoder->protected_->blocksize < FLAC__MIN_BLOCK_SIZE || encoder->protected_->blocksize > FLAC_… in init_stream_internal_()