Searched refs:SURFACE_SIZE_MULTIPLIER (Results 1 – 2 of 2) sorted by relevance
45 #define SURFACE_SIZE_MULTIPLIER (12.0f * 4.0f) macro50 , mMaxResourceBytes(mMaxSurfaceArea * SURFACE_SIZE_MULTIPLIER) in CacheManager()
1406 const float SURFACE_SIZE_MULTIPLIER = 3.5f * bytesPerPixel(mDefaultPixelFormat); in onPrimaryDisplaySizeChanged() local1407 const int maxResourceBytes = size.width * size.height * SURFACE_SIZE_MULTIPLIER; in onPrimaryDisplaySizeChanged()