commit | b5d91138fddcb1c4acdc91ddc68a9f4097da5b40 | [log] [tgz] |
---|---|---|
author | Eino-Ville Talvala <etalvala@google.com> | Thu Sep 27 14:18:13 2012 -0700 |
committer | Eino-Ville Talvala <etalvala@google.com> | Thu Sep 27 14:18:13 2012 -0700 |
tree | f483004bb421e7ce7f44e04181280b759e4e1b16 | |
parent | 8000e368cbdcb8a2a712c9c92f6c97526b36f0ed [diff] |
Camera2: Fix FPS value scaling between HAL2 and API API assumes FPS values are in fixed-point with LSB 0.001; HAL2 just uses ints with no fractional part. HAL should probably use floats or something similar, but for now, fix scaling so the two agree on FPS values. Bug: 7230239 Change-Id: Ie18a4f11fc9d17d9ae2d04781511a273213eda55