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

Side by Side Diff: media/capture/video/chromeos/camera_metadata_utils.h

Issue 2837273004: media: add video capture device for ARC++ camera HAL v3 (Closed)
Patch Set: RELAND: media: add video capture device for ARC++ camera HAL v3 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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2017 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #include "media/capture/video/chromeos/mojo/arc_camera3_metadata.mojom.h"
6
7 namespace media {
8
9 const arc::mojom::CameraMetadataEntryPtr* GetMetadataEntry(
10 const arc::mojom::CameraMetadataPtr& camera_metadata,
11 arc::mojom::CameraMetadataTag tag);
12
13 void MergeMetadata(arc::mojom::CameraMetadataPtr* to,
14 const arc::mojom::CameraMetadataPtr& from);
15
16 } // namespace media
OLDNEW
« no previous file with comments | « media/capture/video/chromeos/camera_hal_delegate_unittest.cc ('k') | media/capture/video/chromeos/camera_metadata_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698