Searched refs:AtomSTBL (Results 1 – 5 of 5) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | atoms.h | 603 } AtomSTBL; typedef 618 AtomSTBL stbl; 966 void atom_stbl_add_samples (AtomSTBL * stbl, guint32 nsamples, 990 void atom_stbl_clear (AtomSTBL * stbl); 991 void atom_stbl_init (AtomSTBL * stbl);
|
D | atomsrecovery.h | 110 AtomSTBL stbl;
|
D | atomsrecovery.c | 853 AtomSTBL *stbl = &trak->stbl; in trak_recov_data_get_trak_atom_size() 892 AtomSTBL *stbl = &trak->stbl; in moov_recov_get_stbl_children_data()
|
D | atoms.c | 883 atom_stbl_init (AtomSTBL * stbl) in atom_stbl_init() 899 atom_stbl_clear (AtomSTBL * stbl) in atom_stbl_clear() 2565 atom_stbl_copy_data (AtomSTBL * stbl, guint8 ** buffer, guint64 * size, in atom_stbl_copy_data() 3286 atom_stbl_add_stss_entry (AtomSTBL * stbl) in atom_stbl_add_stss_entry() 3316 atom_stbl_add_ctts_entry (AtomSTBL * stbl, guint32 nsamples, guint32 offset) in atom_stbl_add_ctts_entry() 3325 atom_stbl_add_samples (AtomSTBL * stbl, guint32 nsamples, guint32 delta, in atom_stbl_add_samples() 3349 AtomSTBL *stbl = &trak->mdia.minf.stbl; in atom_trak_add_samples()
|
D | gstqtmux.c | 4053 AtomSTBL *stbl = &qpad->trak->mdia.minf.stbl; in gst_qt_mux_stop_file()
|