summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/colorconversion
Commit message (Collapse)AuthorAgeFilesLines
...
| * Include the framework copy of the OpenMAX headers instead of referencing ↵Andreas Huber2010-10-151-1/+1
| | | | | | | | | | | | | | external/opencore. Change-Id: I762f59acf5e1f770e4d7c2d89af362bfffebefa6 related-to-bug: 3101573
* | Some instrumentation of OMXCodec for future investigation and a possibly ↵Andreas Huber2010-10-071-0/+3
| | | | | | | | | | | | | | temporary fix for the green tinge on video playback. Change-Id: Iee9cd7b0c326bac96382007b4ea077d4368d7d01 related-to-bug: 3051572
* | Don't assert on unexpected surface flinger dequeue/enqueueBuffer errors, log ↵Andreas Huber2010-09-071-2/+9
| | | | | | | | | | | | | | a warning and ignore them instead. Change-Id: Ia45887df82d66f393520e5a4308f430010402d5e related-to-bug: 2976248
* | Account for the _ADRENO constant being moved.Jamie Gennis2010-08-232-1/+5
| | | | | | | | Change-Id: I443e2028c06f8b03e864525365c5c38de79314fe
* | Squashed commit of the following:Andreas Huber2010-08-232-33/+142
|/ | | | | | | | | | | | | | | | | | | | | | commit 35cc68814a9537c31fde146e171e7b0bbdfe211e Author: Andreas Huber <andih@google.com> Date: Mon Aug 16 08:48:42 2010 -0700 Only enable support for yuv to yuv conversion on passion, where it's available, use the slower yuv->rgb565 path everywhere else. commit d8ac5a8814103e60d11d2acf61997fc31a1dc58d Author: Andreas Huber <andih@google.com> Date: Fri Aug 13 13:56:44 2010 -0700 The software renderer takes over all rendering, converting from yuv to yuv if possible and rgb565 otherwise. commit 684972074b74318bdcb826ed9b5b0864d2d2e273 Author: Andreas Huber <andih@google.com> Date: Fri Aug 13 09:34:35 2010 -0700 A first shot at supporting the new rendering APIs. Change-Id: Iea9b32856da46950501f1a700f616b5feac710fd
* Support for vanilla YUV420sp => RGB565 color conversion.Andreas Huber2010-06-301-0/+68
| | | | Change-Id: I22e5b554909e169eaf153d1f25b636f6f04a1871
* For issue #2651381, allow library prelinking.Dan Bornstein2010-05-051-2/+0
| | | | Change-Id: I119348b55ad0015a286e9c94709977cd1973a7e1
* Apparently a MemoryHeapPMem must be slap()ed for SurfaceFlinger to use the ↵Andreas Huber2010-03-081-1/+3
| | | | | | | contained buffers. Change-Id: I86916a14c6cf9e65145711c6ded433b864f84456 related-to-bug: 2474091
* split libsurfaceflinger_client and libcamera_client out of libuiMathias Agopian2010-02-112-2/+4
|
* Support for rendering through an overlay on the droid even if a software ↵Andreas Huber2010-02-111-1/+0
| | | | renderer is active.
* Use physical memory for software rendering to take a fast path through ↵Andreas Huber2010-02-011-1/+10
| | | | | | surface flinger if possible. related-to-bug: 2386023
* AwesomePlayer now renders either remote (IOMXRenderer) or locally depending ↵Andreas Huber2009-12-143-0/+395
on what kind of decoder was instantiated. Split off color conversion code into its own shared library.