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

/external/tremolo/Tremolo/
H A Dframing.c868 ogg_buffer_release(os->body_tail);
877 ogg_buffer_release(os->body_tail);
940 os->body_tail=ogg_buffer_pretruncate(os->body_tail,
942 if(os->body_tail==0)os->body_head=0;
952 os->body_tail=
953 ogg_buffer_pretruncate(os->body_tail,os->body_fill_next&FINMASK);
954 if(os->body_tail==0)os->body_head=0;
962 os->body_tail=ogg_buffer_pretruncate(os->body_tail,
[all...]
H A Dogg.h123 ogg_reference *body_tail; member in struct:ogg_stream_state

Completed in 49 milliseconds