Lines Matching refs:new_struct
1034 GstStructure *new_struct = gst_structure_copy (structure); in _expand_structure() local
1035 gst_structure_set_value (new_struct, "multiview-mode", in _expand_structure()
1039 gst_structure_set (new_struct, "multiview-flags", in _expand_structure()
1044 gst_caps_append_structure_full (mono_caps, new_struct, in _expand_structure()
1049 GstStructure *new_struct = gst_structure_copy (structure); in _expand_structure() local
1051 gst_structure_set_value (new_struct, "multiview-mode", in _expand_structure()
1056 gst_structure_set (new_struct, "multiview-flags", in _expand_structure()
1061 gst_caps_append_structure_full (mono_caps, new_struct, in _expand_structure()
1068 GstStructure *new_struct = _halve_structure_field (structure, "height"); in _expand_structure() local
1069 gst_structure_set_value (new_struct, "multiview-mode", in _expand_structure()
1074 _halve_structure_field (new_struct, "pixel-aspect-ratio"); in _expand_structure()
1079 gst_structure_free (new_struct); in _expand_structure()
1080 new_struct = s; in _expand_structure()
1082 mono_caps = gst_caps_merge_structure_full (mono_caps, new_struct, in _expand_structure()
1088 GstStructure *new_struct = _halve_structure_field (structure, "width"); in _expand_structure() local
1089 gst_structure_set_value (new_struct, "multiview-mode", in _expand_structure()
1094 _double_structure_field (new_struct, "pixel-aspect-ratio"); in _expand_structure()
1099 gst_structure_free (new_struct); in _expand_structure()
1100 new_struct = s; in _expand_structure()
1102 mono_caps = gst_caps_merge_structure_full (mono_caps, new_struct, in _expand_structure()