Home
last modified time | relevance | path

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

/external/libvorbis/test/
Dwrite_read.c150 int read_total = 0 ; in read_vorbis_data_or_die() local
260 while ((samples = vorbis_synthesis_pcmout (&vd,&pcm)) > 0 && read_total < count) { in read_vorbis_data_or_die()
262 bout = read_total + bout > count ? count - read_total : bout; in read_vorbis_data_or_die()
264 memcpy (data + read_total, pcm[0], bout * sizeof (float)) ; in read_vorbis_data_or_die()
267 read_total += bout ; in read_vorbis_data_or_die()