Searched refs:_ogg_calloc (Results 1 - 8 of 8) sorted by relevance

/external/tremolo/Tremolo/
H A Dtreminfo.c132 vi->codec_setup=(codec_setup_info *)_ogg_calloc(1,sizeof(codec_setup_info));
220 vc->vendor=(char *)_ogg_calloc(vendorlen+1,1);
225 vc->user_comments=(char **)_ogg_calloc(vc->comments+1,sizeof(*vc->user_comments));
230 vc->comment_lengths=(int *)_ogg_calloc(vc->comments+1, sizeof(*vc->comment_lengths));
237 vc->user_comments[i]=(char *)_ogg_calloc(len+1,1);
258 ci->book_param=(codebook *)_ogg_calloc(ci->books,sizeof(*ci->book_param));
273 ci->floor_param=_ogg_calloc(ci->floors, sizeof(*ci->floor_param));
274 ci->floor_type=_ogg_calloc(ci->floors, sizeof(*ci->floor_type));
291 ci->residue_param=_ogg_calloc(ci->residues, sizeof(*ci->residue_param));
301 ci->map_param=_ogg_calloc(c
[all...]
H A Dos_types.h51 #define _ogg_calloc calloc macro
H A Dmisc.h51 #undef _ogg_calloc macro
56 #define _ogg_calloc(x,y) _VDBG_malloc(NULL,(x)*(y),__FILE__,__LINE__) macro
H A Ddsp.c76 v->work[i]=(ogg_int32_t *)_ogg_calloc(1,(ci->blocksizes[1]>>1)*
78 v->mdctright[i]=(ogg_int32_t *)_ogg_calloc(1,(ci->blocksizes[1]>>2)*
90 vorbis_dsp_state *v=_ogg_calloc(1,sizeof(*v));
H A Dres012.c138 char **partword=(char **)_ogg_calloc(ch,sizeof(*partword));
H A Dframing.c56 ogg_buffer_state *bs=_ogg_calloc(1,sizeof(*bs));
586 ogg_sync_state *oy=_ogg_calloc(1,sizeof(*oy));
859 ogg_stream_state *os=_ogg_calloc(1,sizeof(*os));
H A Dfloor1.c111 vorbis_info_floor1 *info=(vorbis_info_floor1 *)_ogg_calloc(1,sizeof(*info));
/external/libogg/include/ogg/
H A Dos_types.h23 #define _ogg_calloc calloc macro

Completed in 417 milliseconds