Home
last modified time | relevance | path

Searched refs:mTestCtx (Results 1 – 6 of 6) sorted by relevance

/external/drrickorang/LoopbackApp/app/src/main/cpp/lb2/
Dloopback_test.cpp31 mTestCtx(testCtx), in LoopbackTest()
36 mTestCtx->getFrameSize(), in LoopbackTest()
50 AudioBuffer<sample_t> readBuffer(mTestCtx->createAudioBuffer()); in collectRecording()
71 return framesRead * mTestCtx->getChannelCount(); in collectRecording()
155 mTestCtx(testCtx) { in GlitchTest()
172 reinterpret_cast<char*>(mTestCtx->getByteBuffer().getData()), in writeCallback()
173 mTestCtx->getByteBuffer().getFrameCount(), in writeCallback()
175 framesRead, mTestCtx->getChannelCount()); in writeCallback()
183 return mTestCtx->getNextImpulse(expectedFrames); in writeCallback()
Dsound_system_echo.cpp27 : mTestCtx(testCtx), in SoundSystemEcho()
33 mTestCtx->getFrameCount(), in SoundSystemEcho()
34 mTestCtx->getFrameSize(), in SoundSystemEcho()
60 AudioBufferView<sample_t> buffer = mWriteCallback(mTestCtx->getFrameCount()); in threadLoop()
78 audio_utils_fifo_availToRead(&mFifo), mTestCtx->getChannelCount()); in drainInput()
Dsound_system_aaudio.cpp238 const TestContext *mTestCtx; member in __anone5ffb4860111::Player
272 mTestCtx = testCtx; in init()
343 const TestContext *mTestCtx; member in __anone5ffb4860111::Recorder
373 mTestCtx = testCtx; in init()
380 if (mStream->getChannelCount() != mTestCtx->getChannelCount()) { in init()
382 mTestCtx->getFrameCount(), mStream->getChannelCount())); in init()
439 : mTestCtx(nullptr), mImpl(new Impl()) { in SoundSystemAAudio()
443 : mTestCtx(testCtx), mImpl(new Impl()) { in SoundSystemAAudio()
459 if (!mTestCtx) { in init()
463 && mImpl->recorder.init(mTestCtx) in init()
[all …]
Dloopback_test.h54 TestContext* mTestCtx; variable
100 GlitchTestContext* mTestCtx; variable
Dsound_system_aaudio.h46 const TestContext* mTestCtx; variable
Dsound_system_echo.h50 const TestContext* mTestCtx; variable