OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VoiceChannelTransport
(Results
1 - 8
of
8
) sorted by null
/external/webrtc/webrtc/test/channel_transport/
channel_transport.h
23
class
VoiceChannelTransport
: public UdpTransportData {
25
VoiceChannelTransport
(VoENetwork* voe_network, int channel);
27
virtual ~
VoiceChannelTransport
();
channel_transport.cc
29
VoiceChannelTransport
::
VoiceChannelTransport
(VoENetwork* voe_network,
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,
/external/webrtc/webrtc/voice_engine/test/auto_test/
voe_cpu_test.cc
67
rtc::scoped_ptr<
VoiceChannelTransport
> voice_socket_transport(
68
new
VoiceChannelTransport
(voe_network, channel));
voe_output_test.cc
31
using webrtc::test::
VoiceChannelTransport
;
89
VoiceChannelTransport
* transport =
90
new
VoiceChannelTransport
(network, channel_);
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/
audio_e2e_harness.cc
51
rtc::scoped_ptr<
VoiceChannelTransport
> voice_channel_transport(
52
new
VoiceChannelTransport
(network, channel));
/external/webrtc/webrtc/tools/agc/
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/
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 143 milliseconds