History log of /frameworks/base/cmds/screencap/screencap.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
0b722fe9ce98d97dbcb6fefd170b85ab7037e528 25-Aug-2012 Jeff Brown <jeffbrown@google.com> Use new surface flinger API.

Change-Id: Ic888577408a59a36481a48010e19c5e77c24e211
/frameworks/base/cmds/screencap/screencap.cpp
8335f1ccccedb6655d96d9d5b697a7f0938235dd 26-Feb-2012 Mathias Agopian <mathias@google.com> fix libgui header location

Change-Id: Iec71706cdd4f29c6904993648ce873e83ef9cafe
/frameworks/base/cmds/screencap/screencap.cpp
3e3681151a231225b2b25c996bb9e85948a345a8 22-Feb-2012 Mathias Agopian <mathias@google.com> remove libui's dependency on libpixelflinger

this also remove support for unused pixelformats.

Change-Id: I2c759a6d2daa740f3786ed62095def8047ae933d
/frameworks/base/cmds/screencap/screencap.cpp
889a3fa6ab9710104af60db5f73d69f253ddf254 31-Jan-2012 Derek Sollenberger <derek@android.com> Skia API changes as a result of an update to the Skia library.

These changes are required to work with r3022 of Skia

Change-Id: Ib7cebeb2eba6790bb38edfc2397b311cf419e17c
/frameworks/base/cmds/screencap/screencap.cpp
9afc7b02facf4918d3033ebb4548b76a59b1373c 09-Feb-2011 Mathias Agopian <mathias@google.com> fix [3374821] Cannot take screenshot of HC preview

the screencap tool will now fallback to /dev/graphics/fb0 is the
screenshot API fails.

Change-Id: I3f593847c72f4ca5429d4f64ca22bd5436dd2051
/frameworks/base/cmds/screencap/screencap.cpp
5cff0630eb970faf1682095ca434b204628b4d62 04-Dec-2010 Joe Onorato <joeo@google.com> make screencap able to save pngs.

Change-Id: Idf3542ff05670bc872bd91770810ed775266514f
/frameworks/base/cmds/screencap/screencap.cpp
38ed2e39c54a42dda8f00620f960788f569a3698 29-Sep-2010 Mathias Agopian <mathias@google.com> refactored screenshot code

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
/frameworks/base/cmds/screencap/screencap.cpp
88a5df93668cb2079d10fd55de25a333f5f43842 27-Sep-2010 Mathias Agopian <mathias@google.com> new screencap command

this captures the framebuffer via surfaceflinger APIs and outputs
it to stdout. this is intended to be used by adbd.

Change-Id: I0cfa6a47ec121edcd93f46b64870f9a553f653ff
/frameworks/base/cmds/screencap/screencap.cpp