Home
last modified time | relevance | path

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

/external/flac/libFLAC/
Dogg_decoder_aspect.c106 const size_t bytes_requested = *bytes; in FLAC__ogg_decoder_aspect_read_callback_wrapper() local
135 while (*bytes < bytes_requested && !aspect->end_of_stream) { in FLAC__ogg_decoder_aspect_read_callback_wrapper()
138 size_t n = bytes_requested - *bytes; in FLAC__ogg_decoder_aspect_read_callback_wrapper()
211 const size_t ogg_bytes_to_read = flac_max(bytes_requested - *bytes, OGG_BYTES_CHUNK); in FLAC__ogg_decoder_aspect_read_callback_wrapper()