OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Mheight
(Results
1 - 2
of
2
) 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
...]
Completed in 361 milliseconds