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.cpp210 uint32_t sourceWidth, sourceHeight; local
213 sourceHeight = mainDpyInfo.h;
216 sourceHeight = mainDpyInfo.w;
219 Rect layerStackRect(sourceWidth, sourceHeight);
222 float displayAspect = (float) sourceHeight / (float) sourceWidth;

Completed in 71 milliseconds