HomeSort by relevance Sort by last modified time
    Searched refs:cricket (Results 151 - 175 of 544) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transportchannel.cc 31 namespace cricket { namespace
60 } // namespace cricket
turnport_unittest.cc 47 using cricket::Connection;
48 using cricket::Port;
49 using cricket::PortInterface;
50 using cricket::TurnPort;
51 using cricket::UDPPort;
56 cricket::TURN_SERVER_PORT);
58 cricket::TURN_SERVER_PORT);
69 static const cricket::ProtocolAddress kTurnUdpProtoAddr(
70 kTurnUdpIntAddr, cricket::PROTO_UDP);
71 static const cricket::ProtocolAddress kTurnTcpProtoAddr
    [all...]
stunport_unittest.cc 44 // Tests connecting a StunPort to a fake STUN server (cricket::StunServer)
53 stun_server_(new cricket::TestStunServer(
58 const cricket::Port* port() const { return stun_port_.get(); }
63 stun_port_.reset(cricket::StunPort::Create(
84 void OnPortComplete(cricket::Port* port) {
88 void OnPortError(cricket::Port* port) {
99 talk_base::scoped_ptr<cricket::StunPort> stun_port_;
100 talk_base::scoped_ptr<cricket::TestStunServer> stun_server_;
turnserver_main.cc 39 class TurnFileAuth : public cricket::TurnAuthInterface {
89 cricket::TurnServer server(main);
94 server.AddInternalSocket(int_socket, cricket::PROTO_UDP);
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
rtcpmuxfilter.h 34 namespace cricket { namespace
84 } // namespace cricket
soundclip.h 40 namespace cricket { namespace
68 } // namespace cricket
srtpfilter_unittest.cc 41 using cricket::CS_AES_CM_128_HMAC_SHA1_80;
42 using cricket::CS_AES_CM_128_HMAC_SHA1_32;
43 using cricket::CryptoParams;
44 using cricket::CS_LOCAL;
45 using cricket::CS_REMOTE;
58 static const cricket::CryptoParams kTestCryptoParams1(
60 static const cricket::CryptoParams kTestCryptoParams2(
134 cricket::SrtpFilter f1_;
135 cricket::SrtpFilter f2_;
561 cricket::SrtpSession s1_
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/sound/
nullsoundsystem.h 33 namespace cricket { namespace
68 } // namespace cricket
soundsystemproxy.h 34 namespace cricket { namespace
62 } // namespace cricket
  /external/chromium_org/content/renderer/media/
webrtc_local_audio_track.h 18 namespace cricket { namespace
33 : NON_EXPORTED_BASE(public cricket::AudioRenderer),
80 // cricket::AudioCapturer implementation.
86 virtual cricket::AudioRenderer* GetRenderer() OVERRIDE;
video_source_handler_unittest.cc 20 using cricket::VideoFrame;
63 cricket::WebRtcVideoFrame test_frame;
69 cricket::VideoRenderer* receiver = handler_->GetReceiver(&reader);
  /external/chromium_org/content/renderer/pepper/
pepper_video_source_host.h 45 virtual bool GotFrame(cricket::VideoFrame* frame) OVERRIDE;
47 void OnGotFrame(scoped_ptr<cricket::VideoFrame> frame);
81 scoped_ptr<cricket::VideoFrame> last_frame_;
  /external/chromium_org/remoting/protocol/
transport.h 33 namespace cricket { namespace
35 } // namespace cricket
77 const cricket::Candidate& candidate) = 0;
109 virtual void AddRemoteCandidate(const cricket::Candidate& candidate) = 0;
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
mediastreamhandler_unittest.cc 58 cricket::AudioRenderer* renderer));
60 const cricket::AudioOptions& options,
61 cricket::AudioRenderer* renderer));
69 cricket::VideoCapturer* camera));
72 cricket::VideoRenderer* renderer));
74 const cricket::VideoOptions* options));
82 virtual cricket::VideoCapturer* GetVideoCapturer() {
85 virtual void AddSink(cricket::VideoRenderer* output) {}
86 virtual void RemoveSink(cricket::VideoRenderer* output) {}
88 virtual const cricket::VideoOptions* options() const { return &options_;
    [all...]
webrtcsdp_unittest.cc 45 using cricket::AudioCodec;
46 using cricket::AudioContentDescription;
47 using cricket::Candidate;
48 using cricket::ContentInfo;
49 using cricket::CryptoParams;
50 using cricket::ContentGroup;
51 using cricket::DataCodec;
52 using cricket::DataContentDescription;
53 using cricket::ICE_CANDIDATE_COMPONENT_RTCP;
54 using cricket::ICE_CANDIDATE_COMPONENT_RTP
    [all...]
statscollector_unittest.cc 46 namespace cricket { namespace
51 } // namespace cricket
61 explicit MockWebRtcSession(cricket::ChannelManager* channel_manager)
65 MOCK_METHOD0(video_channel, cricket::VideoChannel*());
67 MOCK_METHOD1(GetStats, bool(cricket::SessionStats*));
70 class MockVideoMediaChannel : public cricket::FakeVideoMediaChannel {
73 : cricket::FakeVideoMediaChannel(NULL) {
75 // MOCK_METHOD0(transport_channel, cricket::TransportChannel*());
76 MOCK_METHOD1(GetStats, bool(cricket::VideoMediaInfo*));
140 : media_engine_(new cricket::FakeMediaEngine)
    [all...]
webrtcsessiondescriptionfactory.cc 49 typedef cricket::MediaSessionOptions::Stream Stream;
50 typedef cricket::MediaSessionOptions::Streams Streams;
110 cricket::ChannelManager* channel_manager,
115 cricket::DataChannelType dct,
130 transport_desc_factory_.set_protocol(cricket::ICEPROTO_HYBRID);
133 set_secure(cricket::SEC_REQUIRED);
177 cricket::MediaSessionOptions options;
200 if (data_channel_type_ == cricket::DCT_SCTP) {
201 options.data_channel_type = cricket::DCT_SCTP;
239 cricket::MediaSessionOptions options
    [all...]
peerconnectionfactory.cc 98 CreateVideoSourceParams(cricket::VideoCapturer* capturer,
103 cricket::VideoCapturer* capturer;
136 cricket::WebRtcVideoEncoderFactory* encoder_factory,
137 cricket::WebRtcVideoDecoderFactory* decoder_factory) {
162 cricket::WebRtcVideoEncoderFactory* video_encoder_factory,
163 cricket::WebRtcVideoDecoderFactory* video_decoder_factory)
236 cricket::DummyDeviceManager* device_manager(
237 new cricket::DummyDeviceManager());
240 cricket::WebRtcMediaEngine* webrtc_media_engine(
241 new cricket::WebRtcMediaEngine(default_adm_.get()
    [all...]
webrtcsdp.cc 51 using cricket::AudioContentDescription;
52 using cricket::Candidate;
53 using cricket::Candidates;
54 using cricket::ContentDescription;
55 using cricket::ContentInfo;
56 using cricket::CryptoParams;
57 using cricket::DataContentDescription;
58 using cricket::ICE_CANDIDATE_COMPONENT_RTP;
59 using cricket::ICE_CANDIDATE_COMPONENT_RTCP;
60 using cricket::kCodecParamMaxBitrate
87 namespace cricket { namespace
    [all...]
  /external/chromium_org/remoting/client/plugin/
pepper_port_allocator.cc 32 : public cricket::HttpPortAllocatorSessionBase {
35 cricket::HttpPortAllocatorBase* allocator,
46 // cricket::HttpPortAllocatorBase overrides.
47 virtual void ConfigReady(cricket::PortConfiguration* config) OVERRIDE;
76 cricket::HttpPortAllocatorBase* allocator,
108 cricket::PortConfiguration* config) {
120 for (cricket::PortConfiguration::RelayList::iterator relay =
122 cricket::PortList filtered_ports;
123 for (cricket::PortList::iterator port =
125 if (port->proto == cricket::PROTO_UDP)
    [all...]
  /external/chromium_org/content/renderer/p2p/
port_allocator.cc 77 : cricket::BasicPortAllocator(network_manager, socket_factory),
83 flags |= cricket::PORTALLOCATOR_DISABLE_TCP;
96 cricket::PortAllocatorSession* P2PPortAllocator::CreateSessionInternal(
117 : cricket::BasicPortAllocatorSession(
363 cricket::PortConfiguration* port_config = new cricket::PortConfiguration(
373 cricket::RelayCredentials credentials(relay_info.config.username,
375 cricket::RelayServerConfig relay_server(cricket::RELAY_TURN);
376 cricket::ProtocolType protocol
    [all...]
  /external/chromium/third_party/libjingle/source/talk/examples/call/
callclient.cc 57 class NullRenderer : public cricket::VideoRenderer {
65 bool RenderFrame(const cricket::VideoFrame *frame) {
168 cricket::CallOptions options;
169 options.video_bandwidth = GetInt(words, 1, cricket::kAutoBandwidth);
211 MakeCallTo(to, cricket::CallOptions());
214 int bandwidth = GetInt(words, 2, cricket::kAutoBandwidth);
215 cricket::CallOptions options;
250 initial_protocol_(cricket::PROTOCOL_HYBRID),
251 secure_policy_(cricket::SEC_DISABLED) {
289 void CallClient::OnCallDestroy(cricket::Call* call)
    [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
stunserver_main.cc 38 using namespace cricket;
  /external/chromium/third_party/libjingle/source/talk/session/phone/
cryptoparams.h 33 namespace cricket { namespace
52 } // namespace cricket
  /external/chromium/third_party/libjingle/source/talk/xmpp/
xmppclientsettings.h 77 : protocol_(cricket::PROTO_TCP),
86 void set_protocol(cricket::ProtocolType protocol) { protocol_ = protocol; }
95 cricket::ProtocolType protocol() const { return protocol_; }
105 cricket::ProtocolType protocol_;

Completed in 391 milliseconds

1 2 3 4 5 67 8 91011>>