OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:imgmos
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Camera/jni/feature_mos/src/mosaic/
Blend.cpp
240
YUVinfo *
imgMos
= YUVinfo::allocateImage(Mwidth, Mheight);
241
if (
imgMos
== NULL)
248
memset(
imgMos
->Y.ptr[0], 255, (
imgMos
->Y.width *
imgMos
->Y.height));
250
memset(
imgMos
->V.ptr[0], 128, (
imgMos
->V.width *
imgMos
->V.height) << 1);
273
ret = DoMergeAndBlend(frames, numCenters, width, height, *
imgMos
, fullRect,
277
CropFinalMosaic(*
imgMos
, cropping_rect)
[
all
...]
Blend.h
103
int DoMergeAndBlend(MosaicFrame **frames, int nsite, int width, int height, YUVinfo &
imgMos
, MosaicRect &rect, MosaicRect &cropping_rect, float &progress, bool &cancelComputation);
104
void ComputeMask(CSite *csite, BlendRect &vcrect, BlendRect &brect, MosaicRect &rect, YUVinfo &
imgMos
, int site_idx);
105
void ProcessPyramidForThisFrame(CSite *csite, BlendRect &vcrect, BlendRect &brect, MosaicRect &rect, YUVinfo &
imgMos
, double trs[3][3], int site_idx);
114
int PerformFinalBlending(YUVinfo &
imgMos
, MosaicRect &cropping_rect);
115
void CropFinalMosaic(YUVinfo &
imgMos
, MosaicRect &cropping_rect);
Completed in 256 milliseconds