Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(363)

Unified Diff: webrtc/sdk/android/src/jni/classreferenceholder.cc

Issue 3003873002: Bindings for injectable Java video encoders. (Closed)
Patch Set: Fix tests Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/sdk/android/src/jni/DEPS ('k') | webrtc/sdk/android/src/jni/jni_helpers.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/sdk/android/src/jni/classreferenceholder.cc
diff --git a/webrtc/sdk/android/src/jni/classreferenceholder.cc b/webrtc/sdk/android/src/jni/classreferenceholder.cc
index c79f936ff57109d30079624440635b2c3f52fa29..7648798f0dfc29ba5208f7017bffbc68053192e9 100644
--- a/webrtc/sdk/android/src/jni/classreferenceholder.cc
+++ b/webrtc/sdk/android/src/jni/classreferenceholder.cc
@@ -106,9 +106,16 @@ ClassReferenceHolder::ClassReferenceHolder(JNIEnv* jni) {
LoadClass(jni, "org/webrtc/StatsReport$Value");
LoadClass(jni, "org/webrtc/SurfaceTextureHelper");
LoadClass(jni, "org/webrtc/VideoCapturer");
+ LoadClass(jni, "org/webrtc/VideoCodecInfo");
LoadClass(jni, "org/webrtc/VideoCodecStatus");
LoadClass(jni, "org/webrtc/VideoDecoder$Settings");
LoadClass(jni, "org/webrtc/VideoDecoderWrapperCallback");
+ LoadClass(jni, "org/webrtc/VideoEncoder");
+ LoadClass(jni, "org/webrtc/VideoEncoder$BitrateAllocation");
+ LoadClass(jni, "org/webrtc/VideoEncoder$EncodeInfo");
+ LoadClass(jni, "org/webrtc/VideoEncoder$ScalingSettings");
+ LoadClass(jni, "org/webrtc/VideoEncoder$Settings");
+ LoadClass(jni, "org/webrtc/VideoEncoderWrapperCallback");
LoadClass(jni, "org/webrtc/VideoFrame");
LoadClass(jni, "org/webrtc/VideoFrame$Buffer");
LoadClass(jni, "org/webrtc/VideoFrame$I420Buffer");
« no previous file with comments | « webrtc/sdk/android/src/jni/DEPS ('k') | webrtc/sdk/android/src/jni/jni_helpers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698