Lines Matching refs:AtomTRUN
4582 atom_trun_free (AtomTRUN * trun) in atom_trun_free()
4604 atom_trun_free ((AtomTRUN *) walker->data); in atom_traf_free()
4704 atom_trun_copy_data (AtomTRUN * trun, guint8 ** buffer, guint64 * size, in atom_trun_copy_data()
4780 if (!atom_trun_copy_data ((AtomTRUN *) walker->data, buffer, size, offset)) { in atom_traf_copy_data()
4850 atom_trun_init (AtomTRUN * trun) in atom_trun_init()
4861 static AtomTRUN *
4864 AtomTRUN *trun = g_new0 (AtomTRUN, 1); in atom_trun_new()
4903 atom_trun_set_offset (AtomTRUN * trun, gint32 offset) in atom_trun_set_offset()
4910 atom_trun_can_append_samples_to_entry (AtomTRUN * trun, in atom_trun_can_append_samples_to_entry()
4930 atom_trun_append_samples (AtomTRUN * trun, TRUNSampleEntry * nentry, in atom_trun_append_samples()
4937 atom_trun_add_samples (AtomTRUN * trun, guint32 nsamples, guint32 delta, in atom_trun_add_samples()
4992 atom_traf_add_trun (AtomTRAF * traf, AtomTRUN * trun) in atom_traf_add_trun()
5003 AtomTRUN *prev_trun, *trun = NULL; in atom_traf_add_samples()
5049 ((AtomTRUN *) l->data)->header.flags[1] |= (TR_SAMPLE_DURATION >> 8); in atom_traf_add_samples()
5055 ((AtomTRUN *) l->data)->header.flags[1] |= (TR_SAMPLE_SIZE >> 8); in atom_traf_add_samples()
5084 AtomTRUN *trun; in atom_traf_get_sample_num()