Searched refs:cricket (Results 126 - 150 of 435) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Dlibudevsymboltable.cc34 namespace cricket { namespace
72 } // namespace cricket
H A Dmacdevicemanager.h38 namespace cricket { namespace
54 } // namespace cricket
H A Dv4llookup.h15 namespace cricket { namespace
41 } // namespace cricket
H A Dwin32devicemanager.h38 namespace cricket { namespace
58 } // namespace cricket
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dtestturnserver.h40 namespace cricket { namespace
72 AddInternalSocket(udp_int_addr, cricket::PROTO_UDP);
93 if (proto == cricket::PROTO_UDP) {
96 } else if (proto == cricket::PROTO_TCP) {
118 } // namespace cricket
H A Dtransportchannel.cc31 namespace cricket { namespace
60 } // namespace cricket
H A Dstunport_unittest.cc39 using cricket::ServerAddresses;
52 // Tests connecting a StunPort to a fake STUN server (cricket::StunServer)
64 stun_server_1_(new cricket::TestStunServer(
66 stun_server_2_(new cricket::TestStunServer(
71 const cricket::Port* port() const { return stun_port_.get(); }
82 stun_port_.reset(cricket::StunPort::Create(
98 stun_port_.reset(cricket::UDPPort::Create(
140 void OnPortComplete(cricket::Port* port) {
145 void OnPortError(cricket::Port* port) {
159 rtc::scoped_ptr<cricket
[all...]
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dbundlefilter.h37 namespace cricket { namespace
42 // cricket::BaseChannel to know all the valid sources, else media channel
45 // This class determines whether a packet is destined for cricket::BaseChannel.
53 // Determines packet belongs to valid cricket::BaseChannel.
78 } // namespace cricket
H A Dsrtpfilter_unittest.cc41 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_;
580 cricket
[all...]
H A Dmediasession_unittest.cc45 ASSERT_EQ(cricket::CT_NONE, cd->crypto_required()); \
50 ASSERT_EQ(cricket::CT_NONE, cd->crypto_required()); \
54 typedef std::vector<cricket::Candidate> Candidates;
56 using cricket::MediaContentDescription;
57 using cricket::MediaSessionDescriptionFactory;
58 using cricket::MediaSessionOptions;
59 using cricket::MediaType;
60 using cricket::SessionDescription;
61 using cricket::SsrcGroup;
62 using cricket
[all...]
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dwebrtcsdp.cc52 using cricket::AudioContentDescription;
53 using cricket::Candidate;
54 using cricket::Candidates;
55 using cricket::ContentDescription;
56 using cricket::ContentInfo;
57 using cricket::CryptoParams;
58 using cricket::DataContentDescription;
59 using cricket::ICE_CANDIDATE_COMPONENT_RTP;
60 using cricket::ICE_CANDIDATE_COMPONENT_RTCP;
61 using cricket
91 namespace cricket { namespace
[all...]
H A Dwebrtcsessiondescriptionfactory.cc36 using cricket::MediaSessionOptions;
108 cricket::ChannelManager* channel_manager,
113 cricket::DataChannelType dct,
128 transport_desc_factory_.set_protocol(cricket::ICEPROTO_HYBRID);
131 SetSdesPolicy(dtls_enabled ? cricket::SEC_DISABLED : cricket::SEC_REQUIRED);
170 cricket::MediaSessionOptions session_options;
195 if (data_channel_type_ == cricket::DCT_SCTP &&
197 session_options.data_channel_type = cricket::DCT_SCTP;
235 cricket
[all...]
H A Dpeerconnectionfactory.cc84 CreateVideoSourceParams(cricket::VideoCapturer* capturer,
89 cricket::VideoCapturer* capturer;
131 cricket::WebRtcVideoEncoderFactory* encoder_factory,
132 cricket::WebRtcVideoDecoderFactory* decoder_factory) {
159 cricket::WebRtcVideoEncoderFactory* video_encoder_factory,
160 cricket::WebRtcVideoDecoderFactory* video_decoder_factory)
239 cricket::DummyDeviceManager* device_manager(
240 new cricket::DummyDeviceManager());
243 cricket::MediaEngineInterface* media_engine(
244 cricket
[all...]
H A Ddatachannel_unittest.cc70 &provider_, cricket::DCT_SCTP, "test", init_)) {
97 &provider_, cricket::DCT_SCTP, "test1", init_);
172 EXPECT_EQ(cricket::DMT_CONTROL, provider_.last_send_data_params().type);
182 EXPECT_EQ(cricket::DMT_CONTROL, provider_.last_send_data_params().type);
194 &provider_, cricket::DCT_SCTP, "test1", init);
208 &provider_, cricket::DCT_SCTP, "test1", init);
218 cricket::ReceiveDataParams params;
220 params.type = cricket::DMT_CONTROL;
238 &provider_, cricket::DCT_SCTP, "test1", init);
243 cricket
[all...]
/external/chromium_org/content/renderer/media/webrtc/
H A Dwebrtc_video_capturer_adapter.cc28 cricket::CaptureState WebRtcVideoCapturerAdapter::Start(
29 const cricket::VideoFormat& capture_format) {
36 return cricket::CS_RUNNING;
45 SignalStateChange(this, cricket::CS_STOPPED);
58 fourccs->push_back(cricket::FOURCC_I420);
67 const cricket::VideoFormat& desired,
68 cricket::VideoFormat* best_format) {
79 best_format->fourcc = cricket::FOURCC_I420;
100 cricket::CapturedFrame captured_frame;
103 // cricket
[all...]
H A Dwebrtc_local_audio_track_adapter.h17 namespace cricket { namespace
33 : NON_EXPORTED_BASE(public cricket::AudioRenderer),
73 // cricket::AudioCapturer implementation.
79 virtual cricket::AudioRenderer* GetRenderer() OVERRIDE;
/external/chromium_org/content/renderer/p2p/
H A Dport_allocator.cc74 : cricket::BasicPortAllocator(network_manager, socket_factory),
80 flags |= cricket::PORTALLOCATOR_DISABLE_TCP;
88 cricket::PortAllocatorSession* P2PPortAllocator::CreateSessionInternal(
103 : cricket::BasicPortAllocatorSession(
259 cricket::PortConfiguration* port_config = new cricket::PortConfiguration(
263 cricket::RelayCredentials credentials(config.relays[i].username,
265 cricket::RelayServerConfig relay_server(cricket::RELAY_TURN);
266 cricket
[all...]
/external/chromium_org/remoting/protocol/
H A Dlibjingle_transport_factory.h14 namespace cricket { namespace
17 } // namespace cricket
39 // cricket::HttpPortAllocatorBase pointer for the |port_allocator|, so that it
43 scoped_ptr<cricket::HttpPortAllocatorBase> port_allocator,
59 scoped_ptr<cricket::HttpPortAllocatorBase> port_allocator_;
H A Dtransport.h33 namespace cricket { namespace
35 } // namespace cricket
76 const cricket::Candidate& candidate) = 0;
101 virtual void AddRemoteCandidate(const cricket::Candidate& candidate) = 0;
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
H A Dsessionmanagertask.h36 namespace cricket { namespace
82 cricket::SessionSendTask* sender =
83 new cricket::SessionSendTask(parent_, session_manager_);
91 } // namespace cricket
/external/chromium_org/content/renderer/media/
H A Drtc_video_encoder_factory.cc19 // one or more instances of cricket::WebRtcVideoEncoderFactory::VideoCodec
21 std::vector<cricket::WebRtcVideoEncoderFactory::VideoCodec>* codecs,
32 codecs->push_back(cricket::WebRtcVideoEncoderFactory::VideoCodec(
38 codecs->push_back(cricket::WebRtcVideoEncoderFactory::VideoCodec(
42 codecs->push_back(cricket::WebRtcVideoEncoderFactory::VideoCodec(
47 // Translate from cricket::WebRtcVideoEncoderFactory::VideoCodec to
96 const std::vector<cricket::WebRtcVideoEncoderFactory::VideoCodec>&
H A Drtc_video_decoder_factory.h26 : NON_EXPORTED_BASE(public cricket::WebRtcVideoDecoderFactory) {
/external/chromium_org/third_party/libjingle/source/talk/examples/turnserver/
H A Dturnserver_main.cc39 class TurnFileAuth : public cricket::TurnAuthInterface {
89 cricket::TurnServer server(main);
94 server.AddInternalSocket(int_socket, cricket::PROTO_UDP);
/external/chromium_org/remoting/host/
H A Dsession_manager_factory.cc29 port_allocator.PassAs<cricket::HttpPortAllocatorBase>(),
/external/chromium_org/third_party/libjingle/overrides/
H A Dinit_webrtc.cc145 cricket::MediaEngineInterface* CreateWebRtcMediaEngine(
148 cricket::WebRtcVideoEncoderFactory* encoder_factory,
149 cricket::WebRtcVideoDecoderFactory* decoder_factory) {
159 void DestroyWebRtcMediaEngine(cricket::MediaEngineInterface* media_engine) {

Completed in 369 milliseconds

1234567891011>>