HomeSort by relevance Sort by last modified time
    Searched refs:VideoCaptureAndroid (Results 1 - 6 of 6) 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/
VideoCaptureFactory.java 19 * The static createVideoCapture() returns either a "normal" VideoCaptureAndroid
166 return new VideoCaptureAndroid(context, id,
176 VideoCaptureAndroid.getDeviceSupportedFormats(id);
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");
  /external/chromium_org/third_party/webrtc/examples/android/media_demo/src/org/webrtc/webrtcdemo/
MediaEngine.java 14 import org.webrtc.videoengine.VideoCaptureAndroid;
609 VideoCaptureAndroid.setLocalPreview(svLocal.getHolder());

Completed in 320 milliseconds