summaryrefslogtreecommitdiffstats
path: root/cmds/screenrecord/FrameOutput.h
diff options
context:
space:
mode:
authorBenoit Goby <benoit@android.com>2014-05-14 23:47:13 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-05-14 23:47:13 +0000
commitc389ca420d3df05dedcdcfb12b7e7543df837f0d (patch)
tree64286cb447fdd7947774501d3c383eb397a35019 /cmds/screenrecord/FrameOutput.h
parent3425fd5a55dd31e261d2f2a9590c762d6d0a6b79 (diff)
parent4b7c5444f8af79f1f3e04e09bd03b84dec26facf (diff)
downloadframeworks_av-c389ca420d3df05dedcdcfb12b7e7543df837f0d.zip
frameworks_av-c389ca420d3df05dedcdcfb12b7e7543df837f0d.tar.gz
frameworks_av-c389ca420d3df05dedcdcfb12b7e7543df837f0d.tar.bz2
am 4b7c5444: am e32106fd: screenrecord: Add raw frames output format
* commit '4b7c5444f8af79f1f3e04e09bd03b84dec26facf': screenrecord: Add raw frames output format
Diffstat (limited to 'cmds/screenrecord/FrameOutput.h')
-rw-r--r--cmds/screenrecord/FrameOutput.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/screenrecord/FrameOutput.h b/cmds/screenrecord/FrameOutput.h
index c1148d0..c49ec3b 100644
--- a/cmds/screenrecord/FrameOutput.h
+++ b/cmds/screenrecord/FrameOutput.h
@@ -45,7 +45,7 @@ public:
// specified number of microseconds.
//
// Returns ETIMEDOUT if the timeout expired before we found a frame.
- status_t copyFrame(FILE* fp, long timeoutUsec);
+ status_t copyFrame(FILE* fp, long timeoutUsec, bool rawFrames);
// Prepare to copy frames. Makes the EGL context used by this object current.
void prepareToCopy() {