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

  /external/libvorbis/examples/
chaining_example.c 50 (long)ov_time_total(&ov,-1));
66 printf("\t\tplay time: %lds\n",(long)ov_time_total(&ov,i));
seeking_example.c 114 timelength=ov_time_total(&ov,-1);
  /external/libvorbis/macos/
libvorbisfile.mcp.exp 19 ov_time_total
  /external/libvorbis/doc/vorbisfile/
Makefile.am 18 ov_time_seek_page_lap.html ov_time_tell.html ov_time_total.html\
  /external/tremolo/Tremolo/
ivorbisfile.h 118 extern ogg_int64_t ov_time_total(OggVorbis_File *vf,int i);
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/include/vorbis/
vorbisfile.h 168 extern double ov_time_total(OggVorbis_File *vf,int i);
  /external/libvorbis/lib/
vorbisfile.c 1198 double ov_time_total(OggVorbis_File *vf,int i){ function
    [all...]

Completed in 355 milliseconds