History log of /frameworks/av/cmds/screenrecord/Overlay.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
545bcd53c828cf5b57e9158feb2e24bf0cd77985 26-Jul-2016 Pablo Ceballos <pceballos@google.com> screenrecord: add monotonic timestamps option

Change-Id: Ic2cef7161c256f12e60434b32f455f40ebf3d7bf
/frameworks/av/cmds/screenrecord/Overlay.h
04f101c35eaa90b1f95939afac30674ec1611e6f 04-Nov-2014 Dan Stoza <stoza@google.com> Add a BufferItem parameter to onFrameAvailable

Passes the BufferItem for the queued buffer to the onFrameAvailable
callback so the consumer can track the BufferQueue's contents.

Bug: 18111837
Change-Id: If9d07229c9b586c668e5f99074e9b63b0468feb0
/frameworks/av/cmds/screenrecord/Overlay.h
b278f5e70c001391779525fb4d3b024503ba9466 12-Mar-2014 Dan Stoza <stoza@google.com> Remove deprecated BufferQueue constructor

Bug: 13415624
Change-Id: I7d98eb8e9201fd920552e7eab75da42a5e2c7dca
/frameworks/av/cmds/screenrecord/Overlay.h
778dccf9a7aa05e0c8df1481ea1d6048bb659667 04-Mar-2014 Andy McFadden <fadden@android.com> Fix destructors

Make destructors private -- only RefBase should be able to destroy
instances of these.

Change-Id: Iff52e226995fe5740a9dfc35af53dd6dd9d74501
/frameworks/av/cmds/screenrecord/Overlay.h
441e847feb0e055ecb004802802cea07782ab228 18-Oct-2013 Andy McFadden <fadden@android.com> Add "--bugreport" option to screenrecord

The --bugreport option adds two visible features: (1) a timestamp
overlay that (mostly) matches logcat, making it easier to match what
appears in the video with what's in the log, and (2) an "info page"
at the start of the video that shows the system configuration.

Enabling this option adds an additional composition step,
increasing the overhead of screenrecord. Depending on the device
and circumstances, this may be unnoticeable or very pronounced.
If --bugreport is not enabled, the overhead of screenrecord is
unchanged.

We also now track device orientation changes. This is currently
detected by polling surfaceflinger, which is suboptimal. As a
result, we detect the rotation too late, and get a weird mixed
frame before the start of the animation for 90-degree changes.

Also, allow the bit rate to be specified as e.g. "4M" for 4Mbps.

Also, --rotate is now deprecated.

Bug 11220305
Bug 11136964

Change-Id: Ibb94b81d2f73547b95d7a47e027da75fab187a4f
/frameworks/av/cmds/screenrecord/Overlay.h