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

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

Completed in 167 milliseconds