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

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

Issue 3009613002: Android: Replace webrtc_jni namespace with nested jni namespace (Closed)
Patch Set: Rebase 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/videofilerenderer_jni.cc ('k') | webrtc/sdk/android/src/jni/videotrack_jni.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/sdk/android/src/jni/videoframe_jni.cc
diff --git a/webrtc/sdk/android/src/jni/videoframe_jni.cc b/webrtc/sdk/android/src/jni/videoframe_jni.cc
index d761fb954b5a025db4a07d90eaea7ede2b97efaa..f6ba46fb3d919f2cf8f29a930cd408e9c802365e 100644
--- a/webrtc/sdk/android/src/jni/videoframe_jni.cc
+++ b/webrtc/sdk/android/src/jni/videoframe_jni.cc
@@ -14,7 +14,8 @@
#include "webrtc/rtc_base/checks.h"
-namespace webrtc_jni {
+namespace webrtc {
+namespace jni {
extern "C" JNIEXPORT void JNICALL
Java_org_webrtc_VideoFrame_nativeCropAndScaleI420(JNIEnv* jni,
@@ -59,4 +60,5 @@ Java_org_webrtc_VideoFrame_nativeCropAndScaleI420(JNIEnv* jni,
RTC_DCHECK_EQ(ret, 0) << "I420Scale failed";
}
-} // namespace webrtc_jni
+} // namespace jni
+} // namespace webrtc
« no previous file with comments | « webrtc/sdk/android/src/jni/videofilerenderer_jni.cc ('k') | webrtc/sdk/android/src/jni/videotrack_jni.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698