Searched refs:_ogg_free (Results 1 – 11 of 11) sorted by relevance
94 if(vc->user_comments[i])_ogg_free(vc->user_comments[i]); in vorbis_comment_clear()95 if(vc->user_comments)_ogg_free(vc->user_comments); in vorbis_comment_clear()96 if(vc->comment_lengths)_ogg_free(vc->comment_lengths); in vorbis_comment_clear()97 if(vc->vendor)_ogg_free(vc->vendor); in vorbis_comment_clear()121 if(ci->mode_param)_ogg_free(ci->mode_param); in vorbis_info_clear()126 _ogg_free(ci->map_param); in vorbis_info_clear()135 _ogg_free(ci->floor_param); in vorbis_info_clear()136 _ogg_free(ci->floor_type); in vorbis_info_clear()142 _ogg_free(ci->residue_param); in vorbis_info_clear()148 _ogg_free(ci->book_param); in vorbis_info_clear()[all …]
36 if(info->class)_ogg_free(info->class); in floor1_free_info()37 if(info->partitionclass)_ogg_free(info->partitionclass); in floor1_free_info()38 if(info->postlist)_ogg_free(info->postlist); in floor1_free_info()39 if(info->forward_index)_ogg_free(info->forward_index); in floor1_free_info()40 if(info->hineighbor)_ogg_free(info->hineighbor); in floor1_free_info()41 if(info->loneighbor)_ogg_free(info->loneighbor); in floor1_free_info()43 _ogg_free(info); in floor1_free_info()81 _ogg_free(A); in mergesort()83 _ogg_free(B); in mergesort()
77 if(v->work[i])_ogg_free(v->work[i]); in vorbis_dsp_destroy()78 _ogg_free(v->work); in vorbis_dsp_destroy()82 if(v->mdctright[i])_ogg_free(v->mdctright[i]); in vorbis_dsp_destroy()83 _ogg_free(v->mdctright); in vorbis_dsp_destroy()86 _ogg_free(v); in vorbis_dsp_destroy()
32 if(info->chmuxlist)_ogg_free(info->chmuxlist); in mapping_clear_info()33 if(info->submaplist)_ogg_free(info->submaplist); in mapping_clear_info()34 if(info->coupling)_ogg_free(info->coupling); in mapping_clear_info()
34 #undef _ogg_free39 #define _ogg_free(x) _VDBG_free((x),__FILE__,__LINE__) macro
59 if(b->data)_ogg_free(b->data); in _ogg_buffer_destroy()60 _ogg_free(b); in _ogg_buffer_destroy()66 _ogg_free(r); in _ogg_buffer_destroy()71 _ogg_free(bs); in _ogg_buffer_destroy()572 _ogg_free(oy); in ogg_sync_destroy()827 _ogg_free(os); in ogg_stream_destroy()
33 #define _ogg_free free macro
30 if(info->stagemasks)_ogg_free(info->stagemasks); in res_clear_info()31 if(info->stagebooks)_ogg_free(info->stagebooks); in res_clear_info()
764 if(vf->dataoffsets)_ogg_free(vf->dataoffsets); in ov_clear()765 if(vf->pcmlengths)_ogg_free(vf->pcmlengths); in ov_clear()766 if(vf->serialnos)_ogg_free(vf->serialnos); in ov_clear()767 if(vf->offsets)_ogg_free(vf->offsets); in ov_clear()
354 if(b->q_val)_ogg_free(b->q_val); in vorbis_book_clear()355 if(b->dec_table)_ogg_free(b->dec_table); in vorbis_book_clear()
343 if(info)_ogg_free(info); in floor0_free_info()