Loading libs/gui/SurfaceComposerClient.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -59,7 +59,7 @@ #include <private/gui/ComposerServiceAIDL.h> // This server size should always be smaller than the server cache size #define BUFFER_CACHE_MAX_SIZE 64 #define BUFFER_CACHE_MAX_SIZE 4096 namespace android { Loading services/surfaceflinger/ClientCache.h +3 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,9 @@ #include <set> #include <unordered_map> #define BUFFER_CACHE_MAX_SIZE 64 // 4096 is based on 64 buffers * 64 layers. Once this limit is reached, the least recently used // buffer is uncached before the new buffer is cached. #define BUFFER_CACHE_MAX_SIZE 4096 namespace android { Loading Loading
libs/gui/SurfaceComposerClient.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -59,7 +59,7 @@ #include <private/gui/ComposerServiceAIDL.h> // This server size should always be smaller than the server cache size #define BUFFER_CACHE_MAX_SIZE 64 #define BUFFER_CACHE_MAX_SIZE 4096 namespace android { Loading
services/surfaceflinger/ClientCache.h +3 −1 Original line number Diff line number Diff line Loading @@ -29,7 +29,9 @@ #include <set> #include <unordered_map> #define BUFFER_CACHE_MAX_SIZE 64 // 4096 is based on 64 buffers * 64 layers. Once this limit is reached, the least recently used // buffer is uncached before the new buffer is cached. #define BUFFER_CACHE_MAX_SIZE 4096 namespace android { Loading