commit | c9d7e4da3f963dadbea19e9b520fb7a7e28e614a | [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 | c8fe2f4c3b2a213141cf2e3b6bca57300f28cd95 | |
parent | 72ff5903df5f409ea83f74c363a52f0745ced8b8 [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