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

/frameworks/native/opengl/tests/hwc/
H A DhwcStress.cpp463 int sourceHeight = layer->sourceCrop.bottom local
466 && ((layer->displayFrame.top + sourceHeight) <= height)) {
470 + sourceHeight;
/frameworks/av/cmds/screenrecord/
H A Dscreenrecord.cpp219 uint32_t sourceWidth, sourceHeight; local
222 sourceHeight = mainDpyInfo.h;
225 sourceHeight = mainDpyInfo.w;
228 Rect layerStackRect(sourceWidth, sourceHeight);
231 float displayAspect = (float) sourceHeight / (float) sourceWidth;

Completed in 295 milliseconds