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

  /external/tremolo/Tremolo/
framing.c 903 while( !(os->body_fill&FINFLAG) ){
941 os->body_fill);
943 os->body_fill=0;
948 if(os->body_fill==0){
959 if(os->body_fill>0){
961 /* dump body_fill */
963 os->body_fill);
965 os->body_fill=0;
977 os->body_fill+=os->body_fill_next; /* addition handles the flag fine;
1042 os->body_fill=0
    [all...]
ogg.h 139 ogg_uint32_t body_fill; member in struct:ogg_stream_state
  /external/libogg/src/
framing.c 240 if(os->body_storage<=os->body_fill+needed){
320 os->body_fill-=os->body_returned;
321 if(os->body_fill)
323 os->body_fill);
337 memcpy(os->body_data+os->body_fill, iov[i].iov_base, iov[i].iov_len);
338 os->body_fill += (int)iov[i].iov_len;
791 os->body_fill-=br;
792 if(os->body_fill)
793 memmove(os->body_data,os->body_data+br,os->body_fill);
823 os->body_fill-=os->lacing_vals[i]&0xff
    [all...]
  /external/libogg/include/ogg/
ogg.h 56 long body_fill; /* elements stored; fill mark */ member in struct:__anon22758

Completed in 67 milliseconds