HomeSort by relevance Sort by last modified time
    Searched defs:VideoCaptureAndroid (Results 1 - 4 of 4) 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 23 static jclass g_java_capturer_class = NULL; // VideoCaptureAndroid.class.
42 webrtc::videocapturemodule::VideoCaptureAndroid* captureModule =
43 reinterpret_cast<webrtc::videocapturemodule::VideoCaptureAndroid*>(
54 webrtc::videocapturemodule::VideoCaptureAndroid* captureModule =
55 reinterpret_cast<webrtc::videocapturemodule::VideoCaptureAndroid*>(
81 ats.env()->FindClass("org/webrtc/videoengine/VideoCaptureAndroid");
121 RefCountImpl<videocapturemodule::VideoCaptureAndroid>* implementation =
122 new RefCountImpl<videocapturemodule::VideoCaptureAndroid>(id);
130 int32_t VideoCaptureAndroid::OnIncomingFrame(uint8_t* videoFrame,
139 VideoCaptureAndroid::VideoCaptureAndroid(const int32_t id
    [all...]
  /external/chromium_org/media/base/android/java/src/org/chromium/media/
VideoCaptureAndroid.java 21 public class VideoCaptureAndroid extends VideoCapture {
80 private static final String TAG = "VideoCaptureAndroid";
144 VideoCaptureAndroid(Context context,
  /external/chromium_org/third_party/webrtc/modules/video_capture/android/java/src/org/webrtc/videoengine/
VideoCaptureAndroid.java 40 public class VideoCaptureAndroid implements PreviewCallback, Callback {
51 private final long native_capturer; // |VideoCaptureAndroid*| in C++.
67 VideoCaptureAndroid.localPreview = localPreview;
70 public VideoCaptureAndroid(int id, long native_capturer) {
77 final VideoCaptureAndroid self = this;
352 Log.d(TAG, "VideoCaptureAndroid::surfaceChanged ignored: " +
358 Log.d(TAG, "VideoCaptureAndroid::surfaceCreated");
376 Log.d(TAG, "VideoCaptureAndroid::surfaceDestroyed");

Completed in 813 milliseconds