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

Side by Side Diff: tools/valgrind-webrtc/drmemory/suppressions.txt

Issue 1904983002: Use vcm::VideoSender in ViEEncoder. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: remove more dead code Created 4 years, 8 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 | « no previous file | tools/valgrind-webrtc/memcheck/suppressions.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # This file is used in addition to the one already maintained in Chrome. 1 # This file is used in addition to the one already maintained in Chrome.
2 # It acts as a place holder for future additions for WebRTC. 2 # It acts as a place holder for future additions for WebRTC.
3 # It must exist for the Python wrapper script to work properly. 3 # It must exist for the Python wrapper script to work properly.
4 4
5 GDI USAGE ERROR 5 GDI USAGE ERROR
6 name=https://code.google.com/p/webrtc/issues/detail?id=2323 (1) 6 name=https://code.google.com/p/webrtc/issues/detail?id=2323 (1)
7 system call NtGdiDeleteObjectApp 7 system call NtGdiDeleteObjectApp
8 GDI32.dll!DeleteDC 8 GDI32.dll!DeleteDC
9 GDI32.dll!DeleteDC 9 GDI32.dll!DeleteDC
10 *!webrtc::`anonymous namespace'::WindowCapturerWin::Capture 10 *!webrtc::`anonymous namespace'::WindowCapturerWin::Capture
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 UNINITIALIZED READ 77 UNINITIALIZED READ
78 name=https://code.google.com/p/webrtc/issues/detail?id=2516 78 name=https://code.google.com/p/webrtc/issues/detail?id=2516
79 system call NtUserGetThreadDesktop parameter value #1 79 system call NtUserGetThreadDesktop parameter value #1
80 *!webrtc::Desktop::GetThreadDesktop 80 *!webrtc::Desktop::GetThreadDesktop
81 *!webrtc::ScopedThreadDesktop::ScopedThreadDesktop 81 *!webrtc::ScopedThreadDesktop::ScopedThreadDesktop
82 *!webrtc::`anonymous namespace'::ScreenCapturerWin::ScreenCapturerWin 82 *!webrtc::`anonymous namespace'::ScreenCapturerWin::ScreenCapturerWin
83 *!webrtc::ScreenCapturer::Create 83 *!webrtc::ScreenCapturer::Create
84 *!webrtc::ScreenCapturerTest::SetUp 84 *!webrtc::ScreenCapturerTest::SetUp
85 *!testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test,void> 85 *!testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test,void>
86 86
87 UNINITIALIZED READ
88 name=https://code.google.com/p/webrtc/issues/detail?id=3158 (1)
89 *!_output_l
90 *!_vsnprintf_l
91 *!_vsnprintf
92 *!webrtc::Trace::Add
93 *!webrtc::ViECodecImpl::GetCodecTargetBitrate
94 *!cricket::WebRtcVideoMediaChannel::MaybeChangeStartBitrate
95 *!cricket::WebRtcVideoMediaChannel::SetSendCodec
96 *!cricket::WebRtcVideoMediaChannel::SetSendCodec
97 *!cricket::WebRtcVideoMediaChannel::SetSendCodecs
98 *!VideoMediaChannelTest<>::SetOneCodec
99 *!VideoMediaChannelTest<>::Send
100 *!VideoMediaChannelTest<>::TwoStreamsSendAndFailUnsignalledRecv
101 *!WebRtcVideoMediaChannelTest_TwoStreamsSendAndFailUnsignalledRecv_Test::TestBod y
102 *!testing::internal::HandleSehExceptionsInMethodIfSupported<>
103
104 UNINITIALIZED READ
105 name=https://code.google.com/p/webrtc/issues/detail?id=3158 (2)
106 *!_output_l
107 *!_vsnprintf_l
108 *!_vsnprintf
109 *!webrtc::Trace::Add
110 *!webrtc::ViECodecImpl::GetCodecTargetBitrate
111 *!cricket::WebRtcVideoMediaChannel::MaybeChangeStartBitrate
112 *!cricket::WebRtcVideoMediaChannel::MaybeResetVieSendCodec
113 *!cricket::WebRtcVideoMediaChannel::SendFrame
114 *!cricket::WebRtcVideoMediaChannel::SendFrame
115 *!sigslot::_connection2<>::emit
116 *!sigslot::signal2<>::operator()
117 *!cricket::VideoCapturer::OnFrameCaptured
118 *!sigslot::_connection2<>::emit
119 *!sigslot::signal2<>::operator()
120 *!cricket::FakeVideoCapturer::CaptureCustomFrame
121 *!cricket::FakeVideoCapturer::CaptureFrame
122 *!VideoMediaChannelTest<>::SendFrame
123 *!VideoMediaChannelTest<>::Send
124 *!VideoMediaChannelTest<>::TwoStreamsSendAndFailUnsignalledRecv
125 *!WebRtcVideoMediaChannelTest_TwoStreamsSendAndFailUnsignalledRecv_Test::TestBod y
126 *!testing::internal::HandleSehExceptionsInMethodIfSupported<>
127
128 # rtc_unittest, fails on Win DrMemory Full 87 # rtc_unittest, fails on Win DrMemory Full
129 UNINITIALIZED READ 88 UNINITIALIZED READ
130 name=https://code.google.com/p/webrtc/issues/detail?id=3158 (4) 89 name=https://code.google.com/p/webrtc/issues/detail?id=3158 (4)
131 *!_towlower_l 90 *!_towlower_l
132 *!towlower 91 *!towlower
133 *!tolowercase 92 *!tolowercase
134 *!rtc::IsDefaultBrowserFirefox 93 *!rtc::IsDefaultBrowserFirefox
135 *!rtc::GetProxySettingsForUrl 94 *!rtc::GetProxySettingsForUrl
136 *!rtc::AutoDetectProxy::GetProxyForUrl 95 *!rtc::AutoDetectProxy::GetProxyForUrl
137 *!rtc::AutoDetectProxy::DoWork 96 *!rtc::AutoDetectProxy::DoWork
(...skipping 550 matching lines...) Expand 10 before | Expand all | Expand 10 after
688 *!testing::internal::HandleSehExceptionsInMethodIfSupported<> 647 *!testing::internal::HandleSehExceptionsInMethodIfSupported<>
689 648
690 UNINITIALIZED READ 649 UNINITIALIZED READ
691 name=https://bugs.chromium.org/p/webrtc/issues/detail?id=5653 (5) 650 name=https://bugs.chromium.org/p/webrtc/issues/detail?id=5653 (5)
692 system call NtWriteFile parameter #5 651 system call NtWriteFile parameter #5
693 KERNELBASE.dll!WriteFile 652 KERNELBASE.dll!WriteFile
694 KERNEL32.dll!WriteFile 653 KERNEL32.dll!WriteFile
695 ucrtbased.dll!umask_s 654 ucrtbased.dll!umask_s
696 ... 655 ...
697 *!testing::internal::HandleSehExceptionsInMethodIfSupported<> 656 *!testing::internal::HandleSehExceptionsInMethodIfSupported<>
OLDNEW
« no previous file with comments | « no previous file | tools/valgrind-webrtc/memcheck/suppressions.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698