|
Rename PPAPI Video Stream APIs.
PP_VideoFrame -> PP_VideoFrame_Private
PPB_VideoReader -> PPB_VideoSource_Private
PPB_VideoWriter -> PPB_VideoDestination_Private
IDL, .h and C++ wrapper files are now in /private subdirectories.
Renamed some methods to fit the API names better.
Changed the Source Open method's stream_id param to [in].
BUG= 230980
TEST=none
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=196595
Total comments: 3
Total comments: 5
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+520 lines, -1360 lines) |
Patch |
 |
D |
ppapi/api/pp_video_frame.idl
|
View
|
|
1 chunk |
+0 lines, -34 lines |
0 comments
|
Download
|
 |
D |
ppapi/api/ppb_video_reader.idl
|
View
|
|
1 chunk |
+0 lines, -89 lines |
0 comments
|
Download
|
 |
D |
ppapi/api/ppb_video_writer.idl
|
View
|
|
1 chunk |
+0 lines, -89 lines |
0 comments
|
Download
|
 |
A + |
ppapi/api/private/pp_video_frame_private.idl
|
View
|
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
A + |
ppapi/api/private/ppb_video_destination_private.idl
|
View
|
1
2
3
|
3 chunks |
+45 lines, -39 lines |
0 comments
|
Download
|
 |
A + |
ppapi/api/private/ppb_video_source_private.idl
|
View
|
1
2
3
|
3 chunks |
+43 lines, -40 lines |
0 comments
|
Download
|
 |
D |
ppapi/c/pp_video_frame.h
|
View
|
|
1 chunk |
+0 lines, -53 lines |
0 comments
|
Download
|
 |
D |
ppapi/c/ppb_video_reader.h
|
View
|
|
1 chunk |
+0 lines, -112 lines |
0 comments
|
Download
|
 |
D |
ppapi/c/ppb_video_writer.h
|
View
|
|
1 chunk |
+0 lines, -111 lines |
0 comments
|
Download
|
 |
A + |
ppapi/c/private/pp_video_frame_private.h
|
View
|
|
3 chunks |
+9 lines, -7 lines |
0 comments
|
Download
|
 |
A + |
ppapi/c/private/ppb_video_destination_private.h
|
View
|
1
2
3
|
3 chunks |
+57 lines, -46 lines |
0 comments
|
Download
|
 |
A + |
ppapi/c/private/ppb_video_source_private.h
|
View
|
1
2
3
|
3 chunks |
+53 lines, -48 lines |
0 comments
|
Download
|
 |
A + |
ppapi/cpp/private/video_destination_private.h
|
View
|
1
2
3
|
2 chunks |
+51 lines, -34 lines |
0 comments
|
Download
|
 |
A + |
ppapi/cpp/private/video_destination_private.cc
|
View
|
1
2
3
|
1 chunk |
+29 lines, -24 lines |
0 comments
|
Download
|
 |
A + |
ppapi/cpp/private/video_frame_private.h
|
View
|
1
2
|
3 chunks |
+34 lines, -31 lines |
0 comments
|
Download
|
 |
A + |
ppapi/cpp/private/video_frame_private.cc
|
View
|
|
1 chunk |
+11 lines, -9 lines |
0 comments
|
Download
|
 |
A + |
ppapi/cpp/private/video_source_private.h
|
View
|
1
2
3
|
2 chunks |
+44 lines, -30 lines |
0 comments
|
Download
|
 |
A + |
ppapi/cpp/private/video_source_private.cc
|
View
|
1
2
3
|
1 chunk |
+23 lines, -25 lines |
0 comments
|
Download
|
 |
D |
ppapi/cpp/video_frame.h
|
View
|
|
1 chunk |
+0 lines, -93 lines |
0 comments
|
Download
|
 |
D |
ppapi/cpp/video_frame.cc
|
View
|
|
1 chunk |
+0 lines, -47 lines |
0 comments
|
Download
|
 |
D |
ppapi/cpp/video_reader.h
|
View
|
|
1 chunk |
+0 lines, -70 lines |
0 comments
|
Download
|
 |
D |
ppapi/cpp/video_reader.cc
|
View
|
|
1 chunk |
+0 lines, -73 lines |
0 comments
|
Download
|
 |
D |
ppapi/cpp/video_writer.h
|
View
|
|
1 chunk |
+0 lines, -69 lines |
0 comments
|
Download
|
 |
D |
ppapi/cpp/video_writer.cc
|
View
|
|
1 chunk |
+0 lines, -71 lines |
0 comments
|
Download
|
 |
M |
ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c
|
View
|
1
2
3
|
12 chunks |
+102 lines, -102 lines |
0 comments
|
Download
|
 |
M |
ppapi/ppapi_sources.gypi
|
View
|
|
4 chunks |
+9 lines, -6 lines |
0 comments
|
Download
|
 |
M |
ppapi/tests/all_c_includes.h
|
View
|
|
4 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ppapi/tests/all_cpp_includes.h
|
View
|
1
2
3
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
Total messages: 17 (0 generated)
|