Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/isomp4/
Datoms.c950 atom_smhd_init (AtomSMHD * smhd) in atom_smhd_init() argument
954 atom_full_init (&smhd->header, FOURCC_smhd, 0, 0, 0, flags); in atom_smhd_init()
955 smhd->balance = 0; in atom_smhd_init()
956 smhd->reserved = 0; in atom_smhd_init()
962 AtomSMHD *smhd = g_new0 (AtomSMHD, 1); in atom_smhd_new() local
964 atom_smhd_init (smhd); in atom_smhd_new()
965 return smhd; in atom_smhd_new()
969 atom_smhd_free (AtomSMHD * smhd) in atom_smhd_free() argument
971 atom_full_clear (&smhd->header); in atom_smhd_free()
972 g_free (smhd); in atom_smhd_free()
[all …]
Datoms.h611 AtomSMHD *smhd; member