HomeSort by relevance Sort by last modified time
    Searched defs:LoopbackTest (Results 1 - 3 of 3) sorted by null

  /external/drrickorang/LoopbackApp/app/src/main/cpp/lb2/
loopback_test.cpp 26 constexpr size_t LoopbackTest::COLLECTION_PERIOD_MS;
28 LoopbackTest::LoopbackTest(SoundSystem* soundSys, TestContext* testCtx) :
40 LoopbackTest::~LoopbackTest() {
44 bool LoopbackTest::init() {
48 int LoopbackTest::collectRecording(AudioBufferView<double> buffer) {
74 void LoopbackTest::receiveRecording(size_t framesRead) {
87 : LoopbackTest(soundSys, testCtx),
102 if (!LoopbackTest::init()) return false
    [all...]
loopback_test.h 32 class LoopbackTest {
34 LoopbackTest(SoundSystem* soundSys, TestContext* testCtx);
35 LoopbackTest(const LoopbackTest&) = delete;
36 LoopbackTest& operator=(const LoopbackTest&) = delete;
37 virtual ~LoopbackTest();
63 class LatencyTest : public LoopbackTest {
88 class GlitchTest : public LoopbackTest {
  /external/webrtc/webrtc/tools/loopback_test/
loopback_test.js 11 // LoopbackTest establish a one way loopback call between 2 peer connections
17 // var test = new LoopbackTest(stream, callDurationMs,
25 function LoopbackTest(
89 // Run the actual LoopbackTest.

Completed in 456 milliseconds