Searched refs:ogg_sync_state (Results 1 - 10 of 10) sorted by relevance
/external/tremolo/Tremolo/ |
H A D | ogg.h | 103 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...] |
H A D | framing.c | 580 void ogg_sync_init(ogg_sync_state *oy){ 585 ogg_sync_state *ogg_sync_create(void){ 586 ogg_sync_state *oy=_ogg_calloc(1,sizeof(*oy)); 592 int ogg_sync_clear(ogg_sync_state *oy){ 601 int ogg_sync_destroy(ogg_sync_state *oy){ 611 unsigned char *ogg_sync_bufferin(ogg_sync_state *oy, long bytes){ 655 int ogg_sync_wrote(ogg_sync_state *oy, long bytes){ 694 long ogg_sync_pageseek(ogg_sync_state *oy,ogg_page *og){ 810 int ogg_sync_pageout(ogg_sync_state *oy, ogg_page *og){ 839 int ogg_sync_reset(ogg_sync_state *o [all...] |
H A D | ivorbisfile.h | 71 ogg_sync_state *oy;
|
/external/libogg/include/ogg/ |
H A D | ogg.h | 114 } ogg_sync_state; typedef in typeref:struct:__anon10998 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/flac/libFLAC/include/private/ |
H A D | ogg_decoder_aspect.h | 48 ogg_sync_state sync_state;
|
/external/libogg/doc/libogg/ |
H A D | Makefile.am | 18 ogg_sync_reset.html ogg_sync_state.html ogg_sync_wrote.html\
|
/external/libvorbis/examples/ |
H A D | decoder_example.c | 44 ogg_sync_state oy; /* sync and verify incoming physical bitstream */
|
/external/libvorbis/include/vorbis/ |
H A D | vorbisfile.h | 116 ogg_sync_state oy;
|
/external/libogg/src/ |
H A D | framing.c | 549 Pages are returned (pointers into the buffer in ogg_sync_state) 557 int ogg_sync_init(ogg_sync_state *oy){ 566 int ogg_sync_clear(ogg_sync_state *oy){ 574 int ogg_sync_destroy(ogg_sync_state *oy){ 582 int ogg_sync_check(ogg_sync_state *oy){ 587 char *ogg_sync_buffer(ogg_sync_state *oy, long size){ 619 int ogg_sync_wrote(ogg_sync_state *oy, long bytes){ 636 long ogg_sync_pageseek(ogg_sync_state *oy,ogg_page *og){ 734 int ogg_sync_pageout(ogg_sync_state *oy, ogg_page *og){ 896 int ogg_sync_reset(ogg_sync_state *o [all...] |
/external/libvorbis/test/ |
H A D | write_read.c | 135 ogg_sync_state oy;
|
Completed in 329 milliseconds