Searched refs:mehd (Results 1 – 5 of 5) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | atoms.c | 1475 atom_mehd_init (AtomMEHD * mehd) in atom_mehd_init() argument 1479 atom_full_init (&mehd->header, FOURCC_mehd, 0, 0, 1, flags); in atom_mehd_init() 1480 mehd->fragment_duration = 0; in atom_mehd_init() 1487 atom_mehd_init (&mvex->mehd); in atom_mvex_init() 3008 atom_mehd_copy_data (AtomMEHD * mehd, guint8 ** buffer, guint64 * size, in atom_mehd_copy_data() argument 3013 if (!atom_full_copy_data (&mehd->header, buffer, size, offset)) { in atom_mehd_copy_data() 3017 prop_copy_uint64 (mehd->fragment_duration, buffer, size, offset); in atom_mehd_copy_data() 3056 if (!atom_mehd_copy_data (&mvex->mehd, buffer, size, offset)) { in atom_mvex_copy_data() 3518 moov->mvex.mehd.fragment_duration = duration; in atom_moov_update_duration()
|
D | atoms.h | 779 AtomMEHD mehd; member
|
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()
|
D | qtdemux.c | 13932 GNode *mehd; in qtdemux_parse_tree() local 13939 mehd = qtdemux_tree_get_child_by_type_full (mvex, FOURCC_mehd, &mehd_data); in qtdemux_parse_tree() 13940 if (mehd) in qtdemux_parse_tree()
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 17384 qtmux: round to nearest when computing mehd and tkhd duration 17385 This fixes a bug where in some files mehd.fragment_duration is one unit 17387 mehd.fragment_duration is computed by scaling the end timestamp of 19287 qtdemux: fix buggy duration in edits with duration=0 in fragmented files without a mehd 94938 be in mehd). 95018 Adds fourcc's for tfra, tfhd, trun, sdtp, trex, mehd and
|