Searched refs:mvhd (Results 1 – 6 of 6) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | atoms.c | 1440 atom_mvhd_init (AtomMVHD * mvhd) in atom_mvhd_init() argument 1444 atom_full_init (&(mvhd->header), FOURCC_mvhd, sizeof (AtomMVHD), 0, 0, flags); in atom_mvhd_init() 1446 common_time_info_init (&mvhd->time_info); in atom_mvhd_init() 1448 mvhd->prefered_rate = 1 << 16; in atom_mvhd_init() 1449 mvhd->volume = 1 << 8; in atom_mvhd_init() 1450 mvhd->reserved3 = 0; in atom_mvhd_init() 1451 memset (mvhd->reserved4, 0, sizeof (guint32[2])); in atom_mvhd_init() 1453 memset (mvhd->matrix, 0, sizeof (guint32[9])); in atom_mvhd_init() 1454 mvhd->matrix[0] = 1 << 16; in atom_mvhd_init() 1455 mvhd->matrix[4] = 1 << 16; in atom_mvhd_init() [all …]
|
D | atoms.h | 876 AtomMVHD mvhd; member
|
D | atomsrecovery.c | 153 atom_size = atom_mvhd_copy_data (&moov->mvhd, &data, &size, &offset); in atoms_recov_write_moov_info()
|
D | gstqtmux.c | 2419 qtmux->moov->mvhd.time_info.modification_time = current_time; in gst_qt_mux_send_moov() 3816 if (duration > qtmux->moov->mvhd.time_info.duration) { in gst_qt_mux_update_edit_lists() 3817 qtmux->moov->mvhd.time_info.duration = duration; in gst_qt_mux_update_edit_lists() 3996 qtmux->moov->mvhd.time_info.duration = duration; in gst_qt_mux_stop_file() 4047 guint32 next_track_id = qtmux->moov->mvhd.next_track_id; in gst_qt_mux_stop_file() 4171 qtmux->moov->mvhd.next_track_id = next_track_id; in gst_qt_mux_stop_file()
|
D | qtdemux.c | 13860 GNode *mvhd; in qtdemux_parse_tree() local 13872 mvhd = qtdemux_tree_get_child_by_type (qtdemux->moov_node, FOURCC_mvhd); in qtdemux_parse_tree() 13873 if (mvhd == NULL) { in qtdemux_parse_tree() 13878 version = QT_UINT8 ((guint8 *) mvhd->data + 8); in qtdemux_parse_tree() 13880 creation_time = QT_UINT64 ((guint8 *) mvhd->data + 12); in qtdemux_parse_tree() 13881 qtdemux->timescale = QT_UINT32 ((guint8 *) mvhd->data + 28); in qtdemux_parse_tree() 13882 qtdemux->duration = QT_UINT64 ((guint8 *) mvhd->data + 32); in qtdemux_parse_tree() 13884 creation_time = QT_UINT32 ((guint8 *) mvhd->data + 12); in qtdemux_parse_tree() 13885 qtdemux->timescale = QT_UINT32 ((guint8 *) mvhd->data + 20); in qtdemux_parse_tree() 13886 qtdemux->duration = QT_UINT32 ((guint8 *) mvhd->data + 24); in qtdemux_parse_tree()
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 94937 while indicating the complete movie duration in mvhd (the latter should 95040 Versions 0 and 1 of mvhd have different sizes of its values 95168 qtdemux: Parse and use creation time tag from mvhd 95169 Expose creation time from mvhd as a datetime tag 98296 qtdemux: Correctly parse mvhd atoms 98297 Parse mvhd data according to its version to avoid failing
|