manta: libcamera2: fix copy-and-paste regression
authorMark Salyzyn <salyzyn@google.com>
Fri, 16 Jan 2015 20:27:52 +0000 (12:27 -0800)
committerThe Android Automerger <android-build@google.com>
Sat, 17 Jan 2015 01:32:54 +0000 (17:32 -0800)
commit5a1fc68210aaee9bdea204b1b2041617df36966a
treeabd2482a0bf97066f71879f6ce7f5a4ae7329b7e
parent0e017699e1dd0539e2c0f0ad5bf7a3cb134c701b
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