summaryrefslogtreecommitdiffstats
path: root/cmds/screenrecord/FrameOutput.h
Commit message (Collapse)AuthorAgeFilesLines
* am 4b7c5444: am e32106fd: screenrecord: Add raw frames output formatBenoit Goby2014-05-141-1/+1
|\ | | | | | | | | * commit '4b7c5444f8af79f1f3e04e09bd03b84dec26facf': screenrecord: Add raw frames output format
| * screenrecord: Add raw frames output formatBenoit Goby2014-05-131-1/+1
| | | | | | | | | | | | | | | | | | | | 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
| * Add frame dump outputAndy McFadden2014-05-121-0/+101
| | | | | | | | | | 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
* Remove deprecated BufferQueue constructorDan Stoza2014-03-121-4/+0
| | | | | Bug: 13415624 Change-Id: I7d98eb8e9201fd920552e7eab75da42a5e2c7dca
* Fix destructorsAndy McFadden2014-03-031-3/+5
| | | | | | | Make destructors private -- only RefBase should be able to destroy instances of these. Change-Id: Iff52e226995fe5740a9dfc35af53dd6dd9d74501
* Add frame dump outputAndy McFadden2014-02-261-0/+101
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