Searched defs:dataoffset (Results 1 - 2 of 2) sorted by relevance

/external/tremolo/Tremolo/
H A Dvorbisfile.c379 static void _prefetch_all_offsets(OggVorbis_File *vf, ogg_int64_t dataoffset){ argument
390 vf->dataoffsets[i]=dataoffset;
391 _seek_helper(vf,dataoffset);
506 ogg_int64_t dataoffset=vf->offset, end; local
538 _prefetch_all_offsets(vf,dataoffset);
/external/libvorbis/lib/
H A Dvorbisfile.c475 ogg_int64_t dataoffset=searched; local
569 dataoffset = vf->offset;
583 vf->dataoffsets[m+1]=dataoffset;
614 ogg_int64_t dataoffset=vf->dataoffsets[0],end,endgran=-1; local
642 if(_bisect_forward_serialno(vf,0,dataoffset,vf->offset,endgran,endserial,
647 vf->dataoffsets[0]=dataoffset;
651 return(ov_raw_seek(vf,dataoffset));

Completed in 123 milliseconds