Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/isomp4/
Datoms.c498 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()
[all …]
Datoms.h614 AtomNMHD *nmhd; member