Searched refs:OGG_BYTES_CHUNK (Results 1 - 1 of 1) sorted by relevance

/external/flac/libFLAC/
H A Dogg_decoder_aspect.c107 static const size_t OGG_BYTES_CHUNK = 8192; local
213 const size_t ogg_bytes_to_read = max(bytes_requested - *bytes, OGG_BYTES_CHUNK);

Completed in 154 milliseconds