commit | 0d0a4b9867979ed80920307d0f624f59b19c91ed | [log] [tgz] |
---|---|---|
author | Ranjith Kagathi Ananda <ranjith@codeaurora.org> | Wed May 18 17:42:18 2016 +0530 |
committer | Zhijun He <zhijunhe@google.com> | Wed Jul 06 17:06:35 2016 -0700 |
tree | 6cbdee09fba7ba936676e702584bd35db245fc06 | |
parent | 73838397c05edaa312c05da6afacccafc16b3abc [diff] |
QCamera2/HAL3: Fixing frame dumping logic Issue: The value given for setprop for frame dumping is being typecasted to uint8 due to which dumping more than the default number of frames and skipping of frames during dumping will not be possible. Fix: Typecast the value to uint32 instead of uint8. Ack-by: Abhishek Pant BUG=29902298 CRs-fixed: 1032033 Change-Id: I3b5093f1ec0160e1a63b2db80a5465fd299c8cf9