Home
last modified time | relevance | path

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

/external/libvorbis/macos/
Dlibvorbisfile.mcp.exp4 ov_open
/external/libvorbis/win32/
Dvorbisfile.def9 ov_open
/external/libvorbis/doc/vorbisfile/
DMakefile.am11 ov_info.html ov_open.html ov_open_callbacks.html ov_pcm_seek.html\
DMakefile.in203 ov_info.html ov_open.html ov_open_callbacks.html ov_pcm_seek.html\
/external/tremolo/Tremolo/
Divorbisfile.h101 extern int ov_open(FILE *f,OggVorbis_File *vf,char *initial,long ibytes);
Dvorbisfile.c817 int ov_open(FILE *f,OggVorbis_File *vf,char *initial,long ibytes){ in ov_open() function
/external/libvorbis/include/vorbis/
Dvorbisfile.h151 extern int ov_open(FILE *f,OggVorbis_File *vf,char *initial,long ibytes);
/external/libvorbis/doc/
Dvorbis-errors.txt69 int ov_open()
/external/libvorbis/
DCHANGES56 stdio conflicts with ov_open() and MSVC runtimes.
/external/libvorbis/lib/
Dvorbisfile.c995 int ov_open(FILE *f,OggVorbis_File *vf,char *initial,long ibytes){ in ov_open() function
1011 ret = ov_open(f,vf,NULL,0); in ov_fopen()