Searched refs:attrib_match (Results 1 – 1 of 1) sorted by relevance
284 static const struct attrib_match_info attrib_match[] = { variable345 for (i = 0; i < ARRAY_SIZE(attrib_match); i++) { in score_pixelformats()346 if (attrib_match[i].attribute == attribute) { in score_pixelformats()347 ami = &attrib_match[i]; in score_pixelformats()