summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/yuv/YUVImage.cpp
Commit message (Collapse)AuthorAgeFilesLines
* YUVImage.cpp: Fix hidden overflow error in YUV to RGB conversionRachad2015-03-031-6/+6
| | | | | Bug: 19573730 Change-Id: I4a233d9dd49fc590df33258b6a288ad058f11f73
* Fix warnings (now errors) in YUVImage.cppAndreas Huber2014-02-121-6/+6
| | | | | | related-to-build Change-Id: Ib29d78c4ca176fe66bfe5881f24127843b95c3f8
* Move away from MediaDebug and use ADebug insteadJames Dong2012-02-101-1/+1
| | | | Change-Id: I963a3b6f79a7292891973cbeeaf3378b38629f08
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-4/+4
| | | | | | | See https://android-git.corp.google.com/g/#/c/157220 Bug: 5449033 Change-Id: Ic9c19d30693bd56755f55906127cd6bd7126096c
* const correctness, validPixel test.Nipun Kwatra2010-08-191-0/+9
| | | | | | | | - made width(), height() const member functions. - added validPixel() which returns true if pixel is in the allowed range. - now testing validPixel in get/setPixelValue Change-Id: I1dee5060bd4f8dcbdcd542ec4647ea328f0185c3
* Adding YUVImage and YUVCanvas.Nipun Kwatra2010-07-291-0/+404
YUVImage is a container class to hold YUV data and provide various utilities, e.g. to set/get pixel values for different YUV formats, fast copying routines, etc. Currently supported YUV420 Planar and YUV420 Semi Planar. YUVCanvas holds a reference to a YUVImage on which it can do various drawing operations. Change-Id: I052a57b7fbc834efe1626914f76c04c091996cac