summaryrefslogtreecommitdiffstats
path: root/cmds/screencap
Commit message (Collapse)AuthorAgeFilesLines
* Use new surface flinger API.Jeff Brown2012-08-271-4/+13
| | | | Change-Id: Ic888577408a59a36481a48010e19c5e77c24e211
* fix libgui header locationMathias Agopian2012-02-271-1/+1
| | | | Change-Id: Iec71706cdd4f29c6904993648ce873e83ef9cafe
* remove libui's dependency on libpixelflingerMathias Agopian2012-02-211-1/+0
| | | | | | this also remove support for unused pixelformats. Change-Id: I2c759a6d2daa740f3786ed62095def8047ae933d
* Skia API changes as a result of an update to the Skia library.Derek Sollenberger2012-01-311-1/+4
| | | | | | These changes are required to work with r3022 of Skia Change-Id: Ib7cebeb2eba6790bb38edfc2397b311cf419e17c
* merge libsurfaceflinger_client into libguiMathias Agopian2011-03-251-1/+1
| | | | | | | | | | | | this is the first step in unifying surfacetexture and surface. for this reason the header files were not moved, as most of them will eventually go away. NOTE: currently we keep libsurfaceflinger_client.so as an empty library to workaround prebuilt binaries wrongly linking against it. Change-Id: I130f0de2428e8579033dc41394d093f4e1431a00
* 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