/external/libvorbis/macos/ |
libvorbisfile.mcp.exp | 8 ov_test_callbacks
|
/external/libvorbis/win32/ |
vorbisfile.def | 37 ov_test_callbacks
|
/external/libvorbis/doc/vorbisfile/ |
ov_test_callbacks.html | 4 <title>Vorbisfile - function - ov_test_callbacks</title> 16 <h1>ov_test_callbacks</h1> 36 int ov_test_callbacks(void *datasource, <a href="OggVorbis_File.html">OggVorbis_File</a> *vf, char *initial, long ibytes, <a href="ov_callbacks.html">ov_callbacks</a> callbacks); 86 [ov_open:a]</a>. ov_test_callbacks() is a safe substitute; specifically: 88 <pre><tt>ov_test_callbacks(f, vf, initial, ibytes, OV_CALLBACKS_DEFAULT);</tt>
|
ov_clear.html | 23 <tt>ov_clear()</tt> must also be called after a successful call to <a href="ov_test.html">ov_test()</a> or <a href="ov_test_callbacks.html">ov_test_callbacks()</a>.<p>
|
ov_test_open.html | 22 or <a href="ov_test_callbacks.html">ov_test_callbacks()</a>.
|
Makefile.am | 16 ov_streams.html ov_test.html ov_test_callbacks.html ov_test_open.html\
|
initialization.html | 82 <td><a href="ov_test_callbacks.html">ov_test_callbacks</a></td> 89 Finish opening a file after a successful call to <a href="ov_test.html">ov_test()</a> or <a href="ov_test_callbacks.html">ov_test_callbacks()</a>.</td>
|
ov_test.html | 32 href="ov_test_callbacks.html">ov_test_callbacks() page </a> for 34 href="ov_test_callbacks.html">ov_test_callbacks()</a> instead. </em>
|
reference.html | 31 <a href="ov_test_callbacks.html">ov_test_callbacks()</a><br>
|
callbacks.html | 28 href="ov_test_callbacks.html">ov_test_callbacks()</a> rather than the
|
ov_fopen.html | 104 href="ov_test_callbacks.html">ov_test_callbacks()</a> provide less
|
ov_open_callbacks.html | 127 href="ov_test_callbacks.html">ov_test_callbacks()</a> provide less
|
ov_open.html | 163 href="ov_test_callbacks.html">ov_test_callbacks()</a> provide less
|
Makefile.in | 208 ov_streams.html ov_test.html ov_test_callbacks.html ov_test_open.html\
|
/external/libvorbis/include/vorbis/ |
vorbisfile.h | 156 extern int ov_test_callbacks(void *datasource, OggVorbis_File *vf,
|
/external/tremolo/Tremolo/ |
ivorbisfile.h | 106 extern int ov_test_callbacks(void *datasource, OggVorbis_File *vf,
|
vorbisfile.c | 833 int ov_test_callbacks(void *f,OggVorbis_File *vf,char *initial,long ibytes, function 847 return ov_test_callbacks((void *)f, vf, initial, ibytes, callbacks); [all...] |
/external/libvorbis/lib/ |
vorbisfile.c | 1050 int ov_test_callbacks(void *f,OggVorbis_File *vf,char *initial,long ibytes, function [all...] |