OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mTestCtx
(Results
1 - 6
of
6
) sorted by null
/external/drrickorang/LoopbackApp/app/src/main/cpp/lb2/
sound_system_echo.cpp
27
:
mTestCtx
(testCtx),
33
mTestCtx
->getFrameCount(),
34
mTestCtx
->getFrameSize(),
60
AudioBufferView<sample_t> buffer = mWriteCallback(
mTestCtx
->getFrameCount());
78
audio_utils_fifo_availToRead(&mFifo),
mTestCtx
->getChannelCount());
loopback_test.cpp
31
mTestCtx
(testCtx),
36
mTestCtx
->getFrameSize(),
50
AudioBuffer<sample_t> readBuffer(
mTestCtx
->createAudioBuffer());
58
// Note that we always read in
mTestCtx
->getFrameCount() chunks.
71
return framesRead *
mTestCtx
->getChannelCount();
88
//
mTestCtx
(testCtx),
155
mTestCtx
(testCtx) {
172
reinterpret_cast<char*>(
mTestCtx
->getByteBuffer().getData()),
173
mTestCtx
->getByteBuffer().getFrameCount(),
175
framesRead,
mTestCtx
->getChannelCount())
[
all
...]
sound_system_aaudio.h
46
const TestContext*
mTestCtx
;
loopback_test.h
54
TestContext*
mTestCtx
;
77
//LatencyTestContext*
mTestCtx
;
100
GlitchTestContext*
mTestCtx
;
sound_system_echo.h
50
const TestContext*
mTestCtx
;
sound_system_aaudio.cpp
238
const TestContext *
mTestCtx
;
272
mTestCtx
= testCtx;
343
const TestContext *
mTestCtx
;
373
mTestCtx
= testCtx;
380
if (mStream->getChannelCount() !=
mTestCtx
->getChannelCount()) {
382
mTestCtx
->getFrameCount(), mStream->getChannelCount()));
439
:
mTestCtx
(nullptr), mImpl(new Impl()) {
443
:
mTestCtx
(testCtx), mImpl(new Impl()) {
459
if (!
mTestCtx
) {
463
&& mImpl->recorder.init(
mTestCtx
)
[
all
...]
Completed in 1674 milliseconds