OSDN Git Service

Camera3: Skipping no-ops good, not updating state machine bad.
authorEino-Ville Talvala <etalvala@google.com>
Thu, 13 Jun 2013 00:06:41 +0000 (17:06 -0700)
committerEino-Ville Talvala <etalvala@google.com>
Thu, 13 Jun 2013 00:52:05 +0000 (17:52 -0700)
commit31fdb29c9f5569fff20756ef1240120817993660
treedf780b93b503318a58823d1c19da0f1835dabadf
parent0662f7b6735df0a140f6512285d05f8f9a38bb98
Camera3: Skipping no-ops good, not updating state machine bad.

If a HAL-level stream reconfigure is not needed, still need to
transition camera device to ACTIVE state in configureStreams.
Otherwise, shutdown functions will not wait for device to drain
properly.

Bug: 9413025
Change-Id: I0b15792097c7e5771015f2a362735d5f88b8c6ea
services/camera/libcameraservice/Camera3Device.cpp