From 2c9c8cba8562cc3a27532e4cd348912cc78d8d98 Mon Sep 17 00:00:00 2001 From: Chong Zhang Date: Tue, 11 Feb 2014 13:54:59 -0800 Subject: support for time lapse/slow motion when using SURFACE source Bug: 13032650 Change-Id: Iecbadf9f29c8c49353416fc467fb3acdde279595 --- include/media/stagefright/ACodec.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/media/stagefright') diff --git a/include/media/stagefright/ACodec.h b/include/media/stagefright/ACodec.h index e284109..36f2a67 100644 --- a/include/media/stagefright/ACodec.h +++ b/include/media/stagefright/ACodec.h @@ -207,6 +207,9 @@ private: int64_t mRepeatFrameDelayUs; int64_t mMaxPtsGapUs; + int64_t mTimePerFrameUs; + int64_t mTimePerCaptureUs; + bool mCreateInputBuffersSuspended; status_t setCyclicIntraMacroblockRefresh(const sp &msg, int32_t mode); -- cgit v1.1