Searched refs:opusGetErrorMessage (Results 1 – 2 of 2) sorted by relevance
180 String message = "Drm error: " + opusGetErrorMessage(nativeDecoderContext); in decode()185 return new OpusDecoderException("Decode error: " + opusGetErrorMessage(result)); in decode()264 private native String opusGetErrorMessage(long decoder); in opusGetErrorMessage() method in OpusDecoder
149 DECODER_FUNC(jstring, opusGetErrorMessage, jlong jContext) { in DECODER_FUNC() argument