Searched refs:opusDecode (Results 1 – 2 of 2) sorted by relevance
/external/exoplayer/tree/extensions/opus/src/main/java/com/google/android/exoplayer2/ext/opus/ |
D | OpusDecoder.java | 176 : opusDecode(nativeDecoderContext, inputBuffer.timeUs, inputData, inputData.limit(), in decode() 243 private native int opusDecode(long decoder, long timeUs, ByteBuffer inputBuffer, int inputSize, in opusDecode() method in OpusDecoder
|
/external/exoplayer/tree/extensions/opus/src/main/jni/ |
D | opus_jni.cc | 95 DECODER_FUNC(jint, opusDecode, jlong jDecoder, jlong jTimeUs, in DECODER_FUNC() argument
|