commit | 52e6e4cfded3625d54c2b924585e0ef72ba206bd | [log] [tgz] |
---|---|---|
author | Paras Nagda <pnagda@codeaurora.org> | Tue Sep 08 17:26:28 2015 +0530 |
committer | Linux Build Service Account <lnxbuild@localhost> | Tue Oct 06 03:25:08 2015 -0600 |
tree | a2dc85792369024e59df53ce5536f3f444acd116 | |
parent | 69ef79ce3cc954c8a2dbb7fb7f0fcac80a08b73d [diff] |
MediaRecorder: Handle 24-hour timelapse duration Use float operations to derive the max-time-between- frames from capture-rate. With default (double) precision, calculated value exceeds 86,400 seconds (1 day) limit if app configures captureRate = 1 / 24 hours. Change-Id: Ia171cfa6a45ad315beb55340651abb8066566b26