Home
last modified time | relevance | path

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

/external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/
DVideoCapturerAndroidTestFixtures.java314 if (capturer.isCapturingToTexture()) { in cameraEventsInvoked()
335 if (capturer.isCapturingToTexture()) { in cameraCallsAfterStop()
394 if (capturer.isCapturingToTexture()) { in startStopWithDifferentResolutions()
400 if (capturer.isCapturingToTexture()) { in startStopWithDifferentResolutions()
459 if (capturer.isCapturingToTexture()) { in startWhileCameraIsAlreadyOpenAndCloseCamera()
500 if (capturer.isCapturingToTexture()) { in returnBufferLate()
509 if (capturer.isCapturingToTexture()) { in returnBufferLate()
553 assertTrue("Not capturing to textures.", capturer.isCapturingToTexture()); in cameraFreezedEventOnBufferStarvationUsingTextures()
569 if (capturer.isCapturingToTexture()) { in cameraFreezedEventOnBufferStarvationUsingTextures()
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
DVideoCapturerAndroid.java97 private final boolean isCapturingToTexture; field in VideoCapturerAndroid
313 public boolean isCapturingToTexture() { in isCapturingToTexture() method in VideoCapturerAndroid
314 return isCapturingToTexture; in isCapturingToTexture()
334 isCapturingToTexture = (sharedContext != null); in VideoCapturerAndroid()
337 if (isCapturingToTexture) { in VideoCapturerAndroid()
340 Logging.d(TAG, "VideoCapturerAndroid isCapturingToTexture : " + isCapturingToTexture); in VideoCapturerAndroid()
526 if (!isCapturingToTexture) { in startPreviewOnCameraThread()
555 if (!isCapturingToTexture) { in startPreviewOnCameraThread()