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

  /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/llvm/test/CodeGen/X86/
2008-07-07-DanglingDeadInsts.ll 3 %struct.ogg_stream_state = type { i8*, i32, i32, i32, i32*, i64*, i32, i32, i32, i32, [282 x i8], i32, i32, i32, i32, i32, i64, i64 }
79 define i32 @ogg_stream_reset_serialno(%struct.ogg_stream_state* %os, i32 %serialno) nounwind {
  /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 }
6 %struct.ogg_stream_state = type { i8*, i32, i32, i32, i32*, i64*, i32, i32, i32, i32, [282 x i8], i32, i32, i32, i32, i32, i64, i64 }

Completed in 218 milliseconds