Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
H A 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()
H A Dtree.h117 void av_tree_destroy(struct AVTreeNode *t);
/third_party/ffmpeg/libavutil/tests/
H A Dtree.c105 av_tree_destroy(root); in main()
/third_party/ffmpeg/libavformat/
H A Dcache.c315 av_tree_destroy(c->root); in cache_close()
H A Dnut.c320 av_tree_destroy(nut->syncpoints); in ff_nut_free_sp()
/third_party/ffmpeg/libavfilter/
H A Dvf_drawtext.c853 av_tree_destroy(s->glyphs); in uninit()

Completed in 6 milliseconds