HomeSort by relevance Sort by last modified time
    Searched refs:VideoCaptureAndroid (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/webrtc/modules/video_capture/android/
video_capture_android.h 22 class VideoCaptureAndroid : public VideoCaptureImpl {
24 VideoCaptureAndroid(const int32_t id);
38 virtual ~VideoCaptureAndroid();
41 jobject _jCapturer; // Global ref to Java VideoCaptureAndroid object.
video_capture_android.cc 22 static jclass g_java_capturer_class = NULL; // VideoCaptureAndroid.class.
40 webrtc::videocapturemodule::VideoCaptureAndroid* captureModule =
41 reinterpret_cast<webrtc::videocapturemodule::VideoCaptureAndroid*>(
52 webrtc::videocapturemodule::VideoCaptureAndroid* captureModule =
53 reinterpret_cast<webrtc::videocapturemodule::VideoCaptureAndroid*>(
79 ats.env()->FindClass("org/webrtc/videoengine/VideoCaptureAndroid");
119 RefCountImpl<videocapturemodule::VideoCaptureAndroid>* implementation =
120 new RefCountImpl<videocapturemodule::VideoCaptureAndroid>(id);
128 int32_t VideoCaptureAndroid::OnIncomingFrame(uint8_t* videoFrame,
135 VideoCaptureAndroid::VideoCaptureAndroid(const int32_t id
    [all...]
  /external/chromium_org/media/base/android/java/src/org/chromium/media/
VideoCaptureFactory.java 20 * The static createVideoCapture() returns either a "normal" VideoCaptureAndroid
165 return new VideoCaptureAndroid(context, id,
175 VideoCaptureAndroid.getDeviceSupportedFormats(id);
VideoCaptureAndroid.java 22 public class VideoCaptureAndroid extends VideoCapture {
81 private static final String TAG = "VideoCaptureAndroid";
145 VideoCaptureAndroid(Context context,
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/android/
Android.mk 25 $(MY_CAPTURE_PATH)/VideoCaptureAndroid.java \
  /external/chromium_org/third_party/webrtc/modules/video_capture/android/java/src/org/webrtc/videoengine/
VideoCaptureAndroid.java 42 public class VideoCaptureAndroid implements PreviewCallback, Callback {
52 private final long native_capturer; // |VideoCaptureAndroid*| in C++.
64 VideoCaptureAndroid.localPreview = localPreview;
67 public VideoCaptureAndroid(int id, long native_capturer) {
74 final VideoCaptureAndroid self = this;
308 Log.d(TAG, "VideoCaptureAndroid::surfaceChanged ignored: " +
314 Log.d(TAG, "VideoCaptureAndroid::surfaceCreated");
332 Log.d(TAG, "VideoCaptureAndroid::surfaceDestroyed");
  /external/chromium_org/third_party/webrtc/examples/android/media_demo/src/org/webrtc/webrtcdemo/
MediaEngine.java 14 import org.webrtc.videoengine.VideoCaptureAndroid;
601 VideoCaptureAndroid.setLocalPreview(svLocal.getHolder());

Completed in 146 milliseconds