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

Unified Diff: device/capture/video/android/java/src/org/chromium/device/VideoCapture.java

Issue 2214533002: move //media/capture to //device/capture (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
Index: device/capture/video/android/java/src/org/chromium/device/VideoCapture.java
diff --git a/media/capture/video/android/java/src/org/chromium/media/VideoCapture.java b/device/capture/video/android/java/src/org/chromium/device/VideoCapture.java
similarity index 98%
rename from media/capture/video/android/java/src/org/chromium/media/VideoCapture.java
rename to device/capture/video/android/java/src/org/chromium/device/VideoCapture.java
index 71a8bb17ec975a9137344a2b0c8c0b5545b79b0f..3500596e3b50e59140535c0d4720331aac9f9eb3 100644
--- a/media/capture/video/android/java/src/org/chromium/media/VideoCapture.java
+++ b/device/capture/video/android/java/src/org/chromium/device/VideoCapture.java
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-package org.chromium.media;
+package org.chromium.device;
import android.content.Context;
import android.graphics.ImageFormat;
@@ -19,7 +19,7 @@ import java.nio.ByteBuffer;
* needs to use to configure, start capture, and to be reached by callbacks and
* provides some neccesary data type(s) with accessors.
**/
-@JNINamespace("media")
+@JNINamespace("device")
public abstract class VideoCapture {
// The angle (0, 90, 180, 270) that the image needs to be rotated to show in
// the display's native orientation.

Powered by Google App Engine
This is Rietveld 408576698