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

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

Completed in 478 milliseconds