Home
last modified time | relevance | path

Searched refs:track_ID (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/isomp4/
Datoms.h215 guint32 track_ID; member
760 guint32 track_ID; member
796 guint32 track_ID; member
908 guint32 track_ID; member
1011 AtomTRAF * atom_traf_new (AtomsContext * context, guint32 track_ID);
1023 AtomTFRA* atom_tfra_new (AtomsContext *context, guint32 track_ID);
Datoms.c1238 tkhd->track_ID = 0; in atom_tkhd_init()
1807 prop_copy_uint32 (tkhd->track_ID, buffer, size, offset); in atom_tkhd_copy_data()
1813 prop_copy_uint32 (tkhd->track_ID, buffer, size, offset); in atom_tkhd_copy_data()
3033 prop_copy_uint32 (trex->track_ID, buffer, size, offset); in atom_trex_copy_data()
3365 return trak->tkhd.track_ID; in atom_trak_get_id()
3371 trak->tkhd.track_ID = id; in atom_trak_set_id()
3388 trex->track_ID = trak->tkhd.track_ID; in atom_trex_new()
4664 prop_copy_uint32 (tfhd->track_ID, buffer, size, offset); in atom_tfhd_copy_data()
4827 atom_tfhd_init (AtomTFHD * tfhd, guint32 track_ID) in atom_tfhd_init() argument
4832 tfhd->track_ID = track_ID; in atom_tfhd_init()
[all …]
Dgstqtmux.c3037 atom_tref_add_entry (qpad->trak->tref, qpad->tc_trak->tkhd.track_ID); in gst_qt_mux_prefill_samples()
3121 sample_entry.track_id = qpad->trak->tkhd.track_ID; in gst_qt_mux_prefill_samples()
4160 if (trex->track_ID == qpad->trak->tkhd.track_ID) { in gst_qt_mux_stop_file()
4161 trex->track_ID = next_track_id; in gst_qt_mux_stop_file()
4166 qpad->trak->tkhd.track_ID = next_track_id++; in gst_qt_mux_stop_file()
5068 atom_tref_add_entry (pad->trak->tref, pad->tc_trak->tkhd.track_ID); in gst_qt_mux_check_and_update_timecode()
Datomsrecovery.c215 GST_WRITE_UINT32_BE (data + 0, trak->tkhd.track_ID); in atoms_recov_write_trak_samples()