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

Unified Diff: media/capture/video/android/java/src/org/chromium/media/VideoCaptureFormat.java

Issue 1714913002: Reland: Move VideoCapture* files from media/base/android/... to media/capture/video/android/java/... (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gyp-gn files and added a capture_jni_registrar Created 4 years, 10 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
Index: media/capture/video/android/java/src/org/chromium/media/VideoCaptureFormat.java
diff --git a/media/base/android/java/src/org/chromium/media/VideoCaptureFormat.java b/media/capture/video/android/java/src/org/chromium/media/VideoCaptureFormat.java
similarity index 87%
rename from media/base/android/java/src/org/chromium/media/VideoCaptureFormat.java
rename to media/capture/video/android/java/src/org/chromium/media/VideoCaptureFormat.java
index 6eb3f78bd4dfb9f61b097fefebf853963c3abd81..a875843758deef4dcf95838d8cb984b2d4ecea39 100644
--- a/media/base/android/java/src/org/chromium/media/VideoCaptureFormat.java
+++ b/media/capture/video/android/java/src/org/chromium/media/VideoCaptureFormat.java
@@ -10,8 +10,7 @@ class VideoCaptureFormat {
final int mFramerate;
final int mPixelFormat;
- public VideoCaptureFormat(
- int width, int height, int framerate, int pixelformat) {
+ public VideoCaptureFormat(int width, int height, int framerate, int pixelformat) {
mWidth = width;
mHeight = height;
mFramerate = framerate;

Powered by Google App Engine
This is Rietveld 408576698