Lines Matching refs:AtomFull
111 atom_full_init (AtomFull * full, guint32 fourcc, gint32 size, gint64 ext_size, in atom_full_init()
122 atom_full_clear (AtomFull * full) in atom_full_clear()
128 atom_full_free (AtomFull * full) in atom_full_free()
135 atom_full_get_flags_as_uint (AtomFull * full) in atom_full_get_flags_as_uint()
141 atom_full_set_flags_as_uint (AtomFull * full, guint32 flags_as_uint) in atom_full_set_flags_as_uint()
1055 static AtomFull *
1059 AtomFull *alis = g_new0 (AtomFull, 1); in atom_alis_new()
1075 AtomFull *alis = atom_alis_new (); in atom_dref_init()
1099 atom_full_free ((AtomFull *) atom); in atom_dref_clear()
1603 atom_full_get_version (AtomFull * full) in atom_full_get_version()
1669 atom_full_copy_data (AtomFull * atom, guint8 ** buffer, guint64 * size, in atom_full_copy_data()
2634 if (!atom_full_copy_data ((AtomFull *) atom, buffer, size, offset)) in atom_dref_copy_data()
5271 AtomFull mfro; in atom_mfro_copy_data()