HomeSort by relevance Sort by last modified time
    Searched defs:shortSide (Results 1 - 2 of 2) sorted by null

  /development/perftests/panorama/feature_mos/src/mosaic/
Blend.cpp 310 int shortSide = min(Mwidth, Mheight);
311 if (shortSide > height * heightMultiplier) {
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Blend.cpp 323 int shortSide = min(Mwidth, Mheight);
324 if (shortSide > height * heightMultiplier) {
    [all...]

Completed in 238 milliseconds