Home
last modified time | relevance | path

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

/external/drrickorang/LoopbackApp/app/src/main/cpp/lb2/
Dloopback2.cpp46 int byteBufferLength, short* loopbackTone, int /*maxRecordedLateCallbacks*/, in lb2Init() argument
61 reinterpret_cast<sample_t*>(byteBufferPtr), byteBufferLength, CHANNEL_COUNT); in lb2Init()
Dloopback2.h30 int testType, double frequency1, char* byteBufferPtr, int byteBufferLength,
/external/drrickorang/LoopbackApp/app/src/main/cpp/
Dsles.cpp38 int testType, double frequency1, char* byteBufferPtr, int byteBufferLength,
57 int testType, double frequency1, char* byteBufferPtr, int byteBufferLength, in slesInit() argument
74 frequency1, byteBufferPtr, byteBufferLength, loopbackTone, in slesInit()
158 ssize_t actual = byteBuffer_write(pSles->byteBufferPtr, pSles->byteBufferLength, in recorderCallback()
437 int testType, double frequency1, char *byteBufferPtr, int byteBufferLength, in slesCreateServer() argument
584 pSles->byteBufferLength = byteBufferLength; in slesCreateServer()
Dloopback_sles.h30 int testType, double frequency1, char* byteBufferPtr, int byteBufferLength,
Dloopback.h61 int testType, double frequency1, char* byteBufferPtr, int byteBufferLength,
Dsles.h98 int byteBufferLength; member
Djni_native.c76 int byteBufferLength = (*env)->GetDirectBufferCapacity(env, byteBuffer); in Java_org_drrickorang_loopback_NativeAudioThread_nativeInit() local
82 testType, frequency1, byteBufferPtr, byteBufferLength, in Java_org_drrickorang_loopback_NativeAudioThread_nativeInit()