HomeSort by relevance Sort by last modified time
    Searched refs:sawtooth (Results 1 - 2 of 2) sorted by null

  /frameworks/wilhelm/tests/sandbox/
intbufq.c 63 frame_t sawtooth[SAWTOOTH_FRAMES]; variable
161 sawtooth[i].left = ((((int) (i % (unsigned) (sr / hz))) - 50) / 100.0) * 60000.0 - 30000.0;
162 sawtooth[i].right = sawtooth[i].left;
166 half[i].right = sawtooth[i].right / 2;
213 buffer = sawtooth;
214 size = sizeof(sawtooth);
  /development/ndk/platforms/android-9/samples/native-audio/src/com/example/nativeaudio/
NativeAudio.java 98 ((Button) findViewById(R.id.sawtooth)).setOnClickListener(new OnClickListener() {

Completed in 112 milliseconds