Searched defs:nativeCapturer (Results 1 – 2 of 2) sorted by relevance
749 private final long nativeCapturer; field in VideoCapturerAndroid.NativeObserver751 public NativeObserver(long nativeCapturer) { in NativeObserver()780 private native void nativeCapturerStarted(long nativeCapturer, in nativeCapturerStarted()782 private native void nativeOnByteBufferFrameCaptured(long nativeCapturer, in nativeOnByteBufferFrameCaptured()784 private native void nativeOnTextureFrameCaptured(long nativeCapturer, int width, int height, in nativeOnTextureFrameCaptured()786 private native void nativeOnOutputFormatRequest(long nativeCapturer, in nativeOnOutputFormatRequest()
45 protected void setNativeCapturer(long nativeCapturer) { in setNativeCapturer()