Searched refs:numCoupled (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 | 98 int numCoupled; in OpusDecoder() local 105 numCoupled = (channelCount == 2) ? 1 : 0; in OpusDecoder() 114 numCoupled = headerBytes[20] & 0xFF; in OpusDecoder() 131 nativeDecoderContext = opusInit(SAMPLE_RATE, channelCount, numStreams, numCoupled, gain, in OpusDecoder() 241 private native long opusInit(int sampleRate, int channelCount, int numStreams, int numCoupled, in opusInit() argument
|
/external/exoplayer/tree/extensions/opus/src/main/jni/ |
D | opus_jni.cc | 67 jint numStreams, jint numCoupled, jint gain, jbyteArray jStreamMap) { in DECODER_FUNC() argument 74 sampleRate, channelCount, numStreams, numCoupled, streamMap, &status); in DECODER_FUNC()
|