Searched refs:nsite (Results 1 - 8 of 8) sorted by relevance
/packages/apps/Camera/jni/feature_mos/src/mosaic/ |
H A D | Delaunay.h | 106 CSite *allocMemory(int nsite); 108 int triangulate(SEdgeVector **edge, int nsite, int width, int height); 109 void linkNeighbors(SEdgeVector *edge, int nedge, int nsite);
|
H A D | Blend.h | 107 int DoMergeAndBlend(MosaicFrame **frames, int nsite, int width, int height, YUVinfo &imgMos, MosaicRect &rect, MosaicRect &cropping_rect, float &progress, bool &cancelComputation);
|
H A D | Delaunay.cpp | 622 void CDelaunay::linkNeighbors(SEdgeVector *edge, int nedge, int nsite) argument 626 for (i = 0; i < nsite; i++) {
|
H A D | Blend.cpp | 374 int Blend::DoMergeAndBlend(MosaicFrame **frames, int nsite, argument 393 CSite *esite = m_AllSites + nsite; 573 progress += TIME_PERCENT_BLEND/nsite;
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
H A D | Delaunay.h | 106 CSite *allocMemory(int nsite); 108 int triangulate(SEdgeVector **edge, int nsite, int width, int height); 109 void linkNeighbors(SEdgeVector *edge, int nedge, int nsite);
|
H A D | Blend.h | 107 int DoMergeAndBlend(MosaicFrame **frames, int nsite, int width, int height, YUVinfo &imgMos, MosaicRect &rect, MosaicRect &cropping_rect, float &progress, bool &cancelComputation);
|
H A D | Delaunay.cpp | 622 void CDelaunay::linkNeighbors(SEdgeVector *edge, int nedge, int nsite) argument 626 for (i = 0; i < nsite; i++) {
|
H A D | Blend.cpp | 374 int Blend::DoMergeAndBlend(MosaicFrame **frames, int nsite, argument 393 CSite *esite = m_AllSites + nsite; 573 progress += TIME_PERCENT_BLEND/nsite;
|
Completed in 2899 milliseconds