Searched refs:onByteBufferFrameCaptured (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/ |
D | VideoCapturerAndroid.java | 691 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/ |
D | VideoCapturerAndroidTestFixtures.java | 122 public void onByteBufferFrameCaptured(byte[] frame, int width, int height, int rotation, in onByteBufferFrameCaptured() method in VideoCapturerAndroidTestFixtures.FakeCapturerObserver
|