Home
last modified time | relevance | path

Searched refs:fifo_tail (Results 1 – 2 of 2) sorted by relevance

/external/tremolo/Tremolo/
Dframing.c629 oy->fifo_head=oy->fifo_tail=ogg_buffer_alloc(oy->bufferpool,bytes); in ogg_sync_bufferin()
701 oggbyte_init(&page,oy->fifo_tail); in ogg_sync_pageseek()
732 if(chksum!=_checksum(oy->fifo_tail,oy->bodybytes+oy->headerbytes)){ in ogg_sync_pageseek()
747 og->header=ogg_buffer_split(&oy->fifo_tail,&oy->fifo_head,oy->headerbytes); in ogg_sync_pageseek()
749 og->body=ogg_buffer_split(&oy->fifo_tail,&oy->fifo_head,oy->bodybytes); in ogg_sync_pageseek()
753 oy->fifo_tail= in ogg_sync_pageseek()
754 ogg_buffer_pretruncate(oy->fifo_tail,oy->headerbytes+oy->bodybytes); in ogg_sync_pageseek()
755 if(!oy->fifo_tail)oy->fifo_head=0; in ogg_sync_pageseek()
770 oy->fifo_tail=ogg_buffer_pretruncate(oy->fifo_tail,1); in ogg_sync_pageseek()
774 while(oy->fifo_tail){ in ogg_sync_pageseek()
[all …]
Dogg.h109 ogg_reference *fifo_tail; member