Home
last modified time | relevance | path

Searched refs:ov_raw_total (Results 1 – 10 of 10) sorted by relevance

/external/libvorbis/macos/
Dlibvorbisfile.mcp.exp17 ov_raw_total
/external/libvorbis/win32/
Dvorbisfile.def16 ov_raw_total
/external/libvorbis/examples/
Dchaining_example.c65 printf("\t\tcompressed length: %ld bytes\n",(long)(ov_raw_total(&ov,i))); in main()
/external/libvorbis/doc/vorbisfile/
DMakefile.am14 ov_raw_seek_lap.html ov_raw_tell.html ov_raw_total.html ov_read.html\
DMakefile.in206 ov_raw_seek_lap.html ov_raw_tell.html ov_raw_total.html ov_read.html\
/external/tremolo/Tremolo/
Divorbisfile.h116 extern ogg_int64_t ov_raw_total(OggVorbis_File *vf,int i);
Dvorbisfile.c940 ogg_int64_t ov_raw_total(OggVorbis_File *vf,int i){ in ov_raw_total() function
947 acc+=ov_raw_total(vf,i); in ov_raw_total()
/external/libvorbis/doc/
Dvorbis-errors.txt78 ogg_int64_t ov_raw_total()
/external/libvorbis/include/vorbis/
Dvorbisfile.h166 extern ogg_int64_t ov_raw_total(OggVorbis_File *vf,int i);
/external/libvorbis/lib/
Dvorbisfile.c1160 ogg_int64_t ov_raw_total(OggVorbis_File *vf,int i){ in ov_raw_total() function
1167 acc+=ov_raw_total(vf,i); in ov_raw_total()