Home | History | Annotate | Download | only in Tremolo

Lines Matching full:chunksize

94     unsigned char *buffer=ogg_sync_bufferin(vf->oy,CHUNKSIZE);
95 long bytes=(vf->callbacks.read_func)(buffer,1,CHUNKSIZE,vf->datasource);
176 begin-=CHUNKSIZE;
193 ret=_get_next_page(vf,og,CHUNKSIZE);
221 if(endsearched-searched<CHUNKSIZE){
293 ogg_int64_t llret=_get_next_page(vf,&og,CHUNKSIZE);
324 if(_get_next_page(vf,og_ptr,CHUNKSIZE)<0){
1198 if(end-begin<CHUNKSIZE){
1203 (target-begintime)*(end-begin)/(endtime-begintime) - CHUNKSIZE;
1218 bisect-=CHUNKSIZE;
1238 bisect-=CHUNKSIZE; /* an endless loop otherwise. */