HomeSort by relevance Sort by last modified time
    Searched refs:frequency1 (Results 1 - 11 of 11) sorted by null

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

Completed in 1335 milliseconds