summaryrefslogtreecommitdiffstats
path: root/include/gui/CpuConsumer.h
Commit message (Expand)AuthorAgeFilesLines
* Refactor ConsumerBase and it's derived classes.Michael Lentine2015-05-181-17/+0
* Revert "libgui: Plumb attach/detach through CpuConsumer"Dan Stoza2015-04-021-14/+0
* libgui: Plumb attach/detach through CpuConsumerDan Stoza2015-03-171-0/+14
* Revert "libgui: Plumb attach/detach through CpuConsumer"Dan Stoza2015-03-171-14/+0
* libgui: Plumb attach/detach through CpuConsumerDan Stoza2015-03-161-0/+14
* Add dataSpace to buffer queues; remove old format enums.Eino-Ville Talvala2015-03-041-0/+7
* Merge commit 'ec41d55b8d018f349f7687cfe491651db600b51d'Chad Jones2015-01-291-2/+6
|\
| * CpuConsumer: lock buffers that could be YUV as ycbcrLajos Molnar2015-01-281-2/+6
* | libgui: Enable -Weverything and -WerrorDan Stoza2014-12-051-8/+7
|/
* gui: CpuConsumer::lockNextBuffer change return code when too many bufs acquiredIgor Murashkin2013-08-141-1/+1
* All consumers now take an IGraphicBufferConsumer instead of a BufferQueueMathias Agopian2013-08-061-3/+1
* BufferQueue improvements and APIs changesMathias Agopian2013-07-181-1/+1
* always pass the BufferQueue explicitely to consumersMathias Agopian2013-07-121-1/+4
* CpuConsumer: Add set buffer size and format functions.Zhijun He2013-06-101-0/+12
* CpuConsumer: Remove CpuConsumer JNI ID.Zhijun He2013-06-031-1/+0
* Add support for HAL_PIXEL_FORMAT_YCbCr_420_888Eino-Ville Talvala2013-05-061-0/+8
* CpuConsumer: Properly track acquired buffersEino-Ville Talvala2013-03-051-5/+16
* CpuConsumer: Add optional asynchronous modeEino-Ville Talvala2013-02-281-1/+1
* CpuConsumer: Don't unlock buffers on producer disconnectEino-Ville Talvala2013-02-281-1/+5
* Rename ISurfaceTexture and SurfaceTextureAndy McFadden2012-12-181-1/+1
* Add BufferItemConsumer, a simple BufferQueue consumer.Eino-Ville Talvala2012-08-211-1/+3
* CpuConsumer: inherit from ConsumerBaseEino-Ville Talvala2012-08-201-47/+6
* Add a BufferQueue CPU consumer.Eino-Ville Talvala2012-05-141-0/+142