Searched refs:FLAC__MAX_BLOCK_SIZE (Results 1 – 11 of 11) sorted by relevance
/external/flac/src/libFLAC/ |
D | fixed.c | 67 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()
|
D | stream_encoder_framing.c | 236 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()
|
D | stream_encoder.c | 668 …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_()
|
D | stream_decoder.c | 3227 static const FLAC__uint64 LINEAR_SEARCH_WITHIN_SAMPLES = FLAC__MAX_BLOCK_SIZE * 2; in seek_to_absolute_sample_ogg_()
|
/external/flac/src/flac/ |
D | decode.c | 1014 …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()
|
D | analyze.c | 41 pair_t buckets[FLAC__MAX_BLOCK_SIZE];
|
D | main.c | 1013 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/ |
D | options.c | 413 …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/ |
D | format.h | 99 #define FLAC__MAX_BLOCK_SIZE (65535u) macro
|
/external/flac/src/libFLAC++/ |
D | metadata.cpp | 299 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/ |
D | plugin.c | 131 #define SAMPLE_BUFFER_SIZE ((FLAC__MAX_BLOCK_SIZE + SAMPLES_PER_WRITE) * FLAC_PLUGIN__MAX_SUPPORTED…
|