Home
last modified time | relevance | path

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

/development/perftests/panorama/feature_mos/src/mosaic/
DImageUtils.cpp335 int overallocation = 256; in allocateImage() local
336 return (ImageType) calloc(width*height*numChannels+overallocation, sizeof(ImageTypeBase)); in allocateImage()