Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/isomp4/
Datoms.h585 gboolean is_left_first; member
1004 AtomSVMI * atom_svmi_new (guint8 stereoscopic_composition_type, gboolean is_left_first);
Datoms.c776 svmi->is_left_first = FALSE; in atom_svmi_init()
780 atom_svmi_new (guint8 stereoscopic_composition_type, gboolean is_left_first) in atom_svmi_new() argument
786 svmi->is_left_first = is_left_first; in atom_svmi_new()
2414 prop_copy_uint8 (svmi->is_left_first ? 1 : 0, buffer, size, offset); in atom_svmi_copy_data()