summaryrefslogtreecommitdiffstats
path: root/camera/ProCamera.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated BufferQueue constructorDan Stoza2014-03-121-3/+6
* Camera API 2, Device 2/3: Implement idle and shutter callbacksEino-Ville Talvala2013-10-021-3/+3
* Refactor CameraService to handle errors properly.Ruben Brunk2013-08-161-1/+3
* separte producer and consumer interfacesMathias Agopian2013-08-061-2/+1
* update to new Consumer APIsMathias Agopian2013-07-161-1/+1
* always pass the BufferQueue explicitely to consumersMathias Agopian2013-07-121-1/+2
* ProCamera: Fix memory leak in consumeFrameMetadataIgor Murashkin2013-03-271-4/+2
* (Camera)ProCamera: Remove unused functions from binder interfaceIgor Murashkin2013-03-111-20/+2
* ProCamera: Add CpuConsumer asynchronous mode supportIgor Murashkin2013-02-281-1/+20
* camera_client: refactor Camera/ProCamera commonalities into BasicCameraIgor Murashkin2013-02-261-129/+24
* ProCamera: Fix waitForFrameBuffer not handling multiple outstanding framesIgor Murashkin2013-02-221-8/+33
* ProCamera: add waitForFrameBuffer/waitForFrameResult blocking callsIgor Murashkin2013-02-221-13/+97
* ProCamera: Add getInfo for getting static metadata (and a test)Igor Murashkin2013-02-221-5/+18
* Camera: ProCamera - implement onResultReceived callback for metadata callbacksIgor Murashkin2013-02-221-0/+18
* Camera: ProCamera - add createStreamCpu and unit testIgor Murashkin2013-02-221-23/+88
* Camera: Change ProCamera to take IGraphicBufferProducerIgor Murashkin2013-02-221-4/+5
* Camera: ProCamera2Client - add createStream (service is stubbed) and unit testIgor Murashkin2013-02-221-13/+12
* Camera: ProCamera - add createStream stub and unit test for itIgor Murashkin2013-02-221-0/+68
* Camera: ProClient add asynchronous locks and suchIgor Murashkin2013-02-221-0/+34
* Camera: Add ProCamera private binder interface for an API2-light functionalityIgor Murashkin2013-02-221-0/+230