|
Support multiple files for AEC dump.
* This adds support for AEC dump files in multiple tabs and if multiple getUserMedia calls are made in one tab.
* Each AEC dump consumer registers with the browser to recieve a file handle when AEC dump is enabled.
* Add dedicated aec dump message filter an messages file.
* Works with and without track-processing.
NOTRY=true
BUG= 350347
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=278148
Total comments: 2
Total comments: 34
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+545 lines, -165 lines) |
Patch |
|
M |
content/browser/media/webrtc_browsertest.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
4 chunks |
+21 lines, -0 lines |
0 comments
|
Download
|
|
M |
content/browser/renderer_host/render_process_host_impl.h
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+10 lines, -1 line |
0 comments
|
Download
|
|
M |
content/browser/renderer_host/render_process_host_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
5 chunks |
+78 lines, -7 lines |
0 comments
|
Download
|
|
M |
content/common/content_message_generator.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
A |
content/common/media/aec_dump_messages.h
|
View
|
1
2
3
4
5
|
1 chunk |
+36 lines, -0 lines |
0 comments
|
Download
|
|
M |
content/common/media/media_stream_messages.h
|
View
|
1
2
3
|
1 chunk |
+0 lines, -9 lines |
0 comments
|
Download
|
|
M |
content/content_common.gypi
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
content/content_renderer.gypi
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
A |
content/renderer/media/aec_dump_message_filter.h
|
View
|
1
2
3
4
5
|
1 chunk |
+108 lines, -0 lines |
0 comments
|
Download
|
|
A |
content/renderer/media/aec_dump_message_filter.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+191 lines, -0 lines |
0 comments
|
Download
|
|
M |
content/renderer/media/media_stream_audio_processor.h
|
View
|
1
2
3
4
5
|
4 chunks |
+11 lines, -5 lines |
0 comments
|
Download
|
|
M |
content/renderer/media/media_stream_audio_processor.cc
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+30 lines, -4 lines |
0 comments
|
Download
|
|
M |
content/renderer/media/webrtc/peer_connection_dependency_factory.h
|
View
|
1
2
3
4
5
|
5 chunks |
+15 lines, -11 lines |
0 comments
|
Download
|
|
M |
content/renderer/media/webrtc/peer_connection_dependency_factory.cc
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+27 lines, -44 lines |
0 comments
|
Download
|
|
M |
content/renderer/media/webrtc_audio_capturer.h
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
|
M |
content/renderer/media/webrtc_audio_capturer.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+0 lines, -14 lines |
0 comments
|
Download
|
|
M |
content/renderer/media/webrtc_audio_device_impl.h
|
View
|
1
2
3
4
5
|
3 chunks |
+0 lines, -15 lines |
0 comments
|
Download
|
|
M |
content/renderer/media/webrtc_audio_device_impl.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+0 lines, -51 lines |
0 comments
|
Download
|
|
M |
content/renderer/render_thread_impl.h
|
View
|
1
2
3
4
5
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
|
M |
content/renderer/render_thread_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+6 lines, -1 line |
0 comments
|
Download
|
|
M |
ipc/ipc_message_start.h
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 28 (0 generated)
|