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

Side by Side Diff: webrtc/modules/rtp_rtcp/source/rtp_format_vp8_test_helper.h

Issue 1345433002: Add RTC_ prefix to contructormagic macros. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Formatting fix. Created 5 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
OLDNEW
1 /* 1 /*
2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved. 2 * Copyright (c) 2011 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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 uint8_t* buffer_; 58 uint8_t* buffer_;
59 uint8_t* data_ptr_; 59 uint8_t* data_ptr_;
60 RTPFragmentationHeader* fragmentation_; 60 RTPFragmentationHeader* fragmentation_;
61 const RTPVideoHeaderVP8* hdr_info_; 61 const RTPVideoHeaderVP8* hdr_info_;
62 int payload_start_; 62 int payload_start_;
63 size_t payload_size_; 63 size_t payload_size_;
64 size_t buffer_size_; 64 size_t buffer_size_;
65 bool sloppy_partitioning_; 65 bool sloppy_partitioning_;
66 bool inited_; 66 bool inited_;
67 67
68 DISALLOW_COPY_AND_ASSIGN(RtpFormatVp8TestHelper); 68 RTC_DISALLOW_COPY_AND_ASSIGN(RtpFormatVp8TestHelper);
69 }; 69 };
70 70
71 } // namespace test 71 } // namespace test
72 72
73 } // namespace webrtc 73 } // namespace webrtc
74 74
75 #endif // WEBRTC_MODULES_RTP_RTCP_SOURCE_RTP_FORMAT_VP8_TEST_HELPER_H_ 75 #endif // WEBRTC_MODULES_RTP_RTCP_SOURCE_RTP_FORMAT_VP8_TEST_HELPER_H_
OLDNEW
« no previous file with comments | « webrtc/modules/rtp_rtcp/source/rtp_format_vp8.h ('k') | webrtc/modules/rtp_rtcp/source/rtp_format_vp9.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698