Home
last modified time | relevance | path

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

/external/webrtc/webrtc/voice_engine/test/auto_test/
Dvoe_output_test.cc51 class VoEOutputCheckMediaProcess : public VoEMediaProcess { class in voetest::OutputTest
53 VoEOutputCheckMediaProcess(int16_t lower_bound, int16_t upper_bound);
70 VoEOutputCheckMediaProcess output_checker_;
142 OutputTest::VoEOutputCheckMediaProcess::VoEOutputCheckMediaProcess( in VoEOutputCheckMediaProcess() function in voetest::OutputTest::VoEOutputCheckMediaProcess
148 void OutputTest::VoEOutputCheckMediaProcess::Process(int channel, in Process()