|
|
Update VideoDecode PPAPI structs to be consistent with media structures, part 1
This patch fixes some of the inconsistencies between the VideoDecode structs
in the ppapi namespace and their wrappers in the media namespace.
It also implements some of the hooks to pass messages to and from the browser
and plugin.
BUG=NONE
TEST=NONE
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=84871
Total comments: 36
Total comments: 56
Total comments: 45
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+568 lines, -626 lines) |
Patch |
 |
M |
chrome/chrome_tests.gypi
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+34 lines, -28 lines |
0 comments
|
Download
|
 |
M |
content/renderer/pepper_platform_video_decoder_impl.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+17 lines, -15 lines |
0 comments
|
Download
|
 |
M |
content/renderer/pepper_platform_video_decoder_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
5 chunks |
+20 lines, -13 lines |
0 comments
|
Download
|
 |
M |
content/renderer/pepper_plugin_delegate_impl.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/pepper_plugin_delegate_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/video_decode_accelerator_host.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+18 lines, -15 lines |
0 comments
|
Download
|
 |
M |
content/renderer/video_decode_accelerator_host.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
2 chunks |
+13 lines, -8 lines |
0 comments
|
Download
|
 |
M |
media/media.gyp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
media/video/picture.h
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+101 lines, -37 lines |
0 comments
|
Download
|
 |
M |
media/video/picture.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+14 lines, -56 lines |
0 comments
|
Download
|
 |
M |
media/video/video_decode_accelerator.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
7 chunks |
+42 lines, -173 lines |
0 comments
|
Download
|
 |
M |
media/video/video_decode_accelerator.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ppapi/c/dev/pp_video_dev.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
3 chunks |
+53 lines, -135 lines |
0 comments
|
Download
|
 |
M |
ppapi/c/dev/ppb_video_decoder_dev.h
|
View
|
1
2
3
4
5
6
7
8
9
|
5 chunks |
+31 lines, -29 lines |
0 comments
|
Download
|
 |
M |
ppapi/c/dev/ppp_video_decoder_dev.h
|
View
|
1
2
3
4
5
6
|
4 chunks |
+8 lines, -6 lines |
0 comments
|
Download
|
 |
M |
ppapi/tests/arch_dependent_sizes_32.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ppapi/tests/arch_dependent_sizes_64.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
M |
webkit/plugins/ppapi/mock_plugin_delegate.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
webkit/plugins/ppapi/mock_plugin_delegate.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
webkit/plugins/ppapi/plugin_delegate.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
3 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webkit/plugins/ppapi/ppb_video_decoder_impl.h
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+20 lines, -16 lines |
0 comments
|
Download
|
 |
M |
webkit/plugins/ppapi/ppb_video_decoder_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
12 chunks |
+180 lines, -77 lines |
0 comments
|
Download
|
Total messages: 19 (0 generated)
|