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

/xsrc/external/mit/xf86-video-openchrome/dist/src/xvmc/
H A DviaXvMC.c1333 unsigned mWidth, mHeight; local in function:findOverlap
1353 mHeight = height - *dstY;
1355 *areaH = (h <= mHeight) ? h : mHeight;
/xsrc/external/mit/xf86-video-intel-old/dist/src/xvmc/
H A Di915_xvmc.c53 unsigned int mWidth, mHeight;
77 mHeight = height - *dstY;
79 *areaH = (h <= mHeight) ? h : mHeight;

Completed in 6 milliseconds