Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/vulkan/
Dvkviewconvert.c1001 GstCaps *mono_caps; in _expand_structure() local
1031 mono_caps = gst_caps_new_empty (); in _expand_structure()
1044 gst_caps_append_structure_full (mono_caps, new_struct, in _expand_structure()
1061 gst_caps_append_structure_full (mono_caps, new_struct, in _expand_structure()
1082 mono_caps = gst_caps_merge_structure_full (mono_caps, new_struct, in _expand_structure()
1102 mono_caps = gst_caps_merge_structure_full (mono_caps, new_struct, in _expand_structure()
1114 mono_caps = gst_caps_merge_structure_full (mono_caps, new_struct_wh, in _expand_structure()
1121 for (i = 0; i < gst_caps_get_size (mono_caps); i++) { in _expand_structure()
1122 GstStructure *s = gst_caps_get_structure (mono_caps, i); in _expand_structure()
1137 "Collected single-view caps %" GST_PTR_FORMAT, mono_caps); in _expand_structure()
[all …]
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglviewconvert.c811 GstCaps *mono_caps; in _expand_structure() local
841 mono_caps = gst_caps_new_empty (); in _expand_structure()
854 gst_caps_append_structure_full (mono_caps, new_struct, in _expand_structure()
871 gst_caps_append_structure_full (mono_caps, new_struct, in _expand_structure()
892 mono_caps = gst_caps_merge_structure_full (mono_caps, new_struct, in _expand_structure()
912 mono_caps = gst_caps_merge_structure_full (mono_caps, new_struct, in _expand_structure()
924 mono_caps = gst_caps_merge_structure_full (mono_caps, new_struct_wh, in _expand_structure()
931 for (i = 0; i < gst_caps_get_size (mono_caps); i++) { in _expand_structure()
932 GstStructure *s = gst_caps_get_structure (mono_caps, i); in _expand_structure()
947 "Collected single-view caps %" GST_PTR_FORMAT, mono_caps); in _expand_structure()
[all …]