HomeSort by relevance Sort by last modified time
    Searched full:ov_clear (Results 1 - 25 of 33) sorted by null

1 2

  /external/libvorbis/macos/
libvorbisfile.mcp.exp 3 ov_clear
  /external/libvorbis/win32/
vorbisfile.def 8 ov_clear
  /external/libvorbis/doc/vorbisfile/
ov_clear.html 4 <title>Vorbisfile - function - ov_clear</title>
16 <h1>ov_clear</h1>
20 <p> After a bitstream has been opened using <a href="ov_fopen.html">ov_fopen()</a>/<a href="ov_open.html">ov_open()</a>/<a href="ov_open_callbacks.html">ov_open_callbacks()</a> and decoding is complete, the application must call <tt>ov_clear()</tt> to clear
21 the decoder's buffers. <tt>ov_clear()</tt> will also close the file unless it was opened using <a href="ov_open_callbacks.html">ov_open_callbacks()</a> with the <tt>close_func</tt> callback set to NULL.<p>
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>
30 int ov_clear(OggVorbis_File *vf);
40 functions. After <tt>ov_clear</tt> has been called, the contents of this structure are deallocated, and it can no longer be used without being reinitialized by a call to <a href="ov_fopen.html">ov_fopen()</a>, <a href="ov_open.html">ov_open()</a> or <a href="ov_open_callbacks.html">ov_open_callbacks()</a>.</dd>
OggVorbis_File.html 40 call to <a href="ov_clear.html">ov_clear()</a>.
46 call to <a href="ov_clear.html">ov_clear()</a>. The handle should not
49 internally by vorbisfile in <a href="ov_clear.html">ov_clear()</a>.<p>
53 handle in <a href="ov_clear.html">ov_clear()</a>; see the <a
initialization.html 25 href="ov_clear.html">ov_clear()</a> is used to close the file and
34 href="ov_clear.html">ov_clear()</a> call.<p>
73 may be closed using <a href="ov_clear.html">ov_clear()</a> or fully
92 <td><a href="ov_clear.html">ov_clear</a></td> <td>Closes the
Makefile.am 9 ov_callbacks.html ov_clear.html ov_comment.html ov_crosslap.html\
callbacks.html 85 href="ov_clear.html">ov_clear</a> but allow the application to handle
89 application may call <a href="ov_clear.html">ov_clear()</a> and then
ov_callbacks.html 79 href="ov_clear.html">ov_clear()</a>.
92 href="ov_clear.html">ov_clear()</a>.
ov_fopen.html 29 eventually be cleaned using <a href="ov_clear.html">ov_clear()</a>.
38 href="ov_clear.html">ov_clear()</a> to clear the decoder's buffers and
ov_open.html 39 be cleaned using <a href="ov_clear.html">ov_clear()</a>. Once a
43 href="ov_clear.html">ov_clear()</a>. If the application must be able
53 href="ov_clear.html">ov_clear()</a> to clear the decoder's buffers and
reference.html 29 <a href="ov_clear.html">ov_clear()</a><br>
seekexample.html 119 When we're done seeking, we need to call <a href="ov_clear.html">ov_clear()</a> to release the bitstream.
126 ov_clear(&ov);
seekingexample.html 167 Now that we've finished playing, we can pack up and go home. It's important to call <a href="ov_clear.html">ov_clear()</a> when we're finished.
175 ov_clear(&vf);
chainingexample.html 142 When we're done with the entire physical bitstream, we need to call <a href="ov_clear.html">ov_clear()</a> to release the bitstream.
149 ov_clear(&amp;ov);
example.html 174 Now that we've finished playing, we can pack up and go home. It's important to call <a href="ov_clear.html">ov_clear()</a> when we're finished.
182 ov_clear(&vf);
seeking_example_c.html 62 ov_clear(&ov);
seeking_test_c.html 62 ov_clear(&ov);
ov_test.html 24 or <a href="ov_clear.html">ov_clear</a> to close/free it.
chaining_example_c.html 66 ov_clear(&amp;ov);
vorbisfile_example_c.html 80 ov_clear(&vf);
ov_open_callbacks.html 34 file/data access handle in <a href="ov_clear.html">ov_clear()</a>.
  /external/libvorbis/examples/
chaining_example.c 69 ov_clear(&ov);
vorbisfile_example.c 88 ov_clear(&vf);
  /external/libvorbis/include/vorbis/
vorbisfile.h 149 extern int ov_clear(OggVorbis_File *vf);
  /external/tremolo/Tremolo/
ivorbisfile.h 100 extern int ov_clear(OggVorbis_File *vf);

Completed in 255 milliseconds

1 2