Home
last modified time | relevance | path

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

/external/tremolo/Tremolo/
Dframing.c890 os->body_fill_next=0; in _next_lace()
893 os->body_fill_next+=val; in _next_lace()
895 os->body_fill_next|=FINFLAG; in _next_lace()
953 ogg_buffer_pretruncate(os->body_tail,os->body_fill_next&FINMASK); in _span_queued_page()
977 os->body_fill+=os->body_fill_next; /* addition handles the flag fine; in _span_queued_page()
1049 os->body_fill_next=0; in ogg_stream_reset()
1094 if(os->e_o_s && os->body_fill_next==0) in _packetout()
1098 if( (os->body_fill&FINFLAG) && !(os->body_fill_next&FINFLAG) ) in _packetout()
1121 os->body_fill=os->body_fill_next; in _packetout()
Dogg.h146 ogg_uint32_t body_fill_next; member