Home | History | Annotate | Download | only in src

Lines Matching refs:ogg_sync_state

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){
1008 ogg_sync_state oy;