OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_ogg_free
(Results
1 - 11
of
11
) sorted by null
/external/tremolo/Tremolo/
treminfo.c
114
if(vc->user_comments[i])
_ogg_free
(vc->user_comments[i]);
115
if(vc->user_comments)
_ogg_free
(vc->user_comments);
116
if(vc->comment_lengths)
_ogg_free
(vc->comment_lengths);
117
if(vc->vendor)
_ogg_free
(vc->vendor);
141
if(ci->mode_param)
_ogg_free
(ci->mode_param);
146
_ogg_free
(ci->map_param);
155
_ogg_free
(ci->floor_param);
156
_ogg_free
(ci->floor_type);
162
_ogg_free
(ci->residue_param);
168
_ogg_free
(ci->book_param)
[
all
...]
floor1.c
56
if(info->klass)
_ogg_free
(info->klass);
57
if(info->partitionclass)
_ogg_free
(info->partitionclass);
58
if(info->postlist)
_ogg_free
(info->postlist);
59
if(info->forward_index)
_ogg_free
(info->forward_index);
60
if(info->hineighbor)
_ogg_free
(info->hineighbor);
61
if(info->loneighbor)
_ogg_free
(info->loneighbor);
63
_ogg_free
(info);
101
_ogg_free
(A);
103
_ogg_free
(B);
dsp.c
102
if(v->work[i])
_ogg_free
(v->work[i]);
103
_ogg_free
(v->work);
107
if(v->mdctright[i])
_ogg_free
(v->mdctright[i]);
108
_ogg_free
(v->mdctright);
115
_ogg_free
(v);
os_types.h
53
#define
_ogg_free
free
macro
misc.h
53
#undef
_ogg_free
macro
58
#define
_ogg_free
(x) _VDBG_free((x),__FILE__,__LINE__)
macro
mapping0.c
52
if(info->chmuxlist)
_ogg_free
(info->chmuxlist);
53
if(info->submaplist)
_ogg_free
(info->submaplist);
54
if(info->coupling)
_ogg_free
(info->coupling);
res012.c
50
if(info->stagemasks)
_ogg_free
(info->stagemasks);
51
if(info->stagebooks)
_ogg_free
(info->stagebooks);
framing.c
79
if(b->data)
_ogg_free
(b->data);
80
_ogg_free
(b);
86
_ogg_free
(r);
91
_ogg_free
(bs);
606
_ogg_free
(oy);
879
_ogg_free
(os);
vorbisfile.c
787
if(vf->dataoffsets)
_ogg_free
(vf->dataoffsets);
788
if(vf->pcmlengths)
_ogg_free
(vf->pcmlengths);
789
if(vf->serialnos)
_ogg_free
(vf->serialnos);
790
if(vf->offsets)
_ogg_free
(vf->offsets);
[
all
...]
codebook.c
373
if(b->q_val)
_ogg_free
(b->q_val);
374
if(b->dec_table)
_ogg_free
(b->dec_table);
375
if(b->dec_buf)
_ogg_free
(b->dec_buf);
floor0.c
363
if(info)
_ogg_free
(info);
Completed in 357 milliseconds