Searched refs:gst_caps_features_get_nth (Results 1 – 8 of 8) sorted by relevance
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstcapsfeatures.c | 41 fail_unless_equals_string (gst_caps_features_get_nth (a, 1), "m:def"); in GST_START_TEST() 45 fail_unless_equals_string (gst_caps_features_get_nth (b, 3), "m:jkl"); in GST_START_TEST()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstcapsfeatures.h | 94 const gchar * gst_caps_features_get_nth (const GstCapsFeatures * features, guint i);
|
D | gstcapsfeatures.c | 611 gst_caps_features_get_nth (const GstCapsFeatures * features, guint i) in gst_caps_features_get_nth() function
|
/third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11upload.cpp | 215 const gchar *feature = gst_caps_features_get_nth (orig_features, j); in _set_caps_features()
|
/third_party/gstreamer/gstplugins_bad/ext/vulkan/ |
D | vkdownload.c | 58 const gchar *feature = gst_caps_features_get_nth (orig_features, j); in _set_caps_features_with_passthrough()
|
D | vkupload.c | 57 const gchar *feature = gst_caps_features_get_nth (orig_features, j); in _set_caps_features_with_passthrough()
|
/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | gstvavpp.c | 811 const gchar *feature = gst_caps_features_get_nth (features, j); in gst_va_vpp_caps_remove_fields() 864 const gchar *feature = gst_caps_features_get_nth (orig_features, j); in gst_va_vpp_complete_caps_features()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglupload.c | 143 const gchar *feature = gst_caps_features_get_nth (passthrough, j); in _set_caps_features_with_passthrough() 154 const gchar *feature = gst_caps_features_get_nth (orig_features, j); in _set_caps_features_with_passthrough()
|