Searched refs:matching_attr (Results 1 – 2 of 2) sorted by relevance
741 XvAttribute *matching_attr = NULL; in gst_xvcontext_new() local750 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()
69010 matching_attr can not be NULL here, we've tested that away a few103960 We check for matching_attr!=NULL right before already.