OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fifo_tail
(Results
1 - 2
of
2
) sorted by null
/external/tremolo/Tremolo/
framing.c
629
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
,1)
[
all
...]
ogg.h
109
ogg_reference *
fifo_tail
;
member in struct:ogg_sync_state
Completed in 632 milliseconds