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

  /external/libvorbis/lib/
misc.h 43 #undef _ogg_realloc macro
48 #define _ogg_realloc(x,y) _VDBG_malloc((x),(y),__FILE__,__LINE__) macro
envelope.c 230 ve->mark=_ogg_realloc(ve->mark,ve->storage*sizeof(*ve->mark));
block.c 116 /* can't just _ogg_realloc... there are outstanding pointers */
149 vb->localstore=_ogg_realloc(vb->localstore,vb->totaluse+vb->localalloc);
405 v->pcm[i]=_ogg_realloc(v->pcm[i],v->pcm_storage*sizeof(*v->pcm[i]));
info.c 66 vc->user_comments=_ogg_realloc(vc->user_comments,
68 vc->comment_lengths=_ogg_realloc(vc->comment_lengths,
vorbisfile.c 193 *serialno_list = _ogg_realloc(*serialno_list, sizeof(**serialno_list)*(*n));
508 vf->vi=_ogg_realloc(vf->vi,vf->links*sizeof(*vf->vi));
509 vf->vc=_ogg_realloc(vf->vc,vf->links*sizeof(*vf->vc));
    [all...]
  /external/tremolo/Tremolo/
os_types.h 52 #define _ogg_realloc realloc macro
misc.h 52 #undef _ogg_realloc macro
57 #define _ogg_realloc(x,y) _VDBG_malloc((x),(y),__FILE__,__LINE__) macro
framing.c 112 ob->data=_ogg_realloc(ob->data,bytes);
161 ob->data=_ogg_realloc(ob->data,bytes);
  /external/libogg/include/ogg/
os_types.h 24 #define _ogg_realloc realloc macro
  /external/libogg/src/
bitwise.c 86 ret=_ogg_realloc(b->buffer,b->storage+BUFFER_INCREMENT);
127 ret=_ogg_realloc(b->buffer,b->storage+BUFFER_INCREMENT);
198 ret=_ogg_realloc(b->buffer,b->storage);
framing.c 242 ret=_ogg_realloc(os->body_data,(os->body_storage+needed+1024)*
257 ret=_ogg_realloc(os->lacing_vals,(os->lacing_storage+needed+32)*
264 ret=_ogg_realloc(os->granule_vals,(os->lacing_storage+needed+32)*
604 ret=_ogg_realloc(oy->data,newsize);
    [all...]
  /external/libvorbis/vq/
bookutil.c 99 linebuffer=_ogg_realloc(linebuffer,lbufsize);
vqgen.c 279 v->pointlist=_ogg_realloc(v->pointlist,v->allocated*(v->elements+v->aux)*

Completed in 251 milliseconds