summaryrefslogtreecommitdiff
path: root/cmds/screencap/screencap.cpp
Commit message (Expand)AuthorAgeFilesLines
* screencap: Require display ID in -d switchDominik Laskowski2021-03-231-6/+10
* Introduce DynamicDisplayInfoMarin Shalamanov2021-02-181-1/+0
* Send ScreenCaptureListener to native screen capture requests.chaviw2020-09-141-3/+9
* Revert "Send ScreenCaptureListener to native screen capture requ..."Chavi Weingarten2020-09-101-9/+3
* Send ScreenCaptureListener to native screen capture requests.chaviw2020-09-081-3/+9
* Use type safe display IDs.Marin Shalamanov2020-08-041-5/+4
* Updated display capture and screencap to match native functionschaviw2020-07-311-15/+16
* Merge "Fixed a typo"TreeHugger Robot2020-04-201-1/+1
|\
| * Fixed a typoDichen Zhang2020-04-171-1/+1
* | Use public APIs for decoding images for screencapDerek Sollenberger2020-04-091-46/+29
|/
* screencap: fix a memory leakGeorge Burgess IV2020-03-161-2/+1
* Fix command injection on screencapDichen Zhang2020-03-121-5/+34
* Use new captureScreen method with displayId or layerStackchaviw2019-05-081-53/+7
* Generalize physical display managementDominik Laskowski2019-02-041-13/+18
* Switch to skcms-based factories and getters in SkColorSpaceBrian Osman2019-01-151-2/+1
* [Screenshot] Accept data space and pixel format for screenshot.Peiyong Lin2018-10-241-13/+34
* Merge "Remove minLayer and maxLayer from display screenshot."Chavi Weingarten2018-09-201-2/+1
|\
| * Remove minLayer and maxLayer from display screenshot.chaviw2018-09-191-2/+1
* | Check return value in screencap in case of failure.chaviw2018-09-121-1/+8
|/
* screencap: return instead of _exit.Steven Moreland2018-05-251-8/+5
* Revert "Revert "Updated screenshot code to reflect native changes.""Chavi Weingarten2017-11-291-46/+51
* Revert "Updated screenshot code to reflect native changes."Chavi Weingarten2017-11-291-51/+46
* Updated screenshot code to reflect native changes.chaviw2017-11-281-46/+51
* Merge "Remove unused variable from screencap."Steven Moreland2017-09-191-3/+0
|\
| * Remove unused variable from screencap.Steven Moreland2017-08-301-3/+0
* | screencap: always exit with _exit().Martijn Coenen2017-08-041-9/+11
* | Merge "_exit(0) on clean shutdown, not _exit(1)" into oc-devNarayan Kamath2017-06-221-1/+1
|\|
| * _exit(0) on clean shutdown, not _exit(1)Brian Carlstrom2017-06-211-1/+1
* | Merge "Hack around b/36066697." into oc-devJosh Gao2017-06-201-1/+3
|\|
| * Hack around b/36066697.Josh Gao2017-06-191-1/+3
* | Enable wide color gamut renderingRomain Guy2017-06-021-1/+38
|/
* Only spawn one binder thread for screencap.Martijn Coenen2017-05-111-0/+5
* Correct Screencap utility code.Robert Carr2017-01-311-1/+3
* SkImageEncoder->SkEncodeImageHal Canary2016-12-071-7/+14
* Replace SkAutoTUnref with sk_sp.Ben Wagner2016-11-021-1/+1
* screencap: Nix deprecated direct read of framebuffer.Prathmesh Prabhu2016-03-101-47/+1
* screencap: Rotate images when display is rotatedDan Stoza2015-06-091-1/+28
* SkStream is no longer a ref counted object.Leon Scroggins III2015-03-121-10/+5
* Frameworks/base: Turn on -Wall -Werror in cmdsAndreas Gampe2014-11-071-4/+10
* am c840e31d: am fa436298: Merge "Broadcast an intent to mediascanner after ex...Marco Nelissen2014-09-221-1/+20
|\
| * Broadcast an intent to mediascanner after executing screencapUmair Khan2014-06-121-1/+20
* | stop using (deprecated) SkBitmap::ConfigMike Reed2014-06-201-5/+6
* | SurfaceFlinger: Add sourceCrop to screenshotDan Stoza2014-05-231-1/+1
* | Allow disabling layer rotation during screenshotsDan Stoza2014-02-141-1/+1
|/
* get rid of HAL pixelformats 5551 and 4444Mathias Agopian2013-07-261-2/+0
* get rid of PIXEL_FORMAT_A_8Mathias Agopian2013-07-251-2/+0
* use the bitmap stride when encoding a screenshot as PNGMathias Agopian2013-03-211-1/+1
* make sure screencap's data stream matches what adb expectsMathias Agopian2013-03-201-2/+10
* make sure to start the binder thread poolMathias Agopian2013-03-191-1/+4
* More changes to fix PDK build:Mike Lockwood2012-10-241-0/+195