HomeSort by relevance Sort by last modified time
    Searched defs:ov_time_total (Results 1 - 2 of 2) sorted by null

  /external/tremolo/Tremolo/
vorbisfile.c 883 /* This once read: return(rint(bits/ov_time_total(vf,-1)));
887 return (long)(bits*1000/ov_time_total(vf,-1));
891 return (long)((vf->offsets[i+1]-vf->dataoffsets[i])*8000/ov_time_total(vf,i));
978 ogg_int64_t ov_time_total(OggVorbis_File *vf,int i){ function
985 acc+=ov_time_total(vf,i);
    [all...]
  /external/libvorbis/lib/
vorbisfile.c 1198 double ov_time_total(OggVorbis_File *vf,int i){ function
    [all...]

Completed in 464 milliseconds