commit | 618ff8a48a0c895a78f91f5692510c2a809425c3 | [log] [tgz] |
---|---|---|
author | Chien-Yu Chen <cychen@google.com> | Fri Mar 13 11:27:17 2015 -0700 |
committer | Chien-Yu Chen <cychen@google.com> | Mon Apr 13 17:25:36 2015 -0700 |
tree | 9473236e1e759aecf921b87e50302d933bae041d | |
parent | 25f82752942b1c78aec8ee303d61afff85cff9d1 [diff] [blame] |
camera2: add reprocess support Add support to create input stream, submit reprocess capture requests, and receive reprocess capture results. Change-Id: Iee2d4313f3d52616a484eaea7a28f5ef9d8a674b
diff --git a/include/camera/camera2/CaptureRequest.h b/include/camera/camera2/CaptureRequest.h index e56d61f..eeab217 100644 --- a/include/camera/camera2/CaptureRequest.h +++ b/include/camera/camera2/CaptureRequest.h
@@ -30,6 +30,7 @@ CameraMetadata mMetadata; Vector<sp<Surface> > mSurfaceList; + bool mIsReprocess; /** * Keep impl up-to-date with CaptureRequest.java in frameworks/base