Home
last modified time | relevance | path

Searched refs:av_tree_destroy (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavutil/
Dtree.c146 void av_tree_destroy(AVTreeNode *t) in av_tree_destroy() function
149 av_tree_destroy(t->child[0]); in av_tree_destroy()
150 av_tree_destroy(t->child[1]); in av_tree_destroy()
Dtree.h118 void av_tree_destroy(struct AVTreeNode *t);
/third_party/ffmpeg/libavutil/tests/
Dtree.c105 av_tree_destroy(root); in main()
/third_party/ffmpeg/libavformat/
Dnut.c320 av_tree_destroy(nut->syncpoints); in ff_nut_free_sp()
Dcache.c315 av_tree_destroy(c->root); in cache_close()
/third_party/ffmpeg/libavfilter/
Dvf_drawtext.c819 av_tree_destroy(s->glyphs); in uninit()