OSDN Git Service

Camera2: Fix prematurely clearing stream request
authorAlex Ray <aray@google.com>
Wed, 3 Oct 2012 06:30:07 +0000 (23:30 -0700)
committerAndroid (Google) Code Review <android-gerrit@google.com>
Wed, 3 Oct 2012 20:58:19 +0000 (13:58 -0700)
commit311f69f18c41909e3087e4205548095762a2ecb7
tree107f74f86852a9680da654ed02bc968d54fa5522
parenta1e5dccf73c0b734204b0094241e4a6a0752a67e
Camera2: Fix prematurely clearing stream request

Zsl handling was clearing the stream request before a capture request
was ready to be sent to the HAL, which would cause capture delays and
timeouts in certain conditions.

Bug: 7259520
Change-Id: Idde8bc4fc58b8b426c6985feac87759740e338ea
services/camera/libcameraservice/camera2/CaptureSequencer.cpp
services/camera/libcameraservice/camera2/ZslProcessor.cpp