From 5e1f08b3917ac7900f8a11118afb7e8bf3e61c64 Mon Sep 17 00:00:00 2001 From: Mathias Agopian Date: Tue, 16 Jul 2013 22:54:39 -0700 Subject: update to new Consumer APIs Change-Id: I3c5d4be2a2e8783fbf98b3e268fd02658f71dc7d --- camera/ProCamera.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'camera') 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 bq = new BufferQueue(); - sp cc = new CpuConsumer(bq, heapCount, synchronousMode); + sp cc = new CpuConsumer(bq, heapCount/*, synchronousMode*/); cc->setName(String8("ProCamera::mCpuConsumer")); sp stc = new Surface( -- cgit v1.1