Searched refs:shutdownException (Results 1 – 2 of 2) sorted by relevance
87 @Nullable private volatile Exception shutdownException; field in AndroidVideoDecoder344 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;
165 @Nullable private volatile Exception shutdownException; field in HardwareVideoEncoder299 } else if (shutdownException != null) { in release()301 Logging.e(TAG, "Media encoder release exception", shutdownException); in release()625 shutdownException = e;