commit | 5282713a976184e41451315f1286d8075b257d58 | [log] [tgz] |
---|---|---|
author | Igor Murashkin <iam@google.com> | Mon May 13 14:53:44 2013 -0700 |
committer | Igor Murashkin <iam@google.com> | Mon May 13 18:21:41 2013 -0700 |
tree | d6d3484980644d1d66d00aba3f2113e3c70cddf6 | |
parent | 8dbaa56a9de51d506977bda112f75b8af50920e9 [diff] [blame] |
Camera: Pause preview when needing to delete jpeg/zsl streams Bug: 8876221 Change-Id: Idf9490a48462fa44d49c4ebe99425c3149ae6378
diff --git a/services/camera/libcameraservice/Camera2Client.h b/services/camera/libcameraservice/Camera2Client.h index af72ab2..f42d022 100644 --- a/services/camera/libcameraservice/Camera2Client.h +++ b/services/camera/libcameraservice/Camera2Client.h
@@ -159,6 +159,9 @@ // Used with stream IDs static const int NO_STREAM = -1; + template <typename ProcessorT> + status_t updateProcessorStream(sp<ProcessorT> processor, Parameters params); + sp<camera2::FrameProcessor> mFrameProcessor; /* Preview/Recording related members */