summaryrefslogtreecommitdiffstats
path: root/include/media/stagefright/YUVCanvas.h
Commit message (Collapse)AuthorAgeFilesLines
* Added downsample()Nipun Kwatra2010-08-201-0/+12
| | | | | | | | Added a downsample function which downsamples the source image starting at an offset and skipping every few pixels. Currently no low pass filtering is done, but it should be added later. Change-Id: Iec34092c536bfc661a15521e6a1ef2ef3f815c61
* Adding YUVImage and YUVCanvas.Nipun Kwatra2010-07-291-0/+67
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