Home
last modified time | relevance | path

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

/external/webrtc/sdk/android/src/java/org/webrtc/
DAndroidVideoDecoder.java87 @Nullable private volatile Exception shutdownException; field in AndroidVideoDecoder
344 if (shutdownException != null) { in releaseInternal()
347 Logging.e(TAG, "Media decoder release error", new RuntimeException(shutdownException)); in releaseInternal()
348 shutdownException = null; in releaseInternal()
644 shutdownException = e;
652 shutdownException = e;
DHardwareVideoEncoder.java165 @Nullable private volatile Exception shutdownException; field in HardwareVideoEncoder
299 } else if (shutdownException != null) { in release()
301 Logging.e(TAG, "Media encoder release exception", shutdownException); in release()
625 shutdownException = e;