Home
last modified time | relevance | path

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

/external/webrtc/webrtc/test/channel_transport/
Dchannel_transport.cc29 VoiceChannelTransport::VoiceChannelTransport(VoENetwork* voe_network, in VoiceChannelTransport() function in webrtc::test::VoiceChannelTransport
44 VoiceChannelTransport::~VoiceChannelTransport() { in ~VoiceChannelTransport()
49 void VoiceChannelTransport::IncomingRTPPacket( in IncomingRTPPacket()
58 void VoiceChannelTransport::IncomingRTCPPacket( in IncomingRTCPPacket()
67 int VoiceChannelTransport::SetLocalReceiver(uint16_t rtp_port) { in SetLocalReceiver()
77 int VoiceChannelTransport::SetSendDestination(const char* ip_address, in SetSendDestination()
Dchannel_transport.h23 class VoiceChannelTransport : public UdpTransportData {
25 VoiceChannelTransport(VoENetwork* voe_network, int channel);
27 virtual ~VoiceChannelTransport();
/external/webrtc/webrtc/voice_engine/test/auto_test/
Dvoe_output_test.cc31 using webrtc::test::VoiceChannelTransport;
89 VoiceChannelTransport* transport = in OutputTest()
90 new VoiceChannelTransport(network, channel_); in OutputTest()
Dvoe_cpu_test.cc67 rtc::scoped_ptr<VoiceChannelTransport> voice_socket_transport( in DoTest()
68 new VoiceChannelTransport(voe_network, channel)); in DoTest()
Dvoe_stress_test.cc147 rtc::scoped_ptr<VoiceChannelTransport> voice_channel_transport( in StartStopTest()
148 new VoiceChannelTransport(voe_network, 0)); in StartStopTest()
/external/webrtc/webrtc/tools/e2e_quality/audio/
Daudio_e2e_harness.cc51 rtc::scoped_ptr<VoiceChannelTransport> voice_channel_transport( in RunHarness()
52 new VoiceChannelTransport(network, channel)); in RunHarness()
/external/webrtc/webrtc/tools/agc/
Dagc_harness.cc122 new test::VoiceChannelTransport(network, channel_)); in SetUp()
220 rtc::scoped_ptr<test::VoiceChannelTransport> channel_transport_;
/external/webrtc/webrtc/voice_engine/test/cmd_test/
Dvoe_cmd_test.cc265 VoiceChannelTransport* voice_channel_transport( in RunTest()
266 new VoiceChannelTransport(netw, chan)); in RunTest()
317 std::vector<VoiceChannelTransport*> voice_channel_transports(kMaxNumChannels); in RunTest()
323 voice_channel_transports[i] = new VoiceChannelTransport(netw, channels[i]); in RunTest()