diff options
author | 2017-03-22 15:49:32 -0700 | |
---|---|---|
committer | 2017-04-13 21:58:17 -0700 | |
commit | 0556d79eacbf0c9978080d87aa4075120533c7ef (patch) | |
tree | 9d3506abe0a55a50298b64d417947f1e5f8888a2 /libs/gui/ConsumerBase.cpp | |
parent | 1011062e1ac5d0a15ae99108eed2add6c77c3e8f (diff) |
get rid of IGraphicBufferAlloc
Buffers can now be allocated directly through
the graphic allocator HAL.
Test: marlin: run full camera cts
Test: angler: take screenshot, take photo w/ and w/o HDR, video, panorama, refocus, slo-mo
Bug: 36462585
Bug: 36333314
Change-Id: Ie5222c53c3b9462e0ac7a41568718aad131eb328
Diffstat (limited to 'libs/gui/ConsumerBase.cpp')
-rw-r--r-- | libs/gui/ConsumerBase.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/gui/ConsumerBase.cpp b/libs/gui/ConsumerBase.cpp index 1783561928..5c6158c771 100644 --- a/libs/gui/ConsumerBase.cpp +++ b/libs/gui/ConsumerBase.cpp @@ -30,7 +30,6 @@ #include <cutils/atomic.h> #include <gui/BufferItem.h> -#include <gui/IGraphicBufferAlloc.h> #include <gui/ISurfaceComposer.h> #include <gui/SurfaceComposerClient.h> #include <gui/ConsumerBase.h> |