QCamera2: HAL3: Avoid shutter recovery for reprocess requests

Handling of pending requests that contain input buffers is separate
from the regular metadata&shutter logic. Currently the input buffer
will return along with the metadata/result immediately after offline
processing completes. This depending on scheduling can happen at any
point in time and we shouldn't try to recover shutter events for such
requests. If recovery gets triggered, then the shutter timestamp will
not match the sensor timestamp from the reprocess result. This will
likely get detected at client side and may lead to instabilities.

Bug: 66948164
Test: Complete CTS
adb shell am instrument -w -r   -e waitIntervalMs 1000 -e timeout_msec
7200000 -e iterations 1 -e class
com.android.mediaframeworktest.stress.Camera2ReprocessCaptureTest#testMixedBurstReprocessing
com.android.mediaframeworktest/com.android.mediaframeworktest.Camera2InstrumentationTestRunner

Change-Id: I4c33c5dd8212bd8d14f552b3c62c87decf7e409a
1 file changed
tree: d11be2a5b7fd575f3f63cb2769912cde960a59a2
  1. msm8998/
  2. Android.mk
  3. CleanSpec.mk