Home
last modified time | relevance | path

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

/external/drrickorang/LoopbackApp/app/src/main/cpp/lb2/
Dloopback2.cpp45 int performanceMode, int testType, double frequency1, char* byteBufferPtr, in lb2Init() argument
64 CHANNEL_COUNT, samplingRate, frequency1, std::move(byteBuffer))); in lb2Init()
Dloopback2.h30 int testType, double frequency1, char* byteBufferPtr, int byteBufferLength,
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
DLoopbackAudioThread.java135 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()
DGlitchDetectionThread.java71 GlitchDetectionThread(double frequency1, double frequency2, int samplingRate, in GlitchDetectionThread() argument
75 mFrequency1 = frequency1; in GlitchDetectionThread()
DRecorderRunnable.java90 BufferPeriod recorderBufferPeriod, int testType, double frequency1, in RecorderRunnable() argument
102 mFrequency1 = frequency1; in RecorderRunnable()
DNativeAudioThread.java169 int testType, double frequency1, ByteBuffer byteBuffer, in nativeInit() argument
/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()
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()
Dloopback_sles.h30 int testType, double frequency1, char* byteBufferPtr, int byteBufferLength,
Dloopback.h61 int testType, double frequency1, char* byteBufferPtr, int byteBufferLength,
Dsles.h94 double frequency1; member
Djni_native.c60 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()