From 082a4d89ae4bd156052346bbac7031ed7d741c9d Mon Sep 17 00:00:00 2001 From: Mathias Agopian Date: Fri, 21 May 2010 14:19:50 -0700 Subject: added native_window_set_buffer_count() this method can be used to change the number of buffers associated to a native window. the default is two. Change-Id: I608b959e6b29d77f95edb23c31dc9b099a758f2f --- include/private/surfaceflinger/SharedBufferStack.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/private') diff --git a/include/private/surfaceflinger/SharedBufferStack.h b/include/private/surfaceflinger/SharedBufferStack.h index 0c5a2e4..c3ac317 100644 --- a/include/private/surfaceflinger/SharedBufferStack.h +++ b/include/private/surfaceflinger/SharedBufferStack.h @@ -80,6 +80,7 @@ public: // file need to be updated. static const unsigned int NUM_LAYERS_MAX = 31; static const unsigned int NUM_BUFFER_MAX = 16; + static const unsigned int NUM_BUFFER_MIN = 2; static const unsigned int NUM_DISPLAY_MAX = 4; struct Statistics { // 4 longs -- cgit v1.1