Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/sys/xvimage/
Dxvcontext.c110 GstCaps *rgb_caps = NULL; in gst_xvcontext_get_xv_support() local
334 if (rgb_caps == NULL) in gst_xvcontext_get_xv_support()
335 rgb_caps = format_caps; in gst_xvcontext_get_xv_support()
337 gst_caps_append (rgb_caps, format_caps); in gst_xvcontext_get_xv_support()
345 if (rgb_caps) in gst_xvcontext_get_xv_support()
346 gst_caps_append (caps, rgb_caps); in gst_xvcontext_get_xv_support()
/third_party/gstreamer/gstplugins_base/tests/check/elements/
Dcompositor.c562 GstCaps *rgb_caps; in GST_START_TEST() local
565 rgb_caps = gst_caps_from_string ("video/x-raw, format=(string)RGB, " in GST_START_TEST()
572 run_late_caps_query_test (rgb_caps, NULL, MODE_ALL); in GST_START_TEST()
573 run_late_caps_query_test (rgb_caps, non_alpha_caps, MODE_NON_ALPHA); in GST_START_TEST()
576 gst_caps_unref (rgb_caps); in GST_START_TEST()