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

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

Completed in 1025 milliseconds