Home
last modified time | relevance | path

Searched refs:FLAC__MAX_BLOCK_SIZE (Results 1 – 11 of 11) sorted by relevance

/external/flac/src/libFLAC/
Dfixed.c67 FLAC__ASSERT(n <= FLAC__MAX_BLOCK_SIZE); in local__compute_rbps_integerized()
146 FLAC__ASSERT(n <= FLAC__MAX_BLOCK_SIZE); in local__compute_rbps_wide_integerized()
Dstream_encoder_framing.c236 FLAC__ASSERT(header->blocksize > 0 && header->blocksize <= FLAC__MAX_BLOCK_SIZE); in FLAC__frame_add_header()
238 FLAC__ASSERT(FLAC__MAX_BLOCK_SIZE <= 65535u); in FLAC__frame_add_header()
Dstream_encoder.c668 …tected_->blocksize < FLAC__MIN_BLOCK_SIZE || encoder->protected_->blocksize > FLAC__MAX_BLOCK_SIZE) in init_stream_internal_()
858 FLAC__ASSERT(FLAC__MAX_BLOCK_SIZE <= 65535); in init_stream_internal_()
Dstream_decoder.c3227 static const FLAC__uint64 LINEAR_SEARCH_WITHIN_SAMPLES = FLAC__MAX_BLOCK_SIZE * 2; in seek_to_absolute_sample_ogg_()
/external/flac/src/flac/
Ddecode.c1014 …FLAC__int8 s8buffer [FLAC__MAX_BLOCK_SIZE * FLAC__MAX_CHANNELS * sizeof(FLAC__int32)]; /* WATCHOU… in write_callback()
1015 FLAC__uint8 u8buffer [FLAC__MAX_BLOCK_SIZE * FLAC__MAX_CHANNELS * sizeof(FLAC__int32)]; in write_callback()
1016 FLAC__int16 s16buffer [FLAC__MAX_BLOCK_SIZE * FLAC__MAX_CHANNELS * sizeof(FLAC__int16)]; in write_callback()
1017 FLAC__uint16 u16buffer [FLAC__MAX_BLOCK_SIZE * FLAC__MAX_CHANNELS * sizeof(FLAC__int16)]; in write_callback()
1018 FLAC__int32 s32buffer [FLAC__MAX_BLOCK_SIZE * FLAC__MAX_CHANNELS]; in write_callback()
1019 FLAC__uint32 u32buffer [FLAC__MAX_BLOCK_SIZE * FLAC__MAX_CHANNELS]; in write_callback()
Danalyze.c41 pair_t buckets[FLAC__MAX_BLOCK_SIZE];
Dmain.c1013 if((i < (int)FLAC__MIN_BLOCK_SIZE || i > (int)FLAC__MAX_BLOCK_SIZE)) in parse_option()
1014 …%c) '%d', must be >= %u and <= %u\n", short_option, i, FLAC__MIN_BLOCK_SIZE, FLAC__MAX_BLOCK_SIZE); in parse_option()
/external/flac/src/metaflac/
Doptions.c413 …nt32.value < FLAC__MIN_BLOCK_SIZE || op->argument.streaminfo_uint32.value > FLAC__MAX_BLOCK_SIZE) { in parse_option()
414 … "ERROR (--%s): value must be >= %u and <= %u\n", opt, FLAC__MIN_BLOCK_SIZE, FLAC__MAX_BLOCK_SIZE); in parse_option()
422 …nt32.value < FLAC__MIN_BLOCK_SIZE || op->argument.streaminfo_uint32.value > FLAC__MAX_BLOCK_SIZE) { in parse_option()
423 … "ERROR (--%s): value must be >= %u and <= %u\n", opt, FLAC__MIN_BLOCK_SIZE, FLAC__MAX_BLOCK_SIZE); in parse_option()
/external/flac/include/FLAC/
Dformat.h99 #define FLAC__MAX_BLOCK_SIZE (65535u) macro
/external/flac/src/libFLAC++/
Dmetadata.cpp299 FLAC__ASSERT(value <= FLAC__MAX_BLOCK_SIZE); in set_min_blocksize()
307 FLAC__ASSERT(value <= FLAC__MAX_BLOCK_SIZE); in set_max_blocksize()
/external/flac/src/plugin_xmms/
Dplugin.c131 #define SAMPLE_BUFFER_SIZE ((FLAC__MAX_BLOCK_SIZE + SAMPLES_PER_WRITE) * FLAC_PLUGIN__MAX_SUPPORTED…