Home
last modified time | relevance | path

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

/external/webrtc/webrtc/voice_engine/test/cmd_test/
Dvoe_cmd_test.cc56 VoiceEngine* m_voe = NULL; variable
129 m_voe = VoiceEngine::Create(); in main()
130 base1 = VoEBase::GetInterface(m_voe); in main()
131 codec = VoECodec::GetInterface(m_voe); in main()
132 apm = VoEAudioProcessing::GetInterface(m_voe); in main()
133 volume = VoEVolumeControl::GetInterface(m_voe); in main()
134 dtmf = VoEDtmf::GetInterface(m_voe); in main()
135 rtp_rtcp = VoERTP_RTCP::GetInterface(m_voe); in main()
136 netw = VoENetwork::GetInterface(m_voe); in main()
137 file = VoEFile::GetInterface(m_voe); in main()
[all …]