replicant-frameworks_native/libs
Mathias Agopian c5e181f8b3 fix [2315900] Monochrome camera preview screen after launching camera
this was introduced by a recent change. when we try to figure out the size of
the yuv->rgb temporary buffer, the output resolution has not been computed yet
and an invalid buffer size is used. most of the time the allocation fails
and the system reverts to "standard" GL will uses onle the Y plane.

the allocation of the temporary buffer is moved to onDraw(), the first
time it is called, by that time, the window is positioned properly.
2009-12-09 15:26:29 -08:00
..
audioflinger Fix issue 2306779: Runtime restart - Init failed at android.media.ToneGenerator. 2009-12-07 12:30:22 -08:00
binder Modify the binder to request 1M - 2 pages instead of 1M. The backing store 2009-11-12 16:31:12 -08:00
surfaceflinger fix [2315900] Monochrome camera preview screen after launching camera 2009-12-09 15:26:29 -08:00
ui fix some aspects of [2258746] native crash in launcher2 2009-11-13 15:26:29 -08:00
utils Debugging for issue #2228381 android.view.InflateException 2009-11-20 14:26:42 -08:00