Searched refs:estimatedBytePerPixel (Results 1 – 1 of 1) sorted by relevance
231 double estimatedBytePerPixel; in getEstimatedNativeAllocBytes() local239 estimatedBytePerPixel = 0.3; in getEstimatedNativeAllocBytes()242 estimatedBytePerPixel = 1.0; in getEstimatedNativeAllocBytes()246 estimatedBytePerPixel = 1.25; in getEstimatedNativeAllocBytes()253 estimatedBytePerPixel = 1.5; in getEstimatedNativeAllocBytes()263 estimatedBytePerPixel = 2.0; in getEstimatedNativeAllocBytes()267 estimatedBytePerPixel = 3.0; in getEstimatedNativeAllocBytes()272 estimatedBytePerPixel = 4.0; in getEstimatedNativeAllocBytes()279 estimatedBytePerPixel = 1.0; in getEstimatedNativeAllocBytes()282 return (int)(width * height * estimatedBytePerPixel * numImages); in getEstimatedNativeAllocBytes()