Searched refs:calcStorage (Results 1 – 2 of 2) sorted by relevance
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
D | Pyramid.cpp | 31 int lines, size = calcStorage(width, height, border2, levels, &lines); in allocatePyramidPacked() 96 unsigned int PyramidShort::calcStorage(real width, real height, real border2, int levels, int *li… in calcStorage() function in PyramidShort
|
D | Pyramid.h | 45 static unsigned int calcStorage(real width, real height, real border2, int levels, int *lines);
|