summaryrefslogtreecommitdiffstats
path: root/camera
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2013-07-16 22:54:39 -0700
committerMathias Agopian <mathias@google.com>2013-07-16 22:54:39 -0700
commit5e1f08b3917ac7900f8a11118afb7e8bf3e61c64 (patch)
treeb3ea1c7bc63365c9905558d0f0965930bd3d2678 /camera
parent5478f3c44b9d6670261733953a71a8290fa70ae8 (diff)
downloadframeworks_av-5e1f08b3917ac7900f8a11118afb7e8bf3e61c64.zip
frameworks_av-5e1f08b3917ac7900f8a11118afb7e8bf3e61c64.tar.gz
frameworks_av-5e1f08b3917ac7900f8a11118afb7e8bf3e61c64.tar.bz2
update to new Consumer APIs
Change-Id: I3c5d4be2a2e8783fbf98b3e268fd02658f71dc7d
Diffstat (limited to 'camera')
-rw-r--r--camera/ProCamera.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/camera/ProCamera.cpp b/camera/ProCamera.cpp
index 190402e..1040415 100644
--- a/camera/ProCamera.cpp
+++ b/camera/ProCamera.cpp
@@ -248,7 +248,7 @@ status_t ProCamera::createStreamCpu(int width, int height, int format,
if (c == 0) return NO_INIT;
sp<BufferQueue> bq = new BufferQueue();
- sp<CpuConsumer> cc = new CpuConsumer(bq, heapCount, synchronousMode);
+ sp<CpuConsumer> cc = new CpuConsumer(bq, heapCount/*, synchronousMode*/);
cc->setName(String8("ProCamera::mCpuConsumer"));
sp<Surface> stc = new Surface(