HomeSort by relevance Sort by last modified time
    Searched refs:Mheight (Results 1 - 4 of 4) sorted by null

  /development/perftests/panorama/feature_mos/src/mosaic/
Blend.h 98 unsigned short Mwidth, Mheight;
Blend.cpp 212 Mheight = (unsigned short) (fullRect.bottom - fullRect.top + 1);
222 yBottomMost = min(Mheight - 1, min(yBottomCorners[0], yBottomCorners[1]) - fullRect.top - 1);
231 Mheight = (unsigned short) ((Mheight + 3) & ~3); // Round up.
239 YUVinfo *imgMos = YUVinfo::allocateImage(Mwidth, Mheight);
291 mosaicHeight = Mheight;
298 if (Mwidth < width || Mheight < height) {
302 if ((Mwidth * Mheight) > (width * height * sizeMultiplier)) {
310 int shortSide = min(Mwidth, Mheight);
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Blend.h 98 unsigned short Mwidth, Mheight;
Blend.cpp 217 Mheight = (unsigned short) (fullRect.bottom - fullRect.top + 1);
227 yBottomMost = min(Mheight - 1, min(yBottomCorners[0], yBottomCorners[1]) - fullRect.top - 1);
239 Mheight = (unsigned short) ((Mheight + 3) & ~3); // Round up.
246 "(%d, %d) vs (%d, %d)", width, height, Mwidth, Mheight);
250 LOGI("Allocate mosaic image for blending - size: %d x %d", Mwidth, Mheight);
251 YUVinfo *imgMos = YUVinfo::allocateImage(Mwidth, Mheight);
254 LOGE("RunBlend: aborting - couldn't alloc %d x %d mosaic image", Mwidth, Mheight);
304 mosaicHeight = Mheight;
311 if (Mwidth < width || Mheight < height)
    [all...]

Completed in 1749 milliseconds