summaryrefslogtreecommitdiffstats
path: root/include/media/stagefright/CameraSource.h
diff options
context:
space:
mode:
authorJames Dong <jdong@google.com>2011-11-20 09:45:44 -0800
committerJames Dong <jdong@google.com>2011-11-21 12:09:51 -0800
commite8e5f86e9e310b065596c8cbbca1543eb833dee1 (patch)
tree9093e89f8a7bf9544061fdfbe52383ae314e28b4 /include/media/stagefright/CameraSource.h
parent6f5cc45c48c02173bfae8d54b54a92c9bae256a1 (diff)
downloadframeworks_av-e8e5f86e9e310b065596c8cbbca1543eb833dee1.zip
frameworks_av-e8e5f86e9e310b065596c8cbbca1543eb833dee1.tar.gz
frameworks_av-e8e5f86e9e310b065596c8cbbca1543eb833dee1.tar.bz2
Fix log spamming during time lapse video recording
Change-Id: I4fc0809203684ebb02eaf217d7abad00aefc898f related-to-bug: 5626569
Diffstat (limited to 'include/media/stagefright/CameraSource.h')
-rw-r--r--include/media/stagefright/CameraSource.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/media/stagefright/CameraSource.h b/include/media/stagefright/CameraSource.h
index 8c1c593..446720b 100644
--- a/include/media/stagefright/CameraSource.h
+++ b/include/media/stagefright/CameraSource.h
@@ -153,6 +153,9 @@ protected:
bool mStarted;
int32_t mNumFramesEncoded;
+ // Time between capture of two frames.
+ int64_t mTimeBetweenFrameCaptureUs;
+
CameraSource(const sp<ICamera>& camera, const sp<ICameraRecordingProxy>& proxy,
int32_t cameraId,
Size videoSize, int32_t frameRate,