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

  /packages/apps/Camera/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...]
  /packages/apps/Gallery2/jni_mosaic/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...]
  /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 39 milliseconds