Searched refs:attrib_match (Results 1 – 1 of 1) sorted by relevance
273 static const struct attrib_match_info attrib_match[] = { variable331 for (i = 0; i < sizeof( attrib_match ) / sizeof( attrib_match[0] ); i++) { in score_pixelformats()332 if (attrib_match[i].attribute == attribute) { in score_pixelformats()333 ami = &attrib_match[i]; in score_pixelformats()