Home
last modified time | relevance | path

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

/external/libvorbis/macos/
Dlibvorbisfile.mcp.exp11 ov_bitrate
/external/libvorbis/win32/
Dvorbisfile.def11 ov_bitrate
/external/libvorbis/examples/
Dchaining_example.c61 vi->rate,vi->channels,ov_bitrate(&ov,i)/1000, in main()
/external/libvorbis/doc/vorbisfile/
DMakefile.am8 initialization.html ov_bitrate.html ov_bitrate_instant.html\
DMakefile.in200 initialization.html ov_bitrate.html ov_bitrate_instant.html\
/external/tremolo/Tremolo/
Divorbisfile.h110 extern long ov_bitrate(OggVorbis_File *vf,int i);
Dvorbisfile.c874 long ov_bitrate(OggVorbis_File *vf,int i){ in ov_bitrate() function
877 if(!vf->seekable && i!=0)return ov_bitrate(vf,0); in ov_bitrate()
/external/libvorbis/doc/
Dvorbis-errors.txt72 long ov_bitrate()
/external/libvorbis/include/vorbis/
Dvorbisfile.h160 extern long ov_bitrate(OggVorbis_File *vf,int i);
/external/libvorbis/lib/
Dvorbisfile.c1091 long ov_bitrate(OggVorbis_File *vf,int i){ in ov_bitrate() function
1094 if(!vf->seekable && i!=0)return(ov_bitrate(vf,0)); in ov_bitrate()