HomeSort by relevance Sort by last modified time
    Searched refs:body_head (Results 1 - 2 of 2) sorted by null

  /external/tremolo/Tremolo/
framing.c 942 if(os->body_tail==0)os->body_head=0;
954 if(os->body_tail==0)os->body_head=0;
964 if(os->body_tail==0)os->body_head=0;
1013 os->body_head=ogg_buffer_walk(og->body);
1015 os->body_head=ogg_buffer_cat(os->body_head,og->body);
1034 os->body_tail=os->body_head=0;
1111 op->packet=ogg_buffer_split(&os->body_tail,&os->body_head,
1117 if(os->body_tail==0)os->body_head=0;
ogg.h 122 ogg_reference *body_head; member in struct:ogg_stream_state

Completed in 321 milliseconds