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

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

Completed in 507 milliseconds