Searched refs:out_begin (Results 1 – 2 of 2) sorted by relevance
57 v->out_begin=-1; in vorbis_dsp_restart()147 if(v->out_begin>-1 && v->out_begin<v->out_end){ in vorbis_dsp_pcmout()148 int n=v->out_end-v->out_begin; in vorbis_dsp_pcmout()158 v->out_begin,v->out_begin+n); in vorbis_dsp_pcmout()166 if(s && v->out_begin+s>v->out_end)return(OV_EINVAL); in vorbis_dsp_read()167 v->out_begin+=s; in vorbis_dsp_read()242 if(vd->out_begin==-1){ in vorbis_dsp_synthesis()243 vd->out_begin=0; in vorbis_dsp_synthesis()246 vd->out_begin=0; in vorbis_dsp_synthesis()297 vd->out_begin+=(int)(vd->sample_count-vd->granulepos); in vorbis_dsp_synthesis()[all …]
64 int out_begin; member