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

Side by Side Diff: components/arc/common/video_encode_accelerator.typemap

Issue 2892863002: ArcBridge: Add VideoEncodeAccelerator implementation. (Closed)
Patch Set: Address nit from Luis. 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 2016 The Chromium Authors. All rights reserved.
kcwu 2017/06/09 06:30:24 2017
Owen Lin 2017/06/12 06:34:13 Done.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 mojom = "//components/arc/common/video_encode_accelerator.mojom"
6 public_headers = [ "//media/video/video_encode_accelerator.h" ]
7 traits_headers = [ "//components/arc/video_accelerator/video_encode_accelerator_ struct_traits.h" ]
8 sources = [
9 "//components/arc/video_accelerator/video_encode_accelerator_struct_traits.cc" ,
10 ]
11 type_mappings = [
12 "arc.mojom.VideoEncodeAccelerator.Error=media::VideoEncodeAccelerator::Error",
13 "arc.mojom.VideoPixelFormat=media::VideoPixelFormat",
14 "arc.mojom.VideoCodecProfile=media::VideoCodecProfile",
15 "arc.mojom.VideoEncodeProfile=media::VideoEncodeAccelerator::SupportedProfile" ,
16 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698