Home
last modified time | relevance | path

Searched refs:FOURCC_mvhd (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dqtdemux_types.c29 {FOURCC_mvhd, "movie header", 0,
Dfourcc.h364 #define FOURCC_mvhd GST_MAKE_FOURCC('m','v','h','d') macro
Datomsrecovery.c316 if (fourcc != FOURCC_mvhd) in moov_recov_file_parse_mvhd()
Datoms.c1444 atom_full_init (&(mvhd->header), FOURCC_mvhd, sizeof (AtomMVHD), 0, 0, flags); in atom_mvhd_init()
Dqtdemux.c13827 mvhd = qtdemux_tree_get_child_by_type (qtdemux->moov_node, FOURCC_mvhd); in qtdemux_parse_tree()