Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(485)

Unified Diff: media/capture/video/chromeos/camera_metadata_utils.h

Issue 2837273004: media: add video capture device for ARC++ camera HAL v3 (Closed)
Patch Set: set CL dependency Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: media/capture/video/chromeos/camera_metadata_utils.h
diff --git a/media/capture/video/chromeos/camera_metadata_utils.h b/media/capture/video/chromeos/camera_metadata_utils.h
new file mode 100644
index 0000000000000000000000000000000000000000..62e9090838e7fb6b9e3a41db6ca2f0acd3ea7347
--- /dev/null
+++ b/media/capture/video/chromeos/camera_metadata_utils.h
@@ -0,0 +1,16 @@
+// Copyright 2017 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include "media/capture/video/chromeos/mojo/arc_camera3_metadata.mojom.h"
+
+namespace media {
+
+const arc::mojom::CameraMetadataEntryPtr* GetMetadataEntry(
+ const arc::mojom::CameraMetadataPtr& camera_metadata,
+ arc::mojom::CameraMetadataTag tag);
+
+void MergeMetadata(arc::mojom::CameraMetadataPtr* to,
+ const arc::mojom::CameraMetadataPtr& from);
+
+} // namespace media

Powered by Google App Engine
This is Rietveld 408576698