replicant-frameworks_native/libs
Jamie Gennis 1c121f68fc SurfaceTexture: allow set_buffer_count(2)
This change relaxes an error check in SurfaceTexture::setBufferCount to
allow clients to explicitly set a buffer count of 2.  The clients that
will do this are camera and video decode.  Previously it was thought
that for those clients we would always use async mode, which requires a
minimum of 3 buffers.  However, we now believe that for some devices it
may make sense to use synchronous mode (with 2 buffers) to reduce memory
usage.

Bug: 5088418
Change-Id: I620a0ef75075745be9d6c8219e0246aaf33ba950
2011-07-30 16:00:11 -07:00
..
binder Remove some #ifdef HAVE_ANDROID_OS that were needed for the simulator build 2011-07-13 19:45:44 -04:00
gui SurfaceTexture: allow set_buffer_count(2) 2011-07-30 16:00:11 -07:00
surfaceflinger_client Remove the simulator target from all makefiles. 2011-07-11 22:12:16 -07:00
ui Fix uses of all-subdir-makefiles 2011-07-27 16:59:08 -07:00
utils Merge "Move extract native libraries to JNI code" 2011-07-27 15:54:51 -07:00