Home
last modified time | relevance | path

Searched refs:gst_structure_can_intersect (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstplaybackutils.c118 (gst_structure_can_intersect (fact1_struct, fact2_struct) || in gst_playback_utils_get_n_common_capsfeatures()
122 && gst_structure_can_intersect (raw_struct, fact1_struct) in gst_playback_utils_get_n_common_capsfeatures()
123 && gst_structure_can_intersect (raw_struct, fact2_struct))) in gst_playback_utils_get_n_common_capsfeatures()
/third_party/gstreamer/gstreamer/gst/
Dgststructure.h388 gboolean gst_structure_can_intersect (const GstStructure * struct1,
Dgstcaps.c1590 gst_structure_can_intersect (struct1, struct2)) { in gst_caps_can_intersect()
Dgststructure.c3241 gst_structure_can_intersect (const GstStructure * struct1, in gst_structure_can_intersect() function
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dgstccconverter.c194 if (gst_structure_can_intersect (s, t)) { in gst_cc_converter_transform_caps()
296 if (gst_structure_can_intersect (s, in gst_cc_converter_transform_caps()
/third_party/gstreamer/gstreamer/
DChangeLog59074 gststructure: simplify return statement in gst_structure_can_intersect
65199 gststructure: Add gst_structure_can_intersect API
65202 API: gst_structure_can_intersect