/external/libvorbis/include/vorbis/ |
vorbisfile.h | 44 } ov_callbacks; typedef in typeref:struct:__anon22878 75 static ov_callbacks OV_CALLBACKS_DEFAULT = { 82 static ov_callbacks OV_CALLBACKS_NOCLOSE = { 89 static ov_callbacks OV_CALLBACKS_STREAMONLY = { 96 static ov_callbacks OV_CALLBACKS_STREAMONLY_NOCLOSE = { 144 ov_callbacks callbacks; 153 char *initial, long ibytes, ov_callbacks callbacks); 157 char *initial, long ibytes, ov_callbacks callbacks);
|
/external/libvorbis/doc/vorbisfile/ |
ov_callbacks.html | 4 <title>Vorbisfile - datatype - ov_callbacks</title> 16 <h1>ov_callbacks</h1> 21 The ov_callbacks structure contains file manipulation function prototypes necessary for opening, closing, seeking, and location. 24 The ov_callbacks structure does not need to be user-defined if you are 28 stdio. ov_callbacks are defined and passed to <a 43 } ov_callbacks;</b></pre> 63 The header vorbis/vorbisfile.h provides several predefined static ov_callbacks structures that may be passed to <a
|
ov_test_callbacks.html | 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); 61 <dd>A completed <a href="ov_callbacks.html">ov_callbacks</a> struct which indicates desired custom file manipulation routines. vorbisfile.h defines several preprovided callback sets; see <a href="ov_callbacks.html">ov_callbacks</a> for details.</dd>
|
ov_open_callbacks.html | 48 int ov_open_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); 71 <dd>A completed <a href="ov_callbacks.html">ov_callbacks</a> struct which indicates desired custom file manipulation routines. vorbisfile.h defines several preprovided callback sets; see <a href="ov_callbacks.html">ov_callbacks</a> for details.</dd>
|
Makefile.am | 9 ov_callbacks.html ov_clear.html ov_comment.html ov_crosslap.html\
|
datastructures.html | 42 <td><a href="ov_callbacks.html">ov_callbacks</a></td>
|
reference.html | 23 <a href="ov_callbacks.html">ov_callbacks</a><br>
|
OggVorbis_File.html | 98 <a href="ov_callbacks.html">ov_callbacks</a> callbacks; 119 <dt><i>ov_callbacks</i></dt>
|
callbacks.html | 26 href="ov_callbacks.html">ov_callbacks</a> structure and calling <a
|
Makefile.in | 201 ov_callbacks.html ov_clear.html ov_comment.html ov_crosslap.html\
|
/external/tremolo/Tremolo/ |
ivorbisfile.h | 64 } ov_callbacks; typedef in typeref:struct:__anon28724 96 ov_callbacks callbacks; 103 char *initial, long ibytes, ov_callbacks callbacks); 107 char *initial, long ibytes, ov_callbacks callbacks);
|
vorbisfile.c | 721 long ibytes, ov_callbacks callbacks){ 811 ov_callbacks callbacks){ 818 ov_callbacks callbacks = { 834 ov_callbacks callbacks) 840 ov_callbacks callbacks = { [all...] |
/external/llvm/test/Analysis/Dominators/ |
2007-01-14-BreakCritEdges.ll | 4 %struct.OggVorbis_File = type { i8*, i32, i64, i64, %struct.ogg_sync_state, i32, i64*, i64*, i32*, i64*, %struct.vorbis_info*, %struct.vorbis_comment*, i64, i32, i32, i32, double, double, %struct.ogg_stream_state, %struct.vorbis_dsp_state, %struct.vorbis_block, %struct.ov_callbacks } 9 %struct.ov_callbacks = type { i32 (i8*, i32, i32, i8*)*, i32 (i8*, i64, i32)*, i32 (i8*)*, i32 (i8*)* }
|
/external/libvorbis/lib/ |
vorbisfile.c | 873 long ibytes, ov_callbacks callbacks){ 989 ov_callbacks callbacks){ 996 ov_callbacks callbacks = { [all...] |