Home
last modified time | relevance | path

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

/development/ndk/platforms/android-9/samples/native-audio/jni/
Dnative-audio-jni.c91 static short sawtoothBuffer[SAWTOOTH_FRAMES]; variable
110 sawtoothBuffer[i] = 32768 - ((i % 100) * 660); in onDlOpen()
530 nextBuffer = sawtoothBuffer; in Java_com_example_nativeaudio_NativeAudio_selectClip()
531 nextSize = sizeof(sawtoothBuffer); in Java_com_example_nativeaudio_NativeAudio_selectClip()