|
Implement PPAPI VideoDecode out-of-process support
This CL implements the proxy necessary for out-of-process video decoding and
introduces a shared base class between the PPB_VideoDecoder_Impl and the proxy.
BUG= 86106
TEST=gles2 plugin runs with or without --ppapi-out-of-process flag, no crashes
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=95724
Total comments: 6
Total comments: 85
Total comments: 24
Total comments: 19
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1067 lines, -161 lines) |
Patch |
 |
M |
chrome/test/ui/ppapi_uitest.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+3 lines, -6 lines |
0 comments
|
Download
|
 |
M |
content/common/gpu/gpu_command_buffer_stub.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/common/gpu/gpu_command_buffer_stub.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/common/gpu/gpu_messages.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/common/gpu/media/gpu_video_decode_accelerator.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/common/gpu/media/gpu_video_decode_accelerator.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/common/gpu/media/omx_video_decode_accelerator.h
|
View
|
1
2
3
4
5
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/common/gpu/media/omx_video_decode_accelerator.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/renderer/gpu/command_buffer_proxy.h
|
View
|
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/gpu/command_buffer_proxy.cc
|
View
|
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/gpu/gpu_channel_host.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/gpu/gpu_channel_host.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/gpu/gpu_video_decode_accelerator_host.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/gpu/gpu_video_decode_accelerator_host.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/pepper_platform_video_decoder_impl.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/pepper_platform_video_decoder_impl.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
media/video/video_decode_accelerator.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ppapi/c/dev/ppb_video_decoder_dev.h
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/examples/gles2/gles2.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
4 chunks |
+11 lines, -6 lines |
0 comments
|
Download
|
 |
M |
ppapi/ppapi_proxy.gypi
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/ppapi_shared.gypi
|
View
|
1
2
3
4
5
10
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/dispatcher.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/plugin_resource.h
|
View
|
1
2
3
4
5
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppapi_messages.h
|
View
|
1
2
3
4
5
6
7
8
9
|
5 chunks |
+66 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppb_buffer_proxy.h
|
View
|
|
2 chunks |
+31 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppb_buffer_proxy.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+0 lines, -31 lines |
0 comments
|
Download
|
 |
A |
ppapi/proxy/ppb_video_decoder_proxy.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+81 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ppapi/proxy/ppb_video_decoder_proxy.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+365 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ppapi/proxy/ppp_video_decoder_proxy.h
|
View
|
1
2
3
4
5
|
1 chunk |
+52 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ppapi/proxy/ppp_video_decoder_proxy.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+167 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/resource_creation_proxy.cc
|
View
|
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ppapi/shared_impl/tracker_base.h
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ppapi/shared_impl/video_decoder_impl.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+97 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ppapi/shared_impl/video_decoder_impl.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+109 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/plugins/ppapi/ppb_video_decoder_impl.h
|
View
|
1
2
3
4
5
6
7
|
4 chunks |
+19 lines, -31 lines |
0 comments
|
Download
|
 |
M |
webkit/plugins/ppapi/ppb_video_decoder_impl.cc
|
View
|
1
2
3
4
5
6
7
|
7 chunks |
+28 lines, -65 lines |
0 comments
|
Download
|
Total messages: 19 (0 generated)
|