commit | c78626b15e9f29a5bcf85447ceafb17dcbf58b69 | [log] [tgz] |
---|---|---|
author | Emilian Peev <epeev@mm-sol.com> | Mon May 21 12:38:23 2012 +0300 |
committer | Eino-Ville Talvala <etalvala@google.com> | Wed May 23 14:38:01 2012 -0700 |
tree | b6fcc502eceb58bfda03fcc60f597ce121b56585 | |
parent | 8fa731ddc4e629880eda7f1f69de4fc4556cb7cb [diff] |
CameraHal: Avoids possible race conditions while accessing 'mParams' - Direct access of 'mParams' outside of 'get-/setParameters()' should be avoided. The underlying strings can get invalidated with each call to 'setParameters()', which can lead to instabilities. - This change also removes legacy stereo code, which is not used any more. Bug: 6509329 Change-Id: Ief6df206c33fbdc666644cea8630e0bce6a36c00 Signed-off-by: Emilian Peev <epeev@mm-sol.com>