OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
231
FLAC__ASSERT(header->blocksize > 0 && header->blocksize <=
FLAC__MAX_BLOCK_SIZE
);
233
FLAC__ASSERT(
FLAC__MAX_BLOCK_SIZE
<= 65535u);
stream_encoder.c
671
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 1568 milliseconds