Searched refs:nextSize (Results 1 – 1 of 1) sorted by relevance
101 static unsigned nextSize; variable121 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 …]