summaryrefslogtreecommitdiffstats
path: root/cmds/screencap
Commit message (Collapse)AuthorAgeFilesLines
* fix [3374821] Cannot take screenshot of HC previewMathias Agopian2011-02-081-26/+88
| | | | | | | the screencap tool will now fallback to /dev/graphics/fb0 is the screenshot API fails. Change-Id: I3f593847c72f4ca5429d4f64ca22bd5436dd2051
* make screencap able to save pngs.Joe Onorato2010-12-032-6/+94
| | | | Change-Id: Idf3542ff05670bc872bd91770810ed775266514f
* refactored screenshot codeMathias Agopian2010-09-291-18/+7
| | | | | | | | | | | the core screenshot function now can capture the screen at any lower resolution performing bilinear filtering. we also now have some client code to interface with the screenshot service. it's now possible to request a screenshot at a lower resolution. Change-Id: I5a3b0e431421800e3aad601d9af8f94adffbc71f
* new screencap commandMathias Agopian2010-09-262-0/+71
this captures the framebuffer via surfaceflinger APIs and outputs it to stdout. this is intended to be used by adbd. Change-Id: I0cfa6a47ec121edcd93f46b64870f9a553f653ff