Searched refs:estimatedBytePerPixel (Results 1 – 1 of 1) sorted by relevance
177 double estimatedBytePerPixel; in getEstimatedNativeAllocBytes() local182 estimatedBytePerPixel = 0.3; in getEstimatedNativeAllocBytes()185 estimatedBytePerPixel = 1.0; in getEstimatedNativeAllocBytes()188 estimatedBytePerPixel = 1.25; in getEstimatedNativeAllocBytes()194 estimatedBytePerPixel = 1.5; in getEstimatedNativeAllocBytes()202 estimatedBytePerPixel = 2.0; in getEstimatedNativeAllocBytes()205 estimatedBytePerPixel = 3.0; in getEstimatedNativeAllocBytes()209 estimatedBytePerPixel = 4.0; in getEstimatedNativeAllocBytes()216 return (int)(width * height * estimatedBytePerPixel * numImages); in getEstimatedNativeAllocBytes()