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

  /external/libogg/include/ogg/
ogg.h 50 /* ogg_stream_state contains the current encode/decode state of a logical
85 } ogg_stream_state; typedef in typeref:struct:__anon22758
158 extern int ogg_stream_packetin(ogg_stream_state *os, ogg_packet *op);
159 extern int ogg_stream_iovecin(ogg_stream_state *os, ogg_iovec_t *iov,
161 extern int ogg_stream_pageout(ogg_stream_state *os, ogg_page *og);
162 extern int ogg_stream_flush(ogg_stream_state *os, ogg_page *og);
176 extern int ogg_stream_pagein(ogg_stream_state *os, ogg_page *og);
177 extern int ogg_stream_packetout(ogg_stream_state *os,ogg_packet *op);
178 extern int ogg_stream_packetpeek(ogg_stream_state *os,ogg_packet *op);
182 extern int ogg_stream_init(ogg_stream_state *os,int serialno)
    [all...]
  /external/tremolo/Tremolo/
ogg.h 119 typedef struct ogg_stream_state { struct
148 } ogg_stream_state; typedef in typeref:struct:ogg_stream_state
195 extern int ogg_stream_pagein(ogg_stream_state *os, ogg_page *og);
196 extern int ogg_stream_packetout(ogg_stream_state *os,ogg_packet *op);
197 extern int ogg_stream_packetpeek(ogg_stream_state *os,ogg_packet *op);
201 extern void ogg_stream_init(ogg_stream_state *os, int serialno);
202 extern ogg_stream_state *ogg_stream_create(int serialno);
203 extern int ogg_stream_destroy(ogg_stream_state *os);
204 extern int ogg_stream_clear(ogg_stream_state *os);
205 extern int ogg_stream_reset(ogg_stream_state *os)
    [all...]
framing.c 852 void ogg_stream_init(ogg_stream_state *os, int serialno){
858 ogg_stream_state *ogg_stream_create(int serialno){
859 ogg_stream_state *os=_ogg_calloc(1,sizeof(*os));
865 int ogg_stream_clear(ogg_stream_state *os){
874 int ogg_stream_destroy(ogg_stream_state *os){
888 static void _next_lace(oggbyte_buffer *ob,ogg_stream_state *os){
902 static void _span_queued_page(ogg_stream_state *os){
995 int ogg_stream_pagein(ogg_stream_state *os, ogg_page *og){
1029 int ogg_stream_reset(ogg_stream_state *os){
1054 int ogg_stream_reset_serialno(ogg_stream_state *os,int serialno)
    [all...]
ivorbisfile.h 92 ogg_stream_state *os; /* take physical pages, weld into a logical
vorbisfile.c 1000 ogg_stream_state *work_os=NULL;
    [all...]
  /external/flac/libFLAC/include/private/
ogg_decoder_aspect.h 46 ogg_stream_state stream_state;
ogg_encoder_aspect.h 46 ogg_stream_state stream_state;
  /external/libogg/doc/libogg/
Makefile.am 15 ogg_stream_reset_serialno.html ogg_stream_state.html\
  /external/libogg/src/
framing.c 188 int ogg_stream_init(ogg_stream_state *os,int serialno){
210 /* async/delayed error detection for the ogg_stream_state */
211 int ogg_stream_check(ogg_stream_state *os){
217 int ogg_stream_clear(ogg_stream_state *os){
228 int ogg_stream_destroy(ogg_stream_state *os){
239 static int _os_body_expand(ogg_stream_state *os,int needed){
254 static int _os_lacing_expand(ogg_stream_state *os,int needed){
304 int ogg_stream_iovecin(ogg_stream_state *os, ogg_iovec_t *iov, int count,
362 int ogg_stream_packetin(ogg_stream_state *os,ogg_packet *op){
372 static int ogg_stream_flush_i(ogg_stream_state *os,ogg_page *og, int force)
    [all...]
  /external/libvorbis/examples/
encoder_example.c 43 ogg_stream_state os; /* take physical pages, weld into a logical
decoder_example.c 45 ogg_stream_state os; /* take physical pages, weld into a logical
  /external/libvorbis/test/
write_read.c 35 ogg_stream_state os;
136 ogg_stream_state os;
  /external/libvorbis/include/vorbis/
vorbisfile.h 139 ogg_stream_state os; /* take physical pages, weld into a logical
  /external/libvorbis/lib/
vorbisfile.c     [all...]

Completed in 247 milliseconds