Home
last modified time | relevance | path

Searched refs:gst_xvcontext_new (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_base/sys/xvimage/
Dxvcontext.h182 GstXvContext * gst_xvcontext_new (GstXvContextConfig *config, GError **error);
Dxvimagesink.c1247 gst_xvcontext_new (&xvimagesink->config, NULL))) { in gst_xv_image_sink_set_window_handle()
1777 if (!(context = gst_xvcontext_new (&xvimagesink->config, &error))) in gst_xv_image_sink_open()
Dxvcontext.c634 gst_xvcontext_new (GstXvContextConfig * config, GError ** error) in gst_xvcontext_new() function