Searched refs:ov_open_callbacks (Results 1 – 12 of 12) sorted by relevance
/external/libvorbis/macos/ |
D | libvorbisfile.mcp.exp | 5 ov_open_callbacks
|
/external/libvorbis/win32/ |
D | vorbisfile.def | 10 ov_open_callbacks
|
/external/libvorbis/examples/ |
D | chaining_example.c | 38 if(ov_open_callbacks(stdin,&ov,NULL,-1,OV_CALLBACKS_NOCLOSE)<0){ in main()
|
D | vorbisfile_example.c | 47 if(ov_open_callbacks(stdin, &vf, NULL, 0, OV_CALLBACKS_NOCLOSE) < 0) { in main()
|
D | seeking_example.c | 92 if(ov_open_callbacks(stdin,&ov,NULL,-1,OV_CALLBACKS_NOCLOSE)<0){ in main()
|
/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 | 102 extern int ov_open_callbacks(void *datasource, OggVorbis_File *vf,
|
D | vorbisfile.c | 810 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/ |
D | vorbis-errors.txt | 66 int ov_open_callbacks()
|
/external/libvorbis/include/vorbis/ |
D | vorbisfile.h | 152 extern int ov_open_callbacks(void *datasource, OggVorbis_File *vf,
|
/external/libvorbis/lib/ |
D | vorbisfile.c | 988 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()
|