Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvacaps.c152 GstCaps *caps = NULL, *base_caps, *feature_caps; in gst_va_create_raw_caps_from_config() local
211 feature_caps = gst_caps_copy (base_caps); in gst_va_create_raw_caps_from_config()
213 gst_caps_set_features_simple (feature_caps, features); in gst_va_create_raw_caps_from_config()
214 caps = gst_caps_merge (caps, feature_caps); in gst_va_create_raw_caps_from_config()
218 feature_caps = gst_caps_copy (base_caps); in gst_va_create_raw_caps_from_config()
220 gst_caps_set_features_simple (feature_caps, features); in gst_va_create_raw_caps_from_config()
221 caps = gst_caps_merge (caps, feature_caps); in gst_va_create_raw_caps_from_config()
Dgstvafilter.c1060 GstCaps *caps, *base_caps, *feature_caps; in gst_va_filter_get_caps() local
1085 feature_caps = gst_caps_copy (base_caps); in gst_va_filter_get_caps()
1087 gst_caps_set_features_simple (feature_caps, features); in gst_va_filter_get_caps()
1088 caps = gst_caps_merge (caps, feature_caps); in gst_va_filter_get_caps()
1092 feature_caps = gst_caps_copy (base_caps); in gst_va_filter_get_caps()
1094 gst_caps_set_features_simple (feature_caps, features); in gst_va_filter_get_caps()
1095 caps = gst_caps_merge (caps, feature_caps); in gst_va_filter_get_caps()