Lines Matching full:attr
79 const char *attr;
89 attr = XGetAtomName(dpy, attribute);
90 if (!attr)
93 if (strcmp(attr, XV_BRIGHTNESS))
95 else if (strcmp(attr, XV_CONTRAST))
97 else if (strcmp(attr, XV_SATURATION))
99 else if (strcmp(attr, XV_HUE))
101 else if (strcmp(attr, XV_COLORSPACE))
115 XVMC_MSG(XVMC_TRACE, "[XvMC] Set attribute %s to value %d.\n", attr, value);
124 const char *attr;
133 attr = XGetAtomName(dpy, attribute);
134 if (!attr)
137 if (strcmp(attr, XV_BRIGHTNESS))
139 else if (strcmp(attr, XV_CONTRAST))
141 else if (strcmp(attr, XV_SATURATION))
143 else if (strcmp(attr, XV_HUE))
145 else if (strcmp(attr, XV_COLORSPACE))
150 XVMC_MSG(XVMC_TRACE, "[XvMC] Got value %d for attribute %s.\n", *value, attr);