summaryrefslogtreecommitdiffstats
path: root/services/camera/libcameraservice/gui
Commit message (Collapse)AuthorAgeFilesLines
* am 5c679d41: resolved conflicts for merge of 3d7c5002 to ↵Colin Cross2014-03-241-10/+13
|\ | | | | | | | | | | | | | | klp-modular-dev-plus-aosp * commit '5c679d41714e42f153f6aeb492df54510a195bc1': libcameraservice: build 64-bit libcameraservice: fix 64-bit print format warnings
| * libcameraservice: fix 64-bit print format warningsColin Cross2014-03-211-10/+13
| | | | | | | | | | | | | | Use PRId64 from inttypes.h to print nsecs_t (int64_t) Use %zu to print size_t Change-Id: I135620e0388db33587a8a7da393b48a45cb7275a
* | am a2949165: am 3eccdde9: am c7614eb7: Merge "libcameraservice: Fix build in ↵Eino-Ville Talvala2014-01-151-5/+5
|\ \ | |/ | | | | | | | | | | ISO C++11 mode" * commit 'a2949165680158db31dc1fce32f62bbe70c31820': libcameraservice: Fix build in ISO C++11 mode
| * Merge "libcameraservice: Fix build in ISO C++11 mode"Eino-Ville Talvala2014-01-151-5/+5
| |\
| | * libcameraservice: Fix build in ISO C++11 modeBernhard Rosenkraenzer2013-07-301-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | Change log macro define so it can't be confused for a C++11 string literal Change-Id: Idcc8085735177aa3313fdea66dc0736cca749f9b Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>
* | | camera3: Remove BufferQueue::MIN_UNDEQUEUED_BUFFERS referencesIgor Murashkin2013-11-181-1/+1
|/ / | | | | | | Change-Id: I4730ac7849e915e88d3b8fc8aa869f53a8242501
* | separte producer and consumer interfacesMathias Agopian2013-08-062-11/+10
| | | | | | | | | | Bug: 9265647 Change-Id: Iefabc11e4bd2e2e8ffd31160476c450affe6629c
* | update to new Consumer APIsMathias Agopian2013-07-161-2/+1
| | | | | | | | Change-Id: I3c5d4be2a2e8783fbf98b3e268fd02658f71dc7d
* | Pass additional arg to acquireBuffer calls.Andy McFadden2013-07-081-1/+1
| | | | | | | | | | | | Bug 7900302 Change-Id: I30b9cca783e0a48f77035b745b7d5e20edf10f27
* | stagefright: BufferProducer updatesLajos Molnar2013-05-231-3/+10
|/ | | | | | | | | | | | Update BufferQueue and ConsumerBase users to new BufferQueue API, to allow BufferQueue slots to be reused. Buffer consumers generally now need to track the unique frameNumber belonging to each frame acquired if they are using BufferQueue directly. Otherwise, they can simply track the graphicBuffer. Change-Id: I30ee3158cf40fb10bbd085241646d5f1128ee480 Signed-off-by: Lajos Molnar <lajos@google.com> Related-to-bug: 7093648
* camera3: Fix zsl buffers released-while-in-use race conditionIgor Murashkin2013-05-221-12/+18
| | | | | Bug: 9007356 Change-Id: I0ced31020410978c549d408b2815f925e9c9ffcf
* update to Fence::waitForever() API changeMathias Agopian2013-05-161-1/+1
| | | | | Bug: 8988871 Change-Id: I24a2620d356f3bb6207ed834c79fd3e48b429695
* Camera: don't spam RingBufferConsumer logs in eng buildsIgor Murashkin2013-05-141-3/+3
| | | | | Bug: 8969579 Change-Id: Ia51d4072725754fd3b6ca028232a605885376287
* camera: Add new RingBufferConsumer to keep a ring buffer of acquired framesIgor Murashkin2013-04-292-0/+535
Bug: 8563838 Change-Id: I5a95e0be94e5388b30639905efae42d3c3279f72