Home
last modified time | relevance | path

Searched refs:tc_trak (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dgstqtmux.h149 AtomTRAK *tc_trak; member
Dgstqtmux.c721 qtpad->tc_trak = NULL; in gst_qt_mux_pad_reset()
3033 qpad->tc_trak = atom_trak_new (qtmux->context); in gst_qt_mux_prefill_samples()
3034 atom_moov_add_trak (qtmux->moov, qpad->tc_trak); in gst_qt_mux_prefill_samples()
3037 atom_tref_add_entry (qpad->trak->tref, qpad->tc_trak->tkhd.track_ID); in gst_qt_mux_prefill_samples()
3039 atom_trak_set_timecode_type (qpad->tc_trak, qtmux->context, in gst_qt_mux_prefill_samples()
3042 atom_trak_add_samples (qpad->tc_trak, 1, 1, 4, in gst_qt_mux_prefill_samples()
3810 if (qtpad->tc_trak) { in gst_qt_mux_update_edit_lists()
3811 qtpad->tc_trak->tkhd.duration = duration; in gst_qt_mux_update_edit_lists()
3812 qtpad->tc_trak->mdia.mdhd.time_info.duration = duration; in gst_qt_mux_update_edit_lists()
5023 if (buf == NULL || (pad->tc_trak != NULL && pad->tc_pos == -1)) in gst_qt_mux_check_and_update_timecode()
[all …]