Searched refs:chromamax (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_videostr.h65 CARD32 chromamin, chromamax; member in struct:__anoncc78517f0108
H A Dsis_video.c388 pPriv->chromamax = pSiS->XvChromaMax;
1259 pPriv->chromamax = value;
1359 *value = pPriv->chromamax;
2226 set_chromakey(SISPtr pSiS, CARD32 chromamin, CARD32 chromamax) argument
2234 b2 = (CARD8)(chromamax & 0xFF);
2235 g2 = (CARD8)((chromamax >> 8) & 0xFF);
2236 r2 = (CARD8)((chromamax >> 16) & 0xFF);
3236 set_chromakey(pSiS, pPriv->chromamin, pPriv->chromamax);

Completed in 7 milliseconds