commit | 124ccf4b5023a40c57b49981123e6c9b61408a5d | [log] [tgz] |
---|---|---|
author | Zhijun He <zhijunhe@google.com> | Wed May 22 14:01:30 2013 -0700 |
committer | Zhijun He <zhijunhe@google.com> | Thu May 23 13:12:12 2013 -0700 |
tree | e26d6244a932977b13db3815403aec7e540af34d | |
parent | ed49d7b57e66cc2520817b345ef9de289d688bd4 [diff] |
Camera3: Fix the deadlock during recording pinch zooming When zooming during recording, hal callback thread and request update thread run into deadlock due to lock circular dependency. This change release lock during queuebuffer in callback thread to break the dependency. Bug: 9091576 Change-Id: Ia7b3f0ec17573cb32a5696dcde419ca28f42cfb8