Searched refs:isCapturingToTexture (Results 1 – 2 of 2) sorted by relevance
314 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()
97 private final boolean isCapturingToTexture; field in VideoCapturerAndroid313 public boolean isCapturingToTexture() { in isCapturingToTexture() method in VideoCapturerAndroid314 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()