Searched refs:mWidth (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
1352 mWidth = width - *dstX;
1354 *areaW = (w <= mWidth) ? w : mWidth;
/xsrc/external/mit/xf86-video-intel-old/dist/src/xvmc/
H A Di915_xvmc.c53 unsigned int mWidth, mHeight;
76 mWidth = width - *dstX;
78 *areaW = (w <= mWidth) ? w : mWidth;

Completed in 6 milliseconds