Searched refs:ov_open (Results 1 – 10 of 10) sorted by relevance
/external/libvorbis/macos/ |
D | libvorbisfile.mcp.exp | 4 ov_open
|
/external/libvorbis/win32/ |
D | vorbisfile.def | 9 ov_open
|
/external/libvorbis/doc/vorbisfile/ |
D | Makefile.am | 11 ov_info.html ov_open.html ov_open_callbacks.html ov_pcm_seek.html\
|
D | Makefile.in | 203 ov_info.html ov_open.html ov_open_callbacks.html ov_pcm_seek.html\
|
/external/tremolo/Tremolo/ |
D | ivorbisfile.h | 101 extern int ov_open(FILE *f,OggVorbis_File *vf,char *initial,long ibytes);
|
D | vorbisfile.c | 817 int ov_open(FILE *f,OggVorbis_File *vf,char *initial,long ibytes){ in ov_open() function
|
/external/libvorbis/include/vorbis/ |
D | vorbisfile.h | 151 extern int ov_open(FILE *f,OggVorbis_File *vf,char *initial,long ibytes);
|
/external/libvorbis/doc/ |
D | vorbis-errors.txt | 69 int ov_open()
|
/external/libvorbis/ |
D | CHANGES | 56 stdio conflicts with ov_open() and MSVC runtimes.
|
/external/libvorbis/lib/ |
D | vorbisfile.c | 995 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()
|