HomeSort by relevance Sort by last modified time
    Searched refs:ogg_sync_state (Results 1 - 4 of 4) 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/flac/libFLAC/include/private/
ogg_decoder_aspect.h 47 ogg_sync_state sync_state;

Completed in 140 milliseconds