OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Mwidth
(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
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
...]
/packages/apps/Camera2/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
...]
/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 78 milliseconds