|
|
Added FakeGlVideoDecodeEngine to exercise the IPC protocol for hardware video decoding
There are several things done in this patch:
1. Added FakeGlVideoDecodeEngine
2. Fixed style problem in VideoDecodeEngine and gpu_video_common.h
3. Added route to pass texture from gpu process to WebKit
BUG= 53714
TEST=Tree is green
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=59223
Total comments: 18
Total comments: 3
Total comments: 6
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+666 lines, -364 lines) |
Patch |
 |
M |
chrome/chrome.gyp
|
View
|
1
2
3
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/gpu_video_common.h
|
View
|
|
3 chunks |
+48 lines, -51 lines |
0 comments
|
Download
|
 |
M |
chrome/common/gpu_video_common.cc
|
View
|
|
5 chunks |
+60 lines, -57 lines |
0 comments
|
Download
|
 |
M |
chrome/gpu/gpu_channel.cc
|
View
|
|
1 chunk |
+5 lines, -9 lines |
0 comments
|
Download
|
 |
M |
chrome/gpu/gpu_video_decoder.h
|
View
|
1
2
3
4
|
3 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/gpu/gpu_video_decoder.cc
|
View
|
1
2
3
4
5
6
7
8
|
7 chunks |
+70 lines, -52 lines |
0 comments
|
Download
|
 |
A |
chrome/gpu/media/fake_gl_video_decode_engine.h
|
View
|
|
1 chunk |
+37 lines, -0 lines |
1 comment
|
Download
|
 |
A |
chrome/gpu/media/fake_gl_video_decode_engine.cc
|
View
|
3
|
1 chunk |
+88 lines, -0 lines |
1 comment
|
Download
|
 |
M |
chrome/renderer/gpu_video_decoder_host.cc
|
View
|
1
2
3
4
5
6
7
8
|
4 chunks |
+39 lines, -19 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/gpu_video_service_host.cc
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/media/gles2_video_decode_context.h
|
View
|
1
2
3
4
5
6
|
4 chunks |
+17 lines, -12 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/media/gles2_video_decode_context.cc
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/media/ipc_video_decoder.h
|
View
|
|
2 chunks |
+7 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/renderer/media/ipc_video_decoder.cc
|
View
|
1
2
3
4
5
6
7
8
|
4 chunks |
+29 lines, -7 lines |
0 comments
|
Download
|
 |
M |
media/base/video_frame.h
|
View
|
1
2
3
4
5
6
7
8
|
5 chunks |
+38 lines, -1 line |
1 comment
|
Download
|
 |
M |
media/base/video_frame.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
4 chunks |
+68 lines, -0 lines |
0 comments
|
Download
|
 |
M |
media/filters/ffmpeg_video_decoder.cc
|
View
|
|
3 chunks |
+14 lines, -14 lines |
0 comments
|
Download
|
 |
M |
media/filters/ffmpeg_video_decoder_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
media/filters/omx_video_decoder.cc
|
View
|
|
3 chunks |
+13 lines, -13 lines |
0 comments
|
Download
|
 |
M |
media/mf/mft_h264_decoder.cc
|
View
|
|
5 chunks |
+18 lines, -18 lines |
0 comments
|
Download
|
 |
M |
media/mf/mft_h264_decoder_example.cc
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
media/mf/test/mft_h264_decoder_unittest.cc
|
View
|
|
14 chunks |
+31 lines, -31 lines |
0 comments
|
Download
|
 |
M |
media/tools/omx_test/omx_test.cc
|
View
|
|
1 chunk |
+8 lines, -8 lines |
0 comments
|
Download
|
 |
M |
media/video/ffmpeg_video_decode_engine.cc
|
View
|
|
4 chunks |
+10 lines, -10 lines |
0 comments
|
Download
|
 |
M |
media/video/ffmpeg_video_decode_engine_unittest.cc
|
View
|
4
5
|
4 chunks |
+20 lines, -20 lines |
0 comments
|
Download
|
 |
M |
media/video/omx_video_decode_engine.cc
|
View
|
|
2 chunks |
+8 lines, -8 lines |
0 comments
|
Download
|
 |
M |
media/video/video_decode_engine.h
|
View
|
|
1 chunk |
+23 lines, -19 lines |
0 comments
|
Download
|
Total messages: 15 (0 generated)
|