Home
last modified time | relevance | path

Searched refs:onByteBufferFrameCaptured (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
DVideoCapturerAndroid.java691 frameObserver.onByteBufferFrameCaptured(data, captureFormat.width, captureFormat.height, in onPreviewFrame()
731 abstract void onByteBufferFrameCaptured(byte[] data, int width, int height, int rotation, in onByteBufferFrameCaptured() method
761 public void onByteBufferFrameCaptured(byte[] data, int width, int height, in onByteBufferFrameCaptured() method in VideoCapturerAndroid.NativeObserver
/external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/
DVideoCapturerAndroidTestFixtures.java122 public void onByteBufferFrameCaptured(byte[] frame, int width, int height, int rotation, in onByteBufferFrameCaptured() method in VideoCapturerAndroidTestFixtures.FakeCapturerObserver