Searched refs:ov_open_callbacks (Results 1 – 2 of 2) sorted by relevance
/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()
|