Home
last modified time | relevance | path

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

/external/flac/src/libFLAC/
Dogg_decoder_aspect.c218 size_t ogg_bytes_read = ogg_bytes_to_read; in FLAC__ogg_decoder_aspect_read_callback_wrapper() local
220 switch(read_callback(decoder, (FLAC__byte*)oggbuf, &ogg_bytes_read, client_data)) { in FLAC__ogg_decoder_aspect_read_callback_wrapper()
232 if(ogg_sync_wrote(&aspect->sync_state, ogg_bytes_read) < 0) { in FLAC__ogg_decoder_aspect_read_callback_wrapper()