HomeSort by relevance Sort by last modified time
    Searched refs:ov_open_callbacks (Results 1 - 9 of 9) sorted by null

  /external/libvorbis/macos/
libvorbisfile.mcp.exp 5 ov_open_callbacks
  /external/libvorbis/examples/
chaining_example.c 38 if(ov_open_callbacks(stdin,&ov,NULL,-1,OV_CALLBACKS_NOCLOSE)<0){
vorbisfile_example.c 47 if(ov_open_callbacks(stdin, &vf, NULL, 0, OV_CALLBACKS_NOCLOSE) < 0) {
seeking_example.c 92 if(ov_open_callbacks(stdin,&ov,NULL,-1,OV_CALLBACKS_NOCLOSE)<0){
  /external/libvorbis/doc/vorbisfile/
Makefile.am 11 ov_info.html ov_open.html ov_open_callbacks.html ov_pcm_seek.html\
  /external/tremolo/Tremolo/
ivorbisfile.h 102 extern int ov_open_callbacks(void *datasource, OggVorbis_File *vf,
vorbisfile.c 810 int ov_open_callbacks(void *f,OggVorbis_File *vf,char *initial,long ibytes, function
825 return ov_open_callbacks((void *)f, vf, initial, ibytes, callbacks);
    [all...]
  /external/libvorbis/include/vorbis/
vorbisfile.h 49 * Windows where ov_open_callbacks() should always be used instead of
152 extern int ov_open_callbacks(void *datasource, OggVorbis_File *vf,
  /external/libvorbis/lib/
vorbisfile.c 988 int ov_open_callbacks(void *f,OggVorbis_File *vf,char *initial,long ibytes, function
1003 return ov_open_callbacks((void *)f, vf, initial, ibytes, callbacks);
    [all...]

Completed in 1098 milliseconds