|
[Remoting Android] DisplayUpdaterFactory cleanups
This CL resolves comments in 2055143002 after CL being committed:
* Move Initialize() function to protocol::VideoRenderer interface
* Rename JniFrameConsumer to JniVideoRenderer
* Resolves other comments
BUG= 385924
Committed: https://crrev.com/9915862a79639f07174a2cfbc210d78389783501
Cr-Commit-Position: refs/heads/master@{#403263}
Total comments: 15
Total comments: 10
Total comments: 16
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+210 lines, -344 lines) |
Patch |
 |
M |
remoting/android/BUILD.gn
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
remoting/client/jni/chromoting_jni_instance.h
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
remoting/client/jni/chromoting_jni_instance.cc
|
View
|
|
3 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
remoting/client/jni/display_updater_factory.h
|
View
|
|
2 chunks |
+2 lines, -5 lines |
0 comments
|
Download
|
 |
M |
remoting/client/jni/jni_display_handler.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
remoting/client/jni/jni_display_handler.cc
|
View
|
|
2 chunks |
+4 lines, -4 lines |
2 comments
|
Download
|
 |
D |
remoting/client/jni/jni_frame_consumer.h
|
View
|
|
1 chunk |
+0 lines, -71 lines |
0 comments
|
Download
|
 |
D |
remoting/client/jni/jni_frame_consumer.cc
|
View
|
|
1 chunk |
+0 lines, -157 lines |
0 comments
|
Download
|
 |
M |
remoting/client/jni/jni_gl_display_handler.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
remoting/client/jni/jni_gl_display_handler.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
remoting/client/jni/jni_video_renderer.h
|
View
|
1
2
3
4
5
|
1 chunk |
+54 lines, -17 lines |
0 comments
|
Download
|
 |
A + |
remoting/client/jni/jni_video_renderer.cc
|
View
|
1
2
3
4
5
|
5 chunks |
+21 lines, -26 lines |
0 comments
|
Download
|
 |
M |
remoting/client/plugin/chromoting_instance.cc
|
View
|
1
2
|
1 chunk |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
remoting/client/plugin/pepper_video_renderer.h
|
View
|
1
2
|
1 chunk |
+4 lines, -6 lines |
0 comments
|
Download
|
 |
M |
remoting/client/plugin/pepper_video_renderer_2d.h
|
View
|
1
2
|
3 chunks |
+6 lines, -5 lines |
0 comments
|
Download
|
 |
M |
remoting/client/plugin/pepper_video_renderer_2d.cc
|
View
|
1
2
3
4
5
|
4 chunks |
+15 lines, -13 lines |
0 comments
|
Download
|
 |
M |
remoting/client/plugin/pepper_video_renderer_3d.h
|
View
|
1
2
3
4
5
|
2 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
remoting/client/plugin/pepper_video_renderer_3d.cc
|
View
|
1
2
3
4
5
|
4 chunks |
+25 lines, -21 lines |
0 comments
|
Download
|
 |
M |
remoting/client/software_video_renderer.h
|
View
|
1
2
3
4
5
|
3 chunks |
+10 lines, -1 line |
0 comments
|
Download
|
 |
M |
remoting/client/software_video_renderer.cc
|
View
|
1
2
|
3 chunks |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
M |
remoting/protocol/fake_video_renderer.h
|
View
|
1
2
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
remoting/protocol/fake_video_renderer.cc
|
View
|
1
2
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
remoting/protocol/video_renderer.h
|
View
|
1
2
3
4
5
|
2 chunks |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
remoting/test/protocol_perftest.cc
|
View
|
1
2
3
4
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
remoting/test/test_video_renderer.h
|
View
|
1
2
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
remoting/test/test_video_renderer.cc
|
View
|
1
2
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
Total messages: 32 (11 generated)
|