OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cropping_rect
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Camera/jni/feature_mos/src/mosaic/
Blend.h
107
int DoMergeAndBlend(MosaicFrame **frames, int nsite, int width, int height, YUVinfo &imgMos, MosaicRect &rect, MosaicRect &
cropping_rect
, float &progress, bool &cancelComputation);
118
int PerformFinalBlending(YUVinfo &imgMos, MosaicRect &
cropping_rect
);
119
void CropFinalMosaic(YUVinfo &imgMos, MosaicRect &
cropping_rect
);
Blend.cpp
270
MosaicRect
cropping_rect
;
local
274
cropping_rect
.left = xLeftMost;
275
cropping_rect
.right = xRightMost;
279
cropping_rect
.top = yTopMost;
280
cropping_rect
.bottom = yBottomMost;
285
cropping_rect
, progress, cancelComputation);
288
CropFinalMosaic(*imgMos,
cropping_rect
);
298
mosaicWidth =
cropping_rect
.right -
cropping_rect
.left + 1;
299
mosaicHeight =
cropping_rect
.bottom - cropping_rect.top + 1
[
all
...]
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Blend.h
107
int DoMergeAndBlend(MosaicFrame **frames, int nsite, int width, int height, YUVinfo &imgMos, MosaicRect &rect, MosaicRect &
cropping_rect
, float &progress, bool &cancelComputation);
118
int PerformFinalBlending(YUVinfo &imgMos, MosaicRect &
cropping_rect
);
119
void CropFinalMosaic(YUVinfo &imgMos, MosaicRect &
cropping_rect
);
Blend.cpp
270
MosaicRect
cropping_rect
;
local
274
cropping_rect
.left = xLeftMost;
275
cropping_rect
.right = xRightMost;
279
cropping_rect
.top = yTopMost;
280
cropping_rect
.bottom = yBottomMost;
285
cropping_rect
, progress, cancelComputation);
288
CropFinalMosaic(*imgMos,
cropping_rect
);
298
mosaicWidth =
cropping_rect
.right -
cropping_rect
.left + 1;
299
mosaicHeight =
cropping_rect
.bottom - cropping_rect.top + 1
[
all
...]
Completed in 21 milliseconds