Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/sys/xvimage/
Dxvcontext.c639 XvAttribute *xv_attr; in gst_xvcontext_new() local
737 xv_attr = XvQueryPortAttributes (context->disp, context->xv_port_id, &N_attr); in gst_xvcontext_new()
749 if (xv_attr != NULL) { in gst_xvcontext_new()
751 if (!g_ascii_strcasecmp (channels[i], xv_attr[j].name)) in gst_xvcontext_new()
752 matching_attr = xv_attr + j; in gst_xvcontext_new()
788 if (xv_attr) in gst_xvcontext_new()
789 XFree (xv_attr); in gst_xvcontext_new()