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

Side by Side Diff: webrtc/media/engine/webrtcvideoengine2.h

Issue 2262443003: Delete VideoFrameFactory, CapturedFrame, and related code. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Update apply_rotation_ comment. Created 4 years, 3 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 | « webrtc/media/engine/webrtcvideocapturer.cc ('k') | webrtc/media/engine/webrtcvideoframe.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (c) 2014 The WebRTC project authors. All Rights Reserved. 2 * Copyright (c) 2014 The WebRTC project authors. All Rights Reserved.
3 * 3 *
4 * Use of this source code is governed by a BSD-style license 4 * Use of this source code is governed by a BSD-style license
5 * that can be found in the LICENSE file in the root of the source 5 * that can be found in the LICENSE file in the root of the source
6 * tree. An additional intellectual property rights grant can be found 6 * tree. An additional intellectual property rights grant can be found
7 * in the file PATENTS. All contributing project authors may 7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree. 8 * be found in the AUTHORS file in the root of the source tree.
9 */ 9 */
10 10
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 class VoiceMediaChannel; 53 class VoiceMediaChannel;
54 class WebRtcDecoderObserver; 54 class WebRtcDecoderObserver;
55 class WebRtcEncoderObserver; 55 class WebRtcEncoderObserver;
56 class WebRtcLocalStreamInfo; 56 class WebRtcLocalStreamInfo;
57 class WebRtcRenderAdapter; 57 class WebRtcRenderAdapter;
58 class WebRtcVideoChannelRecvInfo; 58 class WebRtcVideoChannelRecvInfo;
59 class WebRtcVideoChannelSendInfo; 59 class WebRtcVideoChannelSendInfo;
60 class WebRtcVoiceEngine; 60 class WebRtcVoiceEngine;
61 class WebRtcVoiceMediaChannel; 61 class WebRtcVoiceMediaChannel;
62 62
63 struct CapturedFrame;
64 struct Device; 63 struct Device;
65 64
66 // Exposed here for unittests. 65 // Exposed here for unittests.
67 std::vector<VideoCodec> DefaultVideoCodecList(); 66 std::vector<VideoCodec> DefaultVideoCodecList();
68 67
69 class UnsignalledSsrcHandler { 68 class UnsignalledSsrcHandler {
70 public: 69 public:
71 enum Action { 70 enum Action {
72 kDropPacket, 71 kDropPacket,
73 kDeliverPacket, 72 kDeliverPacket,
(...skipping 491 matching lines...) Expand 10 before | Expand all | Expand 10 after
565 VideoSendParameters send_params_; 564 VideoSendParameters send_params_;
566 VideoOptions default_send_options_; 565 VideoOptions default_send_options_;
567 VideoRecvParameters recv_params_; 566 VideoRecvParameters recv_params_;
568 bool red_disabled_by_remote_side_; 567 bool red_disabled_by_remote_side_;
569 int64_t last_stats_log_ms_; 568 int64_t last_stats_log_ms_;
570 }; 569 };
571 570
572 } // namespace cricket 571 } // namespace cricket
573 572
574 #endif // WEBRTC_MEDIA_ENGINE_WEBRTCVIDEOENGINE2_H_ 573 #endif // WEBRTC_MEDIA_ENGINE_WEBRTCVIDEOENGINE2_H_
OLDNEW
« no previous file with comments | « webrtc/media/engine/webrtcvideocapturer.cc ('k') | webrtc/media/engine/webrtcvideoframe.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698