OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FLAC__MIN_BLOCK_SIZE
(Results
1 - 2
of
2
) sorted by null
/external/flac/include/FLAC/
format.h
95
#define
FLAC__MIN_BLOCK_SIZE
(16u)
[
all
...]
/external/flac/libFLAC/
stream_encoder.c
686
if(encoder->protected_->blocksize <
FLAC__MIN_BLOCK_SIZE
|| encoder->protected_->blocksize > FLAC__MAX_BLOCK_SIZE)
[
all
...]
Completed in 33 milliseconds