Home
last modified time | relevance | path

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

/external/libvorbis/lib/
Dblock.c698 v->pcm_returned=-1; in vorbis_synthesis_restart()
728 if(v->pcm_current>v->pcm_returned && v->pcm_returned!=-1)return(OV_EINVAL); in vorbis_synthesis_blockin()
824 if(v->pcm_returned==-1){ in vorbis_synthesis_blockin()
825 v->pcm_returned=thisCenter; in vorbis_synthesis_blockin()
828 v->pcm_returned=prevCenter; in vorbis_synthesis_blockin()
872 v->pcm_returned+=(b->sample_count-v->granulepos)>>hs; in vorbis_synthesis_blockin()
873 if(v->pcm_returned>v->pcm_current) in vorbis_synthesis_blockin()
874 v->pcm_returned=v->pcm_current; in vorbis_synthesis_blockin()
910 if(v->pcm_returned>-1 && v->pcm_returned<v->pcm_current){ in vorbis_synthesis_pcmout()
914 v->pcmret[i]=v->pcm[i]+v->pcm_returned; in vorbis_synthesis_pcmout()
[all …]
/external/libvorbis/include/vorbis/
Dcodec.h67 int pcm_returned; member