Searched defs:sourceWidth (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/opengl/tests/hwc/
H A DhwcStress.cpp461 int sourceWidth = layer->sourceCrop.right local
465 if (((layer->displayFrame.left + sourceWidth) <= width)
468 + sourceWidth;
/frameworks/av/cmds/screenrecord/
H A Dscreenrecord.cpp219 uint32_t sourceWidth, sourceHeight; local
221 sourceWidth = mainDpyInfo.w;
226 sourceWidth = mainDpyInfo.h;
228 Rect layerStackRect(sourceWidth, sourceHeight);
231 float displayAspect = (float) sourceHeight / (float) sourceWidth;

Completed in 953 milliseconds