Searched refs:overallocation (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Camera/jni/feature_mos/src/mosaic/
H A DImageUtils.cpp335 int overallocation = 256; local
336 return (ImageType) calloc(width*height*numChannels+overallocation, sizeof(ImageTypeBase));
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
H A DImageUtils.cpp335 int overallocation = 256; local
336 return (ImageType) calloc(width*height*numChannels+overallocation, sizeof(ImageTypeBase));

Completed in 38 milliseconds