Searched refs:mvex (Results 1 – 6 of 6) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | atoms.c | 1484 atom_mvex_init (AtomMVEX * mvex) in atom_mvex_init() argument 1486 atom_header_set (&mvex->header, FOURCC_mvex, 0, 0); in atom_mvex_init() 1487 atom_mehd_init (&mvex->mehd); in atom_mvex_init() 1488 mvex->trexs = NULL; in atom_mvex_init() 1539 atom_mvex_init (&(moov->mvex)); in atom_moov_init() 1562 atom_mvex_clear (AtomMVEX * mvex) in atom_mvex_clear() argument 1566 atom_clear (&mvex->header); in atom_mvex_clear() 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() [all …]
|
D | atoms.h | 877 AtomMVEX mvex; member
|
D | qtdemux.c | 3116 GNode *mvex, *trex; in qtdemux_parse_trex() local 3119 mvex = qtdemux_tree_get_child_by_type (qtdemux->moov_node, FOURCC_mvex); in qtdemux_parse_trex() 3120 if (mvex) { in qtdemux_parse_trex() 3121 trex = qtdemux_tree_get_child_by_type_full (mvex, FOURCC_trex, in qtdemux_parse_trex() 13818 GNode *mvex; in qtdemux_parse_tree() local 13884 mvex = qtdemux_tree_get_child_by_type (qtdemux->moov_node, FOURCC_mvex); in qtdemux_parse_tree() 13885 if (mvex) { in qtdemux_parse_tree() 13893 mehd = qtdemux_tree_get_child_by_type_full (mvex, FOURCC_mehd, &mehd_data); in qtdemux_parse_tree()
|
D | gstqtmux.c | 3818 qtmux->moov->mvex.mehd.fragment_duration = duration; in gst_qt_mux_update_edit_lists() 4027 qtmux->moov->mvex.mehd.fragment_duration = duration; in gst_qt_mux_stop_file() 4157 for (walk2 = qtmux->moov->mvex.trexs; walk2; walk2 = walk2->next) { in gst_qt_mux_stop_file()
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 2677 the moov to maybe add a duration to the mvex. If we start by not 2678 writing the initial moov->mvex->mhed duration and then overwrite with a 49735 atoms like 'mvex'. Also improve a message log 87423 qtmux: delegate mvex handling to atoms 87431 qtmux: add mvex/trex in header if fragmented 94930 qtdemux: fragmented support; consider mvex and handle flags and offset fields
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 174402 qtmux: delegate mvex handling to atoms 174410 qtmux: add mvex/trex in header if fragmented
|