Searched refs:_ogg_malloc (Results 1 - 25 of 32) sorted by relevance

12

/external/libogg/macos/compat/
H A Dstrdup.c14 outStr = _ogg_malloc(strlen(inStr) + 1);
/external/libvorbis/macos/compat/
H A Dstrdup.c14 outStr = _ogg_malloc(strlen(inStr) + 1);
/external/libvorbis/lib/
H A Dmisc.h41 #undef _ogg_malloc macro
46 #define _ogg_malloc(x) _VDBG_malloc(NULL,(x),__FILE__,__LINE__) macro
H A Dsharedbook.c76 ogg_uint32_t *r=_ogg_malloc((sparsecount?sparsecount:n)*sizeof(*r));
353 c->codelist=_ogg_malloc(n*sizeof(*c->codelist));
366 c->dec_index=_ogg_malloc(n*sizeof(*c->dec_index));
372 c->dec_codelengths=_ogg_malloc(n*sizeof(*c->dec_codelengths));
H A Dfloor0.c78 vorbis_info_floor0 *info=_ogg_malloc(sizeof(*info));
132 look->linearmap[W]=_ogg_malloc((n+1)*sizeof(**look->linearmap));
H A Dcodebook.c168 s->lengthlist=_ogg_malloc(sizeof(*s->lengthlist)*s->entries);
196 s->lengthlist=_ogg_malloc(sizeof(*s->lengthlist)*s->entries);
240 s->quantlist=_ogg_malloc(sizeof(*s->quantlist)*quantvals);
H A Dinfo.c71 vc->user_comments[vc->comments]=_ogg_malloc(vc->comment_lengths[vc->comments]+1);
555 op->packet = _ogg_malloc(oggpack_bytes(&opb));
589 b->header=_ogg_malloc(oggpack_bytes(&opb));
604 b->header1=_ogg_malloc(oggpack_bytes(&opb));
619 b->header2=_ogg_malloc(oggpack_bytes(&opb));
H A Dpsytune.c276 pcm[0]=_ogg_malloc(framesize*sizeof(float));
277 pcm[1]=_ogg_malloc(framesize*sizeof(float));
284 buffer=_ogg_malloc(framesize*4);
H A Dpsy.c94 float ***ret=_ogg_malloc(sizeof(*ret)*P_BANDS);
161 ret[i]=_ogg_malloc(sizeof(**ret)*P_LEVELS);
181 ret[i][m]=_ogg_malloc(sizeof(***ret)*(EHMER_MAX+2));
279 p->ath=_ogg_malloc(n*sizeof(*p->ath));
281 p->octave=_ogg_malloc(n*sizeof(*p->octave));
282 p->bark=_ogg_malloc(n*sizeof(*p->bark));
331 p->noiseoffset=_ogg_malloc(P_NOISECURVES*sizeof(*p->noiseoffset));
333 p->noiseoffset[i]=_ogg_malloc(n*sizeof(**p->noiseoffset));
H A Dblock.c118 struct alloc_chain *link=_ogg_malloc(sizeof(*link));
126 vb->localstore=_ogg_malloc(vb->localalloc);
251 v->pcm=_ogg_malloc(vi->channels*sizeof(*v->pcm));
252 v->pcmret=_ogg_malloc(vi->channels*sizeof(*v->pcmret));
H A Dmdct.c53 int *bitrev=_ogg_malloc(sizeof(*bitrev)*(n/4));
54 DATA_TYPE *T=_ogg_malloc(sizeof(*T)*(n+n/4));
/external/libvorbis/vq/
H A Dlatticebuild.c107 c.lengthlist=_ogg_malloc(entries*sizeof(long));
112 quantlist=_ogg_malloc(sizeof(double)*c.dim*c.entries);
113 hits=_ogg_malloc(c.entries*sizeof(long));
H A Dvqgen.c250 v->pointlist=_ogg_malloc(v->allocated*(v->elements+v->aux)*sizeof(float));
253 v->entrylist=_ogg_malloc(v->entries*v->elements*sizeof(float));
254 v->assigned=_ogg_malloc(v->entries*sizeof(long));
371 new=_ogg_malloc(sizeof(float)*v->entries*v->elements);
372 new2=_ogg_malloc(sizeof(float)*v->entries*v->elements);
373 nearcount=_ogg_malloc(v->entries*sizeof(long));
374 nearbias=_ogg_malloc(v->entries*desired2*sizeof(float));
H A Dbookutil.c96 linebuffer=_ogg_malloc(lbufsize);
280 c->quantlist=_ogg_malloc(sizeof(long)*quant_to_read);
290 c->lengthlist=_ogg_malloc(sizeof(long)*c->entries);
340 long *membership=_ogg_malloc(vals*sizeof(long));
H A Dlatticetune.c84 hits=_ogg_malloc(entries*sizeof(long));
/external/tremolo/Tremolo/
H A Dos_types.h50 #define _ogg_malloc malloc macro
H A Dfloor1.c78 ogg_uint8_t *temp,*A=index,*B=_ogg_malloc(n*sizeof(*B));
115 (ogg_uint8_t *)_ogg_malloc(info->partitions*sizeof(*info->partitionclass));
123 (floor1class *)_ogg_malloc((maxclass+1)*sizeof(*info->klass));
147 (ogg_uint16_t *)_ogg_malloc((count+2)*sizeof(*info->postlist));
149 (ogg_uint8_t *)_ogg_malloc((count+2)*sizeof(*info->forward_index));
151 (ogg_uint8_t *)_ogg_malloc(count*sizeof(*info->loneighbor));
153 (ogg_uint8_t *)_ogg_malloc(count*sizeof(*info->hineighbor));
H A Dmisc.h50 #undef _ogg_malloc macro
55 #define _ogg_malloc(x) _VDBG_malloc(NULL,(x),__FILE__,__LINE__) macro
H A Dmapping0.c84 _ogg_malloc(info->coupling_steps*sizeof(*info->coupling));
102 info->chmuxlist=_ogg_malloc(sizeof(*info->chmuxlist)*vi->channels);
109 info->submaplist=_ogg_malloc(sizeof(*info->submaplist)*info->submaps);
H A Ddsp.c73 v->work=(ogg_int32_t **)_ogg_malloc(vi->channels*sizeof(*v->work));
74 v->mdctright=(ogg_int32_t **)_ogg_malloc(vi->channels*sizeof(*v->mdctright));
H A Dres012.c73 info->stagemasks=_ogg_malloc(info->partitions*sizeof(*info->stagemasks));
74 info->stagebooks=_ogg_malloc(info->partitions*8*sizeof(*info->stagebooks));
H A Dcodebook.c249 s->dec_table=_ogg_malloc((s->entries*2+1)*sizeof(*work));
267 s->dec_table=_ogg_malloc((s->used_entries*(s->dec_leafw+1)-2)*
418 s->dec_buf=_ogg_malloc(sizeof(ogg_int32_t)*s->dim);
556 s->q_val=_ogg_malloc(quantvals);
561 s->q_val=_ogg_malloc(quantvals*2);
604 s->q_val=_ogg_malloc(s->q_pack*s->used_entries);
H A Dvorbisfile.c246 vf->offsets=_ogg_malloc((vf->links+1)*sizeof(*vf->offsets));
247 vf->serialnos=_ogg_malloc(vf->links*sizeof(*vf->serialnos));
384 vf->dataoffsets=_ogg_malloc(vf->links*sizeof(*vf->dataoffsets));
385 vf->pcmlengths=_ogg_malloc(vf->links*2*sizeof(*vf->pcmlengths));
/external/libogg/include/ogg/
H A Dos_types.h22 #define _ogg_malloc malloc macro
/external/libogg/src/
H A Dframing.c194 os->body_data=_ogg_malloc(os->body_storage*sizeof(*os->body_data));
195 os->lacing_vals=_ogg_malloc(os->lacing_storage*sizeof(*os->lacing_vals));
196 os->granule_vals=_ogg_malloc(os->lacing_storage*sizeof(*os->granule_vals));
606 ret=_ogg_malloc(newsize);
1102 unsigned char *temp=_ogg_malloc(og->header_len);
1106 temp=_ogg_malloc(og->body_len);
1456 unsigned char *data=_ogg_malloc(1024*1024); /* for scripted test cases only */
1770 unsigned char *data=_ogg_malloc(1024*1024);

Completed in 401 milliseconds

12