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

  /external/libogg/doc/libogg/
ogg_stream_state.html 30 long body_storage; /* storage elements allocated */
70 <dt><i>body_storage</i></dt>
  /external/libogg/include/ogg/
ogg.h 55 long body_storage; /* storage elements allocated */ member in struct:__anon13309
  /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 390 milliseconds