Home
last modified time | relevance | path

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

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