Searched refs:nsite (Results 1 – 4 of 4) sorted by relevance
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
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);
|
D | Blend.h | 107 …int DoMergeAndBlend(MosaicFrame **frames, int nsite, int width, int height, YUVinfo &imgMos, Mos…
|
D | Delaunay.cpp | 622 void CDelaunay::linkNeighbors(SEdgeVector *edge, int nedge, int nsite) argument 626 for (i = 0; i < nsite; i++) {
|
D | Blend.cpp | 374 int Blend::DoMergeAndBlend(MosaicFrame **frames, int nsite, in DoMergeAndBlend() argument 393 CSite *esite = m_AllSites + nsite; in DoMergeAndBlend() 573 progress += TIME_PERCENT_BLEND/nsite; in DoMergeAndBlend()
|