manta: libcamera2: fix copy-and-paste regression
authorMark Salyzyn <salyzyn@google.com>
Fri, 16 Jan 2015 20:27:52 +0000 (12:27 -0800)
committerMark Salyzyn <salyzyn@google.com>
Fri, 16 Jan 2015 20:27:52 +0000 (12:27 -0800)
commitf2eb959463914d0928d20fda3fb860365e57ea9f
treeabd2482a0bf97066f71879f6ce7f5a4ae7329b7e
parent29a60df69e0caa0800bc7cf848b00b719019bb6c
manta: libcamera2: fix copy-and-paste regression

In "manta: libcamera2: if captured shot drained, record current shot data"
m_reprocessingFrameCnt was taken from previous fragment and not replaced
in the new context with shot_ext->shot.ctl.request.frameCount. This resulted
in CTS:android.hardware.cts.CameraTest@testJpegExif failures.

Bug: 18958123
Change-Id: I3e55fe5be64e2fbc15e14c34891b26afbdb52640
libcamera2/ExynosCameraHWInterface2.cpp