History log of /frameworks/av/cmds/screenrecord/FrameOutput.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
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/FrameOutput.h
c389ca420d3df05dedcdcfb12b7e7543df837f0d 15-May-2014 Benoit Goby <benoit@android.com> am 4b7c5444: am e32106fd: screenrecord: Add raw frames output format

* commit '4b7c5444f8af79f1f3e04e09bd03b84dec26facf':
screenrecord: Add raw frames output format
e32106fd5175afdf939ae397aece9caf378a4912 13-May-2014 Benoit Goby <benoit@android.com> screenrecord: Add raw frames output format

This works like the frames output format but without a header so that
the output can be piped directly to mplayer:

adb shell screenrecord --output-format=raw-frames - | mplayer -demuxer
rawvideo -rawvideo w=320:h=240:format=rgb24 -

Change-Id: Ib5ed508fdca3a5d63e973c5189b3677c2d92b43f
/frameworks/av/cmds/screenrecord/FrameOutput.h
21bde57f0099fed5cca78d9357571dc015a63227 26-Feb-2014 Andy McFadden <fadden@android.com> Add frame dump output

This adds the ability to dump frames as RGB data with a minimal
frame header. Only recommended for devices with small displays.
Enable with "--output-format=frames".

The "--raw" option is now selected with "--output-format=h264".

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

Bug: 13415624
Change-Id: I7d98eb8e9201fd920552e7eab75da42a5e2c7dca
/frameworks/av/cmds/screenrecord/FrameOutput.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/FrameOutput.h
587c6fefcd3c1d05c608ff511cf3534bc765256e 26-Feb-2014 Andy McFadden <fadden@android.com> Add frame dump output

This adds the ability to dump frames as RGB data with a minimal
frame header. Only recommended for devices with small displays.
Enable with "--output-format=frames".

The "--raw" option is now selected with "--output-format=h264".

Bug 13140019

Change-Id: I61bee55cea97db3134a91e7ea06106783e5bf340
/frameworks/av/cmds/screenrecord/FrameOutput.h