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

  /external/drrickorang/LoopbackApp/app/src/main/cpp/lb2/
sound_system_aaudio.cpp 37 int getSamplingRateHz();
66 int Stream::getSamplingRateHz() {
263 *samplingRate = mStream->getSamplingRateHz();
277 builder->setSampleRate(testCtx->getSamplingRateHz());
366 *samplingRate = mStream->getSamplingRateHz();
377 builder->setSampleRate(testCtx->getSamplingRateHz());
sound_system_echo.cpp 44 return wholeMultiplier(MS_PER_SECOND * testCtx->getFrameCount(), testCtx->getSamplingRateHz());
test_context.h 56 int getSamplingRateHz() const { return mSamplingRateHz; }
loopback_test.cpp 92 testCtx->getSamplingRateHz() * INITIAL_SILENCE_MS, MS_PER_SECOND)),

Completed in 72 milliseconds