Home
last modified time | relevance | path

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

/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
DLoopbackAudioThread.java95 BufferPeriod playerBufferPeriod, int testType, in LoopbackAudioThread() argument
104 mPlayerBufferPeriod = playerBufferPeriod; in LoopbackAudioThread()
DLoopbackActivity.java1031 BufferPeriod playerBufferPeriod) { in resetBufferPeriodRecord() argument
1033 playerBufferPeriod.resetRecord(); in resetBufferPeriodRecord()
/external/drrickorang/LoopbackApp/app/src/main/cpp/
Djni_native.c165 int* playerBufferPeriod = pInstance->methods->getPlayerBufferPeriod(pInstance->context); in Java_org_drrickorang_loopback_NativeAudioThread_nativeGetPlayerBufferPeriod() local
168 (*env)->SetIntArrayRegion(env, result, 0, RANGE, playerBufferPeriod); in Java_org_drrickorang_loopback_NativeAudioThread_nativeGetPlayerBufferPeriod()