Searched refs:_ogg_realloc (Results 1 - 13 of 13) sorted by relevance

/external/libvorbis/lib/
H A Dmisc.h43 #undef _ogg_realloc macro
48 #define _ogg_realloc(x,y) _VDBG_malloc((x),(y),__FILE__,__LINE__) macro
H A Denvelope.c230 ve->mark=_ogg_realloc(ve->mark,ve->storage*sizeof(*ve->mark));
H A Dblock.c116 /* 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]));
H A Dinfo.c66 vc->user_comments=_ogg_realloc(vc->user_comments,
68 vc->comment_lengths=_ogg_realloc(vc->comment_lengths,
H A Dvorbisfile.c193 *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));
/external/tremolo/Tremolo/
H A Dos_types.h52 #define _ogg_realloc realloc macro
H A Dmisc.h52 #undef _ogg_realloc macro
57 #define _ogg_realloc(x,y) _VDBG_malloc((x),(y),__FILE__,__LINE__) macro
H A Dframing.c112 ob->data=_ogg_realloc(ob->data,bytes);
161 ob->data=_ogg_realloc(ob->data,bytes);
/external/libogg/include/ogg/
H A Dos_types.h24 #define _ogg_realloc realloc macro
/external/libogg/src/
H A Dbitwise.c86 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);
H A Dframing.c242 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);
/external/libvorbis/vq/
H A Dbookutil.c99 linebuffer=_ogg_realloc(linebuffer,lbufsize);
H A Dvqgen.c279 v->pointlist=_ogg_realloc(v->pointlist,v->allocated*(v->elements+v->aux)*

Completed in 2591 milliseconds