Searched refs:VoiceChannelTransport (Results 1 - 8 of 8) sorted by relevance
/external/webrtc/webrtc/test/channel_transport/ |
H A D | channel_transport.cc | 29 VoiceChannelTransport::VoiceChannelTransport(VoENetwork* voe_network, function in class:webrtc::test::VoiceChannelTransport 44 VoiceChannelTransport::~VoiceChannelTransport() { 49 void VoiceChannelTransport::IncomingRTPPacket( 58 void VoiceChannelTransport::IncomingRTCPPacket( 67 int VoiceChannelTransport::SetLocalReceiver(uint16_t rtp_port) { 77 int VoiceChannelTransport::SetSendDestination(const char* ip_address,
|
H A D | channel_transport.h | 23 class VoiceChannelTransport : public UdpTransportData { class in namespace:webrtc::test 25 VoiceChannelTransport(VoENetwork* voe_network, int channel); 27 virtual ~VoiceChannelTransport();
|
/external/webrtc/webrtc/voice_engine/test/auto_test/ |
H A D | voe_cpu_test.cc | 67 rtc::scoped_ptr<VoiceChannelTransport> voice_socket_transport( 68 new VoiceChannelTransport(voe_network, channel));
|
H A D | voe_output_test.cc | 31 using webrtc::test::VoiceChannelTransport; 89 VoiceChannelTransport* transport = 90 new VoiceChannelTransport(network, channel_);
|
H A D | voe_stress_test.cc | 147 rtc::scoped_ptr<VoiceChannelTransport> voice_channel_transport( 148 new VoiceChannelTransport(voe_network, 0));
|
/external/webrtc/webrtc/tools/e2e_quality/audio/ |
H A D | audio_e2e_harness.cc | 51 rtc::scoped_ptr<VoiceChannelTransport> voice_channel_transport( 52 new VoiceChannelTransport(network, channel));
|
/external/webrtc/webrtc/tools/agc/ |
H A D | agc_harness.cc | 122 new test::VoiceChannelTransport(network, channel_)); 220 rtc::scoped_ptr<test::VoiceChannelTransport> channel_transport_;
|
/external/webrtc/webrtc/voice_engine/test/cmd_test/ |
H A D | voe_cmd_test.cc | 265 VoiceChannelTransport* voice_channel_transport( 266 new VoiceChannelTransport(netw, chan)); 317 std::vector<VoiceChannelTransport*> voice_channel_transports(kMaxNumChannels); 323 voice_channel_transports[i] = new VoiceChannelTransport(netw, channels[i]);
|
Completed in 126 milliseconds