Searched refs:smhd (Results 1 – 2 of 2) sorted by relevance
950 atom_smhd_init (AtomSMHD * smhd) in atom_smhd_init() argument954 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() local964 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() argument971 atom_full_clear (&smhd->header); in atom_smhd_free()972 g_free (smhd); in atom_smhd_free()[all …]
611 AtomSMHD *smhd; member