Home
last modified time | relevance | path

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

/development/ndk/platforms/android-9/samples/native-audio/jni/
Dnative-audio-jni.c101 static unsigned nextSize; variable
121 if (--nextCount > 0 && NULL != nextBuffer && 0 != nextSize) { in bqPlayerCallback()
124 result = (*bqPlayerBufferQueue)->Enqueue(bqPlayerBufferQueue, nextBuffer, nextSize); in bqPlayerCallback()
519 nextSize = 0; in Java_com_example_nativeaudio_NativeAudio_selectClip()
523 nextSize = sizeof(hello); in Java_com_example_nativeaudio_NativeAudio_selectClip()
527 nextSize = sizeof(android); in Java_com_example_nativeaudio_NativeAudio_selectClip()
531 nextSize = sizeof(sawtoothBuffer); in Java_com_example_nativeaudio_NativeAudio_selectClip()
544 nextSize = recorderSize; in Java_com_example_nativeaudio_NativeAudio_selectClip()
548 nextSize = 0; in Java_com_example_nativeaudio_NativeAudio_selectClip()
552 if (nextSize > 0) { in Java_com_example_nativeaudio_NativeAudio_selectClip()
[all …]