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

Side by Side Diff: content/renderer/media/gpu/rtc_video_decoder.h

Issue 2095393002: Add posciak and wuchengli to WebRTC HW decoder and encoder files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove duplicated owners Created 4 years, 5 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
« no previous file with comments | « content/renderer/media/gpu/OWNERS ('k') | content/renderer/media/gpu/rtc_video_decoder.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 CONTENT_RENDERER_MEDIA_RTC_VIDEO_DECODER_H_ 5 #ifndef CONTENT_RENDERER_MEDIA_GPU_RTC_VIDEO_DECODER_H_
6 #define CONTENT_RENDERER_MEDIA_RTC_VIDEO_DECODER_H_ 6 #define CONTENT_RENDERER_MEDIA_GPU_RTC_VIDEO_DECODER_H_
7 7
8 #include <stddef.h> 8 #include <stddef.h>
9 #include <stdint.h> 9 #include <stdint.h>
10 10
11 #include <deque> 11 #include <deque>
12 #include <list> 12 #include <list>
13 #include <map> 13 #include <map>
14 #include <set> 14 #include <set>
15 #include <utility> 15 #include <utility>
16 16
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 299
300 // Must be destroyed, or invalidated, on |vda_loop_proxy_| 300 // Must be destroyed, or invalidated, on |vda_loop_proxy_|
301 // NOTE: Weak pointers must be invalidated before all other member variables. 301 // NOTE: Weak pointers must be invalidated before all other member variables.
302 base::WeakPtrFactory<RTCVideoDecoder> weak_factory_; 302 base::WeakPtrFactory<RTCVideoDecoder> weak_factory_;
303 303
304 DISALLOW_COPY_AND_ASSIGN(RTCVideoDecoder); 304 DISALLOW_COPY_AND_ASSIGN(RTCVideoDecoder);
305 }; 305 };
306 306
307 } // namespace content 307 } // namespace content
308 308
309 #endif // CONTENT_RENDERER_MEDIA_RTC_VIDEO_DECODER_H_ 309 #endif // CONTENT_RENDERER_MEDIA_GPU_RTC_VIDEO_DECODER_H_
OLDNEW
« no previous file with comments | « content/renderer/media/gpu/OWNERS ('k') | content/renderer/media/gpu/rtc_video_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698