Searched refs:vmhd (Results 1 – 3 of 3) sorted by relevance
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | atoms.c | 917 atom_vmhd_init (AtomVMHD * vmhd, AtomsContext * context) in atom_vmhd_init() argument 921 atom_full_init (&vmhd->header, FOURCC_vmhd, 0, 0, 0, flags); in atom_vmhd_init() 922 vmhd->graphics_mode = 0x0; in atom_vmhd_init() 923 memset (vmhd->opcolor, 0, sizeof (guint16) * 3); in atom_vmhd_init() 926 vmhd->graphics_mode = 0x40; in atom_vmhd_init() 927 vmhd->opcolor[0] = 32768; in atom_vmhd_init() 928 vmhd->opcolor[1] = 32768; in atom_vmhd_init() 929 vmhd->opcolor[2] = 32768; in atom_vmhd_init() 936 AtomVMHD *vmhd = g_new0 (AtomVMHD, 1); in atom_vmhd_new() local 938 atom_vmhd_init (vmhd, context); in atom_vmhd_new() [all …]
|
D | atoms.h | 610 AtomVMHD *vmhd; member
|
D | gstqtmux.c | 3257 if (!qpad->trak->mdia.minf.vmhd) in gst_qt_mux_start_file() 3300 if (!qpad2->trak->mdia.minf.vmhd) in gst_qt_mux_start_file()
|