OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:imgMos
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Camera/jni/feature_mos/src/mosaic/
Blend.cpp
251
YUVinfo *
imgMos
= YUVinfo::allocateImage(Mwidth, Mheight);
252
if (
imgMos
== NULL)
259
memset(
imgMos
->Y.ptr[0], 255, (
imgMos
->Y.width *
imgMos
->Y.height));
261
memset(
imgMos
->V.ptr[0], 128, (
imgMos
->V.width *
imgMos
->V.height) << 1);
284
ret = DoMergeAndBlend(frames, numCenters, width, height, *
imgMos
, fullRect,
288
CropFinalMosaic(*
imgMos
, cropping_rect)
[
all
...]
/packages/apps/Camera2/jni/feature_mos/src/mosaic/
Blend.cpp
251
YUVinfo *
imgMos
= YUVinfo::allocateImage(Mwidth, Mheight);
252
if (
imgMos
== NULL)
259
memset(
imgMos
->Y.ptr[0], 255, (
imgMos
->Y.width *
imgMos
->Y.height));
261
memset(
imgMos
->V.ptr[0], 128, (
imgMos
->V.width *
imgMos
->V.height) << 1);
284
ret = DoMergeAndBlend(frames, numCenters, width, height, *
imgMos
, fullRect,
288
CropFinalMosaic(*
imgMos
, cropping_rect)
[
all
...]
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Blend.cpp
251
YUVinfo *
imgMos
= YUVinfo::allocateImage(Mwidth, Mheight);
252
if (
imgMos
== NULL)
259
memset(
imgMos
->Y.ptr[0], 255, (
imgMos
->Y.width *
imgMos
->Y.height));
261
memset(
imgMos
->V.ptr[0], 128, (
imgMos
->V.width *
imgMos
->V.height) << 1);
284
ret = DoMergeAndBlend(frames, numCenters, width, height, *
imgMos
, fullRect,
288
CropFinalMosaic(*
imgMos
, cropping_rect)
[
all
...]
Completed in 1249 milliseconds