|
|
Proxy RtcVideoDecoder calls to a media::VideoDecoder.
RtcVideoDecoder currently talks directly to a VideoDecodeAccelerator,
managing all of the state necessary to do hardware decoding with a
remote VDA.
Instead, it should proxy calls to a media::GpuVideoDecoder, which
manages this state properly, simplifying RtcVideoDecoder to be a much-
simpler shim class. This allows us to remove a significant amount of
brittle, dupliucated code, and prepares for the deprecation of VDA in
favor of media::MojoVideoDecoder.
BUG=
Total comments: 14
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+780 lines, -1035 lines) |
Patch |
 |
M |
content/renderer/media/gpu/rtc_video_decoder.h
|
View
|
1
2
|
4 chunks |
+105 lines, -201 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/gpu/rtc_video_decoder.cc
|
View
|
1
2
|
8 chunks |
+364 lines, -659 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/gpu/rtc_video_decoder_factory.h
|
View
|
|
2 chunks |
+24 lines, -8 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/gpu/rtc_video_decoder_factory.cc
|
View
|
|
2 chunks |
+9 lines, -7 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/gpu/rtc_video_decoder_unittest.cc
|
View
|
1
2
|
5 chunks |
+248 lines, -153 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/webrtc/peer_connection_dependency_factory.h
|
View
|
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/media/webrtc/peer_connection_dependency_factory.cc
|
View
|
1
2
|
5 chunks |
+21 lines, -4 lines |
0 comments
|
Download
|
 |
M |
media/BUILD.gn
|
View
|
1
2
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
media/filters/fake_video_decoder.cc
|
View
|
1
2
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
Total messages: 16 (10 generated)
|