Lines Matching refs:nmhd
498 atom_nmhd_init (AtomNMHD * nmhd) in atom_nmhd_init() argument
500 atom_header_set (&nmhd->header, FOURCC_nmhd, 0, 0); in atom_nmhd_init()
501 nmhd->flags = 0; in atom_nmhd_init()
505 atom_nmhd_clear (AtomNMHD * nmhd) in atom_nmhd_clear() argument
507 atom_clear (&nmhd->header); in atom_nmhd_clear()
513 AtomNMHD *nmhd = g_new0 (AtomNMHD, 1); in atom_nmhd_new() local
514 atom_nmhd_init (nmhd); in atom_nmhd_new()
515 return nmhd; in atom_nmhd_new()
519 atom_nmhd_free (AtomNMHD * nmhd) in atom_nmhd_free() argument
521 atom_nmhd_clear (nmhd); in atom_nmhd_free()
522 g_free (nmhd); in atom_nmhd_free()
1166 if (minf->nmhd) { in atom_minf_clear_handlers()
1167 atom_nmhd_free (minf->nmhd); in atom_minf_clear_handlers()
1168 minf->nmhd = NULL; in atom_minf_clear_handlers()
1997 atom_nmhd_copy_data (AtomNMHD * nmhd, guint8 ** buffer, guint64 * size, in atom_nmhd_copy_data() argument
2002 if (!atom_copy_data (&nmhd->header, buffer, size, offset)) { in atom_nmhd_copy_data()
2005 prop_copy_uint32 (nmhd->flags, buffer, size, offset); in atom_nmhd_copy_data()
2690 } else if (minf->nmhd) { in atom_minf_copy_data()
2691 if (!atom_nmhd_copy_data (minf->nmhd, buffer, size, offset)) { in atom_minf_copy_data()
4256 AtomNMHD *nmhd = trak->mdia.minf.nmhd; in atom_trak_set_timecode_type() local
4259 nmhd = atom_nmhd_new (); in atom_trak_set_timecode_type()
4260 trak->mdia.minf.nmhd = nmhd; in atom_trak_set_timecode_type()