Home
last modified time | relevance | path

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

/external/libvorbis/lib/
Dvorbisfile.c711 int oldsamples=vorbis_synthesis_pcmout(&vf->vd,NULL); in _fetch_and_process_packet() local
714 if(oldsamples)return(OV_EFAULT); in _fetch_and_process_packet()
717 vf->samptrack+=vorbis_synthesis_pcmout(&vf->vd,NULL)-oldsamples; in _fetch_and_process_packet()