Searched refs:mdhd (Results 1 – 9 of 9) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/isoff/ |
D | gstisoff.c | 563 gst_isoff_mdhd_box_parse (GstMdhdBox * mdhd, GstByteReader * reader) in gst_isoff_mdhd_box_parse() argument 567 memset (mdhd, 0, sizeof (*mdhd)); in gst_isoff_mdhd_box_parse() 586 if (!gst_byte_reader_get_uint32_be (reader, &mdhd->timescale)) in gst_isoff_mdhd_box_parse() 634 if (!gst_isoff_mdhd_box_parse (&mdia->mdhd, &sub_reader)) in gst_isoff_mdia_box_parse()
|
D | gstisoff.h | 216 GstMdhdBox mdhd; member
|
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | atoms.c | 1185 atom_mdhd_init (AtomMDHD * mdhd) in atom_mdhd_init() argument 1189 atom_full_init (&mdhd->header, FOURCC_mdhd, 0, 0, 0, flags); in atom_mdhd_init() 1190 common_time_info_init (&mdhd->time_info); in atom_mdhd_init() 1194 mdhd->language_code = language_code ("und"); in atom_mdhd_init() 1195 mdhd->quality = 0; in atom_mdhd_init() 1199 atom_mdhd_clear (AtomMDHD * mdhd) in atom_mdhd_clear() argument 1201 atom_full_clear (&mdhd->header); in atom_mdhd_clear() 1209 atom_mdhd_init (&mdia->mdhd); in atom_mdia_init() 1218 atom_mdhd_clear (&mdia->mdhd); in atom_mdia_clear() 2714 atom_mdhd_copy_data (AtomMDHD * mdhd, guint8 ** buffer, guint64 * size, in atom_mdhd_copy_data() argument [all …]
|
D | gstqtmux.c | 2425 qtpad->trak->mdia.mdhd.time_info.modification_time = current_time; in gst_qt_mux_send_moov() 3040 qpad->trak->mdia.mdhd.time_info.timescale, tc); in gst_qt_mux_prefill_samples() 3261 MAX (qpad->trak->mdia.mdhd.time_info.timescale, suggested_timescale); in gst_qt_mux_start_file() 3305 video_timescale = qpad2->trak->mdia.mdhd.time_info.timescale; in gst_qt_mux_start_file() 3311 qpad->trak->mdia.mdhd.time_info.timescale = video_timescale; in gst_qt_mux_start_file() 3812 qtpad->tc_trak->mdia.mdhd.time_info.duration = duration; in gst_qt_mux_update_edit_lists() 5071 pad->trak->mdia.mdhd.time_info.timescale, pad->first_tc); in gst_qt_mux_check_and_update_timecode() 6960 qtpad->trak->mdia.mdhd.language_code = 0; in gst_qt_mux_caption_sink_set_caps() 7093 qtmux_pad->trak->mdia.mdhd.language_code = language_code (iso_code); in gst_qt_mux_sink_event()
|
D | atoms.h | 648 AtomMDHD mdhd; member
|
D | qtdemux.c | 10915 GNode *mdhd; in qtdemux_parse_trak() local 10973 if (!(mdhd = qtdemux_tree_get_child_by_type (mdia, FOURCC_mdhd))) { in qtdemux_parse_trak() 10976 !(mdhd = qtdemux_tree_get_child_by_type (mdia, FOURCC_mhdr))) in qtdemux_parse_trak() 10980 len = QT_UINT32 ((guint8 *) mdhd->data); in qtdemux_parse_trak() 10981 version = QT_UINT32 ((guint8 *) mdhd->data + 8); in qtdemux_parse_trak() 10986 stream->timescale = QT_UINT32 ((guint8 *) mdhd->data + 28); in qtdemux_parse_trak() 10987 stream->duration = QT_UINT64 ((guint8 *) mdhd->data + 32); in qtdemux_parse_trak() 10988 lang_code = QT_UINT16 ((guint8 *) mdhd->data + 40); in qtdemux_parse_trak() 10992 stream->timescale = QT_UINT32 ((guint8 *) mdhd->data + 20); in qtdemux_parse_trak() 10993 stream->duration = QT_UINT32 ((guint8 *) mdhd->data + 24); in qtdemux_parse_trak() [all …]
|
/third_party/gstreamer/gstplugins_bad/tests/check/libs/ |
D | isoff.c | 334 fail_unless_equals_int (trak->mdia.mdhd.timescale, seg_timescale); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 24271 qtmux: initialize mdhd language code as undefined 139033 gst/qtdemux/: Handle version 1 mdhd atoms to get extended precision durations. 139039 Handle version 1 mdhd atoms to get extended precision durations.
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 223964 gst/qtdemux/: Handle version 1 mdhd atoms to get extended precision durations. 223970 Handle version 1 mdhd atoms to get extended precision durations.
|