Lines Matching refs:SMI_VideoAttributes
266 static XF86AttributeRec SMI_VideoAttributes[2] = {
674 return min + (value - SMI_VideoAttributes[i].min_value) * (max - min) /
675 (SMI_VideoAttributes[i].max_value - SMI_VideoAttributes[i].min_value);
691 value = CLAMP(value, SMI_VideoAttributes[i].min_value,
692 SMI_VideoAttributes[i].max_value);
873 ptrAdaptor->nAttributes = nElems(SMI_VideoAttributes);
874 ptrAdaptor->pAttributes = SMI_VideoAttributes;
2184 offscreenImages->num_attributes = nElems(SMI_VideoAttributes);
2185 offscreenImages->attributes = SMI_VideoAttributes;