summaryrefslogtreecommitdiffstats
path: root/include/private
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2010-05-21 14:19:50 -0700
committerMathias Agopian <mathias@google.com>2010-05-21 14:34:32 -0700
commitf10d7fde03218c17251416a34d7b726a43ec528a (patch)
tree4a3cc07b0b73c47fcb875e0e3e5e64c8318504cc /include/private
parent3e23593d2f93e4449e22fdc0c9614cd119929084 (diff)
downloadframeworks_native-f10d7fde03218c17251416a34d7b726a43ec528a.zip
frameworks_native-f10d7fde03218c17251416a34d7b726a43ec528a.tar.gz
frameworks_native-f10d7fde03218c17251416a34d7b726a43ec528a.tar.bz2
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
Diffstat (limited to 'include/private')
-rw-r--r--include/private/surfaceflinger/SharedBufferStack.h1
1 files changed, 1 insertions, 0 deletions
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