Searched refs:AtomTFRA (Results 1 – 3 of 3) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | atoms.h | 912 } AtomTFRA; typedef 1023 AtomTFRA* atom_tfra_new (AtomsContext *context, guint32 track_ID); 1024 void atom_tfra_add_entry (AtomTFRA *tfra, guint64 dts, guint32 sample_num); 1025 void atom_tfra_update_offset (AtomTFRA * tfra, guint64 offset); 1026 void atom_mfra_add_tfra (AtomMFRA *mfra, AtomTFRA *tfra);
|
D | gstqtmux.h | 159 AtomTFRA *tfra;
|
D | atoms.c | 5101 atom_tfra_free (AtomTFRA * tfra) in atom_tfra_free() 5118 atom_mfra_add_tfra (AtomMFRA * mfra, AtomTFRA * tfra) in atom_mfra_add_tfra() 5130 atom_tfra_free ((AtomTFRA *) walker->data); in atom_mfra_free() 5141 atom_tfra_init (AtomTFRA * tfra, guint32 track_ID) in atom_tfra_init() 5150 AtomTFRA * 5153 AtomTFRA *tfra = g_new0 (AtomTFRA, 1); in atom_tfra_new() 5172 atom_tfra_add_entry (AtomTFRA * tfra, guint64 dts, guint32 sample_num) in atom_tfra_add_entry() 5197 atom_tfra_update_offset (AtomTFRA * tfra, guint64 offset) in atom_tfra_update_offset() 5215 atom_tfra_copy_data (AtomTFRA * tfra, guint8 ** buffer, guint64 * size, in atom_tfra_copy_data() 5299 if (!atom_tfra_copy_data ((AtomTFRA *) walker->data, buffer, size, offset)) { in atom_mfra_copy_data()
|