summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLajos Molnar <lajos@google.com>2013-11-11 16:16:46 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-11-11 16:16:47 +0000
commite100b813c4d833b48b48b74100ad0b9a82c46954 (patch)
tree9a4688c5998afa5dfd86cb04e01e8b47c3fd702d /include
parenta72911563b0e5b21b196d40249b53975bf8d8f85 (diff)
parent9c7f845780d62ea09469a8dac7117cc01adfea5c (diff)
downloadframeworks_av-e100b813c4d833b48b48b74100ad0b9a82c46954.zip
frameworks_av-e100b813c4d833b48b48b74100ad0b9a82c46954.tar.gz
frameworks_av-e100b813c4d833b48b48b74100ad0b9a82c46954.tar.bz2
Merge "StageFrightRecorder: do not use meta-data mode for software encoders" into klp-dev
Diffstat (limited to 'include')
-rw-r--r--include/media/stagefright/CameraSourceTimeLapse.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/media/stagefright/CameraSourceTimeLapse.h b/include/media/stagefright/CameraSourceTimeLapse.h
index 6b7a63c..34213be 100644
--- a/include/media/stagefright/CameraSourceTimeLapse.h
+++ b/include/media/stagefright/CameraSourceTimeLapse.h
@@ -41,7 +41,8 @@ public:
Size videoSize,
int32_t videoFrameRate,
const sp<IGraphicBufferProducer>& surface,
- int64_t timeBetweenTimeLapseFrameCaptureUs);
+ int64_t timeBetweenTimeLapseFrameCaptureUs,
+ bool storeMetaDataInVideoBuffers = true);
virtual ~CameraSourceTimeLapse();
@@ -116,7 +117,8 @@ private:
Size videoSize,
int32_t videoFrameRate,
const sp<IGraphicBufferProducer>& surface,
- int64_t timeBetweenTimeLapseFrameCaptureUs);
+ int64_t timeBetweenTimeLapseFrameCaptureUs,
+ bool storeMetaDataInVideoBuffers = true);
// Wrapper over CameraSource::signalBufferReturned() to implement quick stop.
// It only handles the case when mLastReadBufferCopy is signalled. Otherwise