Searched refs:estimatedBytePerPixel (Results 1 – 1 of 1) sorted by relevance
185 double estimatedBytePerPixel; in getEstimatedNativeAllocBytes() local190 estimatedBytePerPixel = 0.3; in getEstimatedNativeAllocBytes()193 estimatedBytePerPixel = 1.0; in getEstimatedNativeAllocBytes()196 estimatedBytePerPixel = 1.25; in getEstimatedNativeAllocBytes()203 estimatedBytePerPixel = 1.5; in getEstimatedNativeAllocBytes()212 estimatedBytePerPixel = 2.0; in getEstimatedNativeAllocBytes()215 estimatedBytePerPixel = 3.0; in getEstimatedNativeAllocBytes()219 estimatedBytePerPixel = 4.0; in getEstimatedNativeAllocBytes()226 return (int)(width * height * estimatedBytePerPixel * numImages); in getEstimatedNativeAllocBytes()