OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fifo_head
(Results
1 - 2
of
2
) sorted by null
/external/tremolo/Tremolo/
framing.c
628
if(!oy->
fifo_head
){
629
oy->
fifo_head
=oy->fifo_tail=ogg_buffer_alloc(oy->bufferpool,bytes);
630
return oy->
fifo_head
->buffer->data;
634
if(oy->
fifo_head
->buffer->size-
635
oy->
fifo_head
->length-
636
oy->
fifo_head
->begin >= bytes)
637
return oy->
fifo_head
->buffer->data+
638
oy->
fifo_head
->length+oy->
fifo_head
->begin;
641
if(!oy->
fifo_head
->length)
[
all
...]
ogg.h
108
ogg_reference *
fifo_head
;
member in struct:ogg_sync_state
Completed in 853 milliseconds