Searched refs:scDim (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/opengl/tests/hwc/
H A DhwcCommit.cpp1101 HwcTestDim scDim, dfDim; // Source crop and display frame dimension local
1114 scDim = HwcTestDim(searchLimits.sourceCrop.width(), scMin.height());
1140 scDim = HwcTestDim(selected.numerator(), scMin.height());
1145 Rectangle rect(format, dfDim, scDim);
1151 testPrintI(" scHscale num: %u scale: %f dfDim: %s scDim: %s",
1152 num, (float) Rational(scDim.width(), dfDim.width()),
1153 ((string) dfDim).c_str(), ((string) scDim).c_str());
1160 outBestSc = scDim;
1164 if (firstPass) { return Rational(scDim.width(), dfDim.width()); }
1167 best = Rational(scDim
1200 HwcTestDim scDim, dfDim; // Source crop and display frame dimension local
[all...]

Completed in 360 milliseconds