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

Side by Side Diff: remoting/codec/video_decoder_vpx.h

Issue 1542203002: Switch to standard integer types in remoting/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@int-remoting-host
Patch Set: Created 5 years 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
« no previous file with comments | « remoting/codec/video_decoder_verbatim.cc ('k') | remoting/codec/video_decoder_vpx.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef REMOTING_CODEC_VIDEO_DECODER_VPX_H_ 5 #ifndef REMOTING_CODEC_VIDEO_DECODER_VPX_H_
6 #define REMOTING_CODEC_VIDEO_DECODER_VPX_H_ 6 #define REMOTING_CODEC_VIDEO_DECODER_VPX_H_
7 7
8 #include "base/compiler_specific.h" 8 #include "base/compiler_specific.h"
9 #include "base/macros.h"
9 #include "base/memory/scoped_ptr.h" 10 #include "base/memory/scoped_ptr.h"
10 #include "remoting/codec/scoped_vpx_codec.h" 11 #include "remoting/codec/scoped_vpx_codec.h"
11 #include "remoting/codec/video_decoder.h" 12 #include "remoting/codec/video_decoder.h"
12 13
13 typedef const struct vpx_codec_iface vpx_codec_iface_t; 14 typedef const struct vpx_codec_iface vpx_codec_iface_t;
14 typedef struct vpx_image vpx_image_t; 15 typedef struct vpx_image vpx_image_t;
15 16
16 namespace webrtc { 17 namespace webrtc {
17 class DesktopRect; 18 class DesktopRect;
18 class DesktopRegion; 19 class DesktopRegion;
(...skipping 20 matching lines...) Expand all
39 40
40 // The shape of the most-recent frame, if any. 41 // The shape of the most-recent frame, if any.
41 scoped_ptr<webrtc::DesktopRegion> desktop_shape_; 42 scoped_ptr<webrtc::DesktopRegion> desktop_shape_;
42 43
43 DISALLOW_COPY_AND_ASSIGN(VideoDecoderVpx); 44 DISALLOW_COPY_AND_ASSIGN(VideoDecoderVpx);
44 }; 45 };
45 46
46 } // namespace remoting 47 } // namespace remoting
47 48
48 #endif // REMOTING_CODEC_VIDEO_DECODER_VP8_H_ 49 #endif // REMOTING_CODEC_VIDEO_DECODER_VP8_H_
OLDNEW
« no previous file with comments | « remoting/codec/video_decoder_verbatim.cc ('k') | remoting/codec/video_decoder_vpx.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698