Home
last modified time | relevance | path

Searched refs:hmhd (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/isomp4/
Datoms.c976 atom_hmhd_free (AtomHMHD * hmhd) in atom_hmhd_free() argument
978 atom_full_clear (&hmhd->header); in atom_hmhd_free()
979 g_free (hmhd); in atom_hmhd_free()
1133 minf->hmhd = NULL; in atom_minf_init()
1158 if (minf->hmhd) { in atom_minf_clear_handlers()
1159 atom_hmhd_free (minf->hmhd); in atom_minf_clear_handlers()
1160 minf->hmhd = NULL; in atom_minf_clear_handlers()
1893 atom_hmhd_copy_data (AtomHMHD * hmhd, guint8 ** buffer, guint64 * size, in atom_hmhd_copy_data() argument
1898 if (!atom_full_copy_data (&hmhd->header, buffer, size, offset)) { in atom_hmhd_copy_data()
1901 prop_copy_uint16 (hmhd->max_pdu_size, buffer, size, offset); in atom_hmhd_copy_data()
[all …]
Datoms.h612 AtomHMHD *hmhd; member