Searched defs:ogg_sync_state (Results 1 - 2 of 2) sorted by relevance

/external/libogg/include/ogg/
H A Dogg.h114 } ogg_sync_state; typedef in typeref:struct:__anon12231
166 extern int ogg_sync_init(ogg_sync_state *oy);
167 extern int ogg_sync_clear(ogg_sync_state *oy);
168 extern int ogg_sync_reset(ogg_sync_state *oy);
169 extern int ogg_sync_destroy(ogg_sync_state *oy);
170 extern int ogg_sync_check(ogg_sync_state *oy);
172 extern char *ogg_sync_buffer(ogg_sync_state *oy, long size);
173 extern int ogg_sync_wrote(ogg_sync_state *oy, long bytes);
174 extern long ogg_sync_pageseek(ogg_sync_state *oy,ogg_page *og);
175 extern int ogg_sync_pageout(ogg_sync_state *o
[all...]
/external/tremolo/Tremolo/
H A Dogg.h103 typedef struct ogg_sync_state { struct
117 } ogg_sync_state; typedef in typeref:struct:ogg_sync_state
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 *o
[all...]

Completed in 217 milliseconds