OSDN Git Service

Camera3: Fix Bug minTimestamp is never greater than frame timestamp
authorMansoor Aftab <maftab@codeaurora.org>
Wed, 22 May 2013 01:58:53 +0000 (18:58 -0700)
committerIgor Murashkin <iam@google.com>
Wed, 22 May 2013 19:05:22 +0000 (12:05 -0700)
commitc2c874d88df1b4be52f5415de6606785691bba1f
treeafaa66934b4866af50eaa6d03bf42e3c34ffea7b
parentf21daf4718bbd5662eae843f5a56e039bd34a2f4
Camera3: Fix Bug minTimestamp is never greater than frame timestamp

Bug in logic since minTimestamp is initialized to -1, and this needs
to be updated for the first frame atleast for logic to work correctly
for subsequent frames.

Bug: 9007356
Change-Id: I70edc4d9f34ff67a141c027c67396dc2ca9e413a
Signed-off-by: Igor Murashkin <iam@google.com>
services/camera/libcameraservice/camera2/ZslProcessor3.cpp