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

  /external/tremolo/Tremolo/
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 *oy,ogg_page *og)
    [all...]
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 *oy)
    [all...]
ivorbisfile.h 71 ogg_sync_state *oy;
  /external/libogg/include/ogg/
ogg.h 114 } ogg_sync_state; typedef in typeref:struct:__anon28332
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 *oy, ogg_page *og)
    [all...]
  /external/flac/libFLAC/include/private/
ogg_decoder_aspect.h 47 ogg_sync_state sync_state;
  /external/libogg/doc/libogg/
Makefile.am 18 ogg_sync_reset.html ogg_sync_state.html ogg_sync_wrote.html\
  /external/libvorbis/examples/
decoder_example.c 44 ogg_sync_state oy; /* sync and verify incoming physical bitstream */
  /external/libvorbis/include/vorbis/
vorbisfile.h 116 ogg_sync_state oy;
  /external/libogg/src/
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 *oy)
    [all...]
  /external/libvorbis/test/
write_read.c 135 ogg_sync_state oy;

Completed in 68 milliseconds