History log of /frameworks/base/cmds/screencap/screencap.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b251f3d0c619c37cc4e4b8d9f8b95eb377423190 26-Jul-2013 Mathias Agopian <mathias@google.com> get rid of HAL pixelformats 5551 and 4444

Change-Id: I6a6c4c656d80280eb85f90f99f35721ffca285df
/frameworks/base/cmds/screencap/screencap.cpp
6f7b58917104916ee6afd6f246c251c1d7a2102a 26-Jul-2013 Mathias Agopian <mathias@google.com> get rid of PIXEL_FORMAT_A_8

Change-Id: Ia750811f08ddebdd5818da211fd03d61b75f8e97
/frameworks/base/cmds/screencap/screencap.cpp
a79fd4ca31cca590d81b8663b3649127477bd24a 22-Mar-2013 Mathias Agopian <mathias@google.com> use the bitmap stride when encoding a screenshot as PNG

Bug: 8444808
Change-Id: I47b74c22c940b40bd02634e9cd9dbff39b29a99f
/frameworks/base/cmds/screencap/screencap.cpp
0137fb8937e69ed41cff3bf8cb0c1fea43daa3b5 20-Mar-2013 Mathias Agopian <mathias@google.com> make sure screencap's data stream matches what adb expects

adb assumes the stride is always equal to the width, so
we make sure it's actually the case (screenshot don't
always have this guarantee).

Change-Id: I643b909f6542b7493a611afc6e3c86955b984352
/frameworks/base/cmds/screencap/screencap.cpp
0678a8c250832a5549703f533f6afea9d8729e43 20-Mar-2013 Mathias Agopian <mathias@google.com> make sure to start the binder thread pool

Change-Id: I5c125a001936797489ebdcd0d4ccbde23adba282
/frameworks/base/cmds/screencap/screencap.cpp
c59b2f9a774c024fe8c893d956cd2749a6bd2673 24-Oct-2012 Mike Lockwood <lockwood@google.com> More changes to fix PDK build:

move screencap back to frameworks/base
move libdiskusage to frameworks/native

Change-Id: I8abe425c4bbf305bbe8650094c40c16df8c6d5e4
/frameworks/base/cmds/screencap/screencap.cpp
6931061de6471e598d36e6c101ce9bb95036a80c 24-Oct-2012 Mike Lockwood <lockwood@google.com> Move non-Java commands to frameworks/native

Change-Id: Id77c2cecb27cec500dfe066e4430f9e67802a433
Signed-off-by: Mike Lockwood <lockwood@google.com>
/frameworks/base/cmds/screencap/screencap.cpp
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