/external/drrickorang/LoopbackApp/app/src/main/cpp/lb2/ |
D | loopback2.cpp | 45 int performanceMode, int testType, double frequency1, char* byteBufferPtr, in lb2Init() argument 64 CHANNEL_COUNT, samplingRate, frequency1, std::move(byteBuffer))); in lb2Init()
|
D | loopback2.h | 30 int testType, double frequency1, char* byteBufferPtr, int byteBufferLength,
|
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/ |
D | LoopbackAudioThread.java | 135 final double frequency1 = Constant.PRIME_FREQUENCY_1; in run() local 138 ToneGeneration toneGeneration = new SineWaveTone(mSamplingRate, frequency1); in run() 142 mRecorderBufferPeriod, mTestType, frequency1, frequency2, in run()
|
D | GlitchDetectionThread.java | 71 GlitchDetectionThread(double frequency1, double frequency2, int samplingRate, in GlitchDetectionThread() argument 75 mFrequency1 = frequency1; in GlitchDetectionThread()
|
D | RecorderRunnable.java | 90 BufferPeriod recorderBufferPeriod, int testType, double frequency1, in RecorderRunnable() argument 102 mFrequency1 = frequency1; in RecorderRunnable()
|
D | NativeAudioThread.java | 169 int testType, double frequency1, ByteBuffer byteBuffer, in nativeInit() argument
|
/external/drrickorang/LoopbackApp/app/src/main/cpp/ |
D | sles.cpp | 38 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() 285 double phaseIncrement = pSles->frequency1 / pSles->sampleRate; in playerCallback() 437 int testType, double frequency1, char *byteBufferPtr, int byteBufferLength, in slesCreateServer() argument 580 pSles->frequency1 = frequency1; in slesCreateServer()
|
D | loopback_sles.h | 30 int testType, double frequency1, char* byteBufferPtr, int byteBufferLength,
|
D | loopback.h | 61 int testType, double frequency1, char* byteBufferPtr, int byteBufferLength,
|
D | sles.h | 94 double frequency1; member
|
D | jni_native.c | 60 jint testType, jdouble frequency1, jobject byteBuffer, jshortArray loopbackTone, in Java_org_drrickorang_loopback_NativeAudioThread_nativeInit() argument 82 testType, frequency1, byteBufferPtr, byteBufferLength, in Java_org_drrickorang_loopback_NativeAudioThread_nativeInit()
|