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

  /development/perftests/panorama/feature_mos/src/mosaic/
Blend.h 98 unsigned short Mwidth, Mheight;
Blend.cpp 211 Mwidth = (unsigned short) (fullRect.right - fullRect.left + 1);
219 xRightMost = min(Mwidth - 1, min(xRightCorners[0], xRightCorners[1]) - fullRect.left - 1);
230 Mwidth = (unsigned short) ((Mwidth + 3) & ~3);
239 YUVinfo *imgMos = YUVinfo::allocateImage(Mwidth, Mheight);
290 mosaicWidth = Mwidth;
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 216 Mwidth = (unsigned short) (fullRect.right - fullRect.left + 1);
224 xRightMost = min(Mwidth - 1, min(xRightCorners[0], xRightCorners[1]) - fullRect.left - 1);
238 Mwidth = (unsigned short) ((Mwidth + 3) & ~3);
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);
303 mosaicWidth = Mwidth;
311 if (Mwidth < width || Mheight < height)
    [all...]

Completed in 58 milliseconds