Home
last modified time | relevance | path

Searched refs:ogg_sync_state (Results 1 – 5 of 5) sorted by relevance

/external/tremolo/Tremolo/
Dogg.h103 typedef struct ogg_sync_state { struct
117 } ogg_sync_state; argument
185 extern void ogg_sync_init(ogg_sync_state *oy);
186 extern ogg_sync_state *ogg_sync_create(void);
187 extern int ogg_sync_clear(ogg_sync_state *oy);
188 extern int ogg_sync_destroy(ogg_sync_state *oy);
189 extern int ogg_sync_reset(ogg_sync_state *oy);
191 extern unsigned char *ogg_sync_bufferin(ogg_sync_state *oy, long size);
192 extern int ogg_sync_wrote(ogg_sync_state *oy, long bytes);
193 extern long ogg_sync_pageseek(ogg_sync_state *oy,ogg_page *og);
[all …]
Dframing.c580 void ogg_sync_init(ogg_sync_state *oy){ in ogg_sync_init()
585 ogg_sync_state *ogg_sync_create(void){ in ogg_sync_create()
586 ogg_sync_state *oy=_ogg_calloc(1,sizeof(*oy)); in ogg_sync_create()
592 int ogg_sync_clear(ogg_sync_state *oy){ in ogg_sync_clear()
601 int ogg_sync_destroy(ogg_sync_state *oy){ in ogg_sync_destroy()
611 unsigned char *ogg_sync_bufferin(ogg_sync_state *oy, long bytes){ in ogg_sync_bufferin()
655 int ogg_sync_wrote(ogg_sync_state *oy, long bytes){ in ogg_sync_wrote()
694 long ogg_sync_pageseek(ogg_sync_state *oy,ogg_page *og){ in ogg_sync_pageseek()
810 int ogg_sync_pageout(ogg_sync_state *oy, ogg_page *og){ in ogg_sync_pageout()
839 int ogg_sync_reset(ogg_sync_state *oy){ in ogg_sync_reset()
Divorbisfile.h71 ogg_sync_state *oy;
/external/flac/libFLAC/include/private/
Dogg_decoder_aspect.h47 ogg_sync_state sync_state;
/external/llvm/test/Analysis/Dominators/
D2007-01-14-BreakCritEdges.ll4 …%struct.OggVorbis_File = type { i8*, i32, i64, i64, %struct.ogg_sync_state, i32, i64*, i64*, i32*,…
7 %struct.ogg_sync_state = type { i8*, i32, i32, i32, i32, i32, i32 }