Searched refs:_ogg_realloc (Results 1 – 13 of 13) sorted by relevance
/external/libvorbis/lib/ |
D | misc.h | 43 #undef _ogg_realloc 48 #define _ogg_realloc(x,y) _VDBG_malloc((x),(y),__FILE__,__LINE__) macro
|
D | info.c | 66 vc->user_comments=_ogg_realloc(vc->user_comments, in vorbis_comment_add() 68 vc->comment_lengths=_ogg_realloc(vc->comment_lengths, in vorbis_comment_add()
|
D | block.c | 149 vb->localstore=_ogg_realloc(vb->localstore,vb->totaluse+vb->localalloc); in _vorbis_block_ripcord() 405 v->pcm[i]=_ogg_realloc(v->pcm[i],v->pcm_storage*sizeof(*v->pcm[i])); in vorbis_analysis_buffer()
|
D | envelope.c | 230 ve->mark=_ogg_realloc(ve->mark,ve->storage*sizeof(*ve->mark)); in _ve_envelope_search()
|
D | vorbisfile.c | 193 *serialno_list = _ogg_realloc(*serialno_list, sizeof(**serialno_list)*(*n)); in _add_serialno() 508 vf->vi=_ogg_realloc(vf->vi,vf->links*sizeof(*vf->vi)); in _bisect_forward_serialno() 509 vf->vc=_ogg_realloc(vf->vc,vf->links*sizeof(*vf->vc)); in _bisect_forward_serialno()
|
/external/tremolo/Tremolo/ |
D | misc.h | 52 #undef _ogg_realloc 57 #define _ogg_realloc(x,y) _VDBG_malloc((x),(y),__FILE__,__LINE__) macro
|
D | os_types.h | 52 #define _ogg_realloc realloc macro
|
D | framing.c | 112 ob->data=_ogg_realloc(ob->data,bytes); in _fetch_buffer() 161 ob->data=_ogg_realloc(ob->data,bytes); in ogg_buffer_realloc()
|
/external/libogg/include/ogg/ |
D | os_types.h | 24 #define _ogg_realloc realloc macro
|
/external/libogg/src/ |
D | bitwise.c | 86 ret=_ogg_realloc(b->buffer,b->storage+BUFFER_INCREMENT); in oggpack_write() 127 ret=_ogg_realloc(b->buffer,b->storage+BUFFER_INCREMENT); in oggpackB_write() 198 ret=_ogg_realloc(b->buffer,b->storage); in oggpack_writecopy_helper()
|
D | framing.c | 242 ret=_ogg_realloc(os->body_data,(os->body_storage+needed+1024)* in _os_body_expand() 257 ret=_ogg_realloc(os->lacing_vals,(os->lacing_storage+needed+32)* in _os_lacing_expand() 264 ret=_ogg_realloc(os->granule_vals,(os->lacing_storage+needed+32)* in _os_lacing_expand() 604 ret=_ogg_realloc(oy->data,newsize); in ogg_sync_buffer()
|
/external/libvorbis/vq/ |
D | bookutil.c | 99 linebuffer=_ogg_realloc(linebuffer,lbufsize); in get_line()
|
D | vqgen.c | 279 v->pointlist=_ogg_realloc(v->pointlist,v->allocated*(v->elements+v->aux)* in vqgen_addpoint()
|