OSDN Git Service

Add frame dump output
authorAndy McFadden <fadden@android.com>
Wed, 26 Feb 2014 02:29:06 +0000 (18:29 -0800)
committerBenoit Goby <benoit@android.com>
Mon, 12 May 2014 23:14:25 +0000 (16:14 -0700)
commit21bde57f0099fed5cca78d9357571dc015a63227
tree6c56f2e3103d52048afb01d0e5cab8c123b0c3d0
parent2d11a2031b99db9b503a7ad7efd1f18606af4012
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
cmds/screenrecord/Android.mk
cmds/screenrecord/EglWindow.cpp
cmds/screenrecord/EglWindow.h
cmds/screenrecord/FrameOutput.cpp [new file with mode: 0644]
cmds/screenrecord/FrameOutput.h [new file with mode: 0644]
cmds/screenrecord/Program.cpp
cmds/screenrecord/Program.h
cmds/screenrecord/screenrecord.cpp