Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/sys/xvimage/
Dxvcontext.c741 XvAttribute *matching_attr = NULL; in gst_xvcontext_new() local
750 for (j = 0; j < N_attr && matching_attr == NULL; ++j) in gst_xvcontext_new()
752 matching_attr = xv_attr + j; in gst_xvcontext_new()
755 if (matching_attr) { in gst_xvcontext_new()
760 channel->min_value = matching_attr->min_value; in gst_xvcontext_new()
761 channel->max_value = matching_attr->max_value; in gst_xvcontext_new()
/third_party/gstreamer/gstplugins_base/
DChangeLog69010 matching_attr can not be NULL here, we've tested that away a few
103960 We check for matching_attr!=NULL right before already.