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

  /external/libogg/include/ogg/
ogg.h 55 long body_storage; /* storage elements allocated */ member in struct:__anon9541
  /external/libogg/src/
framing.c 191 os->body_storage=16*1024;
194 os->body_data=_ogg_malloc(os->body_storage*sizeof(*os->body_data));
240 if(os->body_storage<=os->body_fill+needed){
242 ret=_ogg_realloc(os->body_data,(os->body_storage+needed+1024)*
248 os->body_storage+=(needed+1024);
    [all...]

Completed in 100 milliseconds