Home
last modified time | relevance | path

Searched refs:trexs (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/isomp4/
Datoms.c1488 mvex->trexs = NULL; in atom_mvex_init()
1567 walker = mvex->trexs; in atom_mvex_clear()
1572 g_list_free (mvex->trexs); in atom_mvex_clear()
1573 mvex->trexs = NULL; in atom_mvex_clear()
3060 walker = g_list_first (mvex->trexs); in atom_mvex_copy_data()
3377 moov->mvex.trexs = g_list_append (moov->mvex.trexs, trex); in atom_moov_add_trex()
Datoms.h782 GList *trexs; member
Dgstqtmux.c4157 for (walk2 = qtmux->moov->mvex.trexs; walk2; walk2 = walk2->next) { in gst_qt_mux_stop_file()