Home | History | Annotate | Download | only in Tremolo

Lines Matching refs:ogg_sync_state

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){