Home
last modified time | relevance | path

Searched refs:ov_open_callbacks (Results 1 – 12 of 12) sorted by relevance

/external/libvorbis/macos/
Dlibvorbisfile.mcp.exp5 ov_open_callbacks
/external/libvorbis/win32/
Dvorbisfile.def10 ov_open_callbacks
/external/libvorbis/examples/
Dchaining_example.c38 if(ov_open_callbacks(stdin,&ov,NULL,-1,OV_CALLBACKS_NOCLOSE)<0){ in main()
Dvorbisfile_example.c47 if(ov_open_callbacks(stdin, &vf, NULL, 0, OV_CALLBACKS_NOCLOSE) < 0) { in main()
Dseeking_example.c92 if(ov_open_callbacks(stdin,&ov,NULL,-1,OV_CALLBACKS_NOCLOSE)<0){ in main()
/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.h102 extern int ov_open_callbacks(void *datasource, OggVorbis_File *vf,
Dvorbisfile.c810 int ov_open_callbacks(void *f,OggVorbis_File *vf,char *initial,long ibytes, in ov_open_callbacks() function
825 return ov_open_callbacks((void *)f, vf, initial, ibytes, callbacks); in ov_open()
/external/libvorbis/doc/
Dvorbis-errors.txt66 int ov_open_callbacks()
/external/libvorbis/include/vorbis/
Dvorbisfile.h152 extern int ov_open_callbacks(void *datasource, OggVorbis_File *vf,
/external/libvorbis/lib/
Dvorbisfile.c988 int ov_open_callbacks(void *f,OggVorbis_File *vf,char *initial,long ibytes, in ov_open_callbacks() function
1003 return ov_open_callbacks((void *)f, vf, initial, ibytes, callbacks); in ov_open()