Searched refs:_ogg_calloc (Results 1 – 10 of 10) sorted by relevance
/external/tremolo/Tremolo/ |
D | treminfo.c | 132 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 …]
|
D | dsp.c | 76 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()
|
D | misc.h | 51 #undef _ogg_calloc 56 #define _ogg_calloc(x,y) _VDBG_malloc(NULL,(x)*(y),__FILE__,__LINE__) macro
|
D | os_types.h | 51 #define _ogg_calloc calloc macro
|
D | framing.c | 56 ogg_buffer_state *bs=_ogg_calloc(1,sizeof(*bs)); in ogg_buffer_create() 118 ob->data=_ogg_calloc(bytes<16?16:bytes, 1); in _fetch_buffer() 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()
|
D | codebook.c | 249 s->dec_table=_ogg_calloc((s->entries*2+1), sizeof(*work)); in _make_decode_table() 267 s->dec_table=_ogg_calloc((s->used_entries*(s->dec_leafw+1)-2), in _make_decode_table() 425 s->dec_buf=_ogg_calloc(s->dim, sizeof(ogg_int32_t)); in vorbis_book_unpack()
|
D | res012.c | 138 char **partword=(char **)_ogg_calloc(ch,sizeof(*partword)); in res_inverse()
|
D | floor1.c | 111 vorbis_info_floor1 *info=(vorbis_info_floor1 *)_ogg_calloc(1,sizeof(*info)); in floor1_info_unpack()
|
D | vorbisfile.c | 246 vf->offsets=_ogg_calloc((vf->links+1), sizeof(*vf->offsets)); in _bisect_forward_serialno() 247 vf->serialnos=_ogg_calloc(vf->links, sizeof(*vf->serialnos)); in _bisect_forward_serialno()
|
/external/libogg/include/ogg/ |
D | os_types.h | 23 #define _ogg_calloc calloc macro
|