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

<<11121314151617181920>>

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
relayport.h 39 namespace cricket { namespace
113 } // namespace cricket
stunserver.cc 33 namespace cricket { namespace
109 } // namespace cricket
relayserver.h 42 namespace cricket { namespace
77 cricket::ProtocolType proto);
90 cricket::ProtocolType> ServerSocketMap;
248 } // namespace cricket
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
audiomonitor.cc 32 namespace cricket { namespace
rtcpmuxfilter.cc 32 namespace cricket { namespace
132 } // namespace cricket
typingmonitor.cc 34 namespace cricket { namespace
123 } // namespace cricket
call.cc 39 namespace cricket { namespace
63 bool ContentContainsCrypto(const cricket::ContentInfo* content) {
65 const cricket::MediaContentDescription* desc =
66 static_cast<const cricket::MediaContentDescription*>(
127 const cricket::CallOptions& options) {
467 cricket::VideoFormat ScreencastFormatFromFps(int fps) {
471 return cricket::VideoFormat(
473 cricket::VideoFormat::FpsToInterval(fps), cricket::FOURCC_ANY);
721 new cricket::CurrentSpeakerMonitor(this, session)
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
pseudotcpchannel.h 41 namespace cricket { namespace
138 } // namespace cricket
  /external/chromium_org/third_party/libjingle/source/talk/sound/
pulseaudiosymboltable.h 40 namespace cricket { namespace
102 } // namespace cricket
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
relayserver.h 42 namespace cricket { namespace
77 cricket::ProtocolType proto);
90 cricket::ProtocolType> ServerSocketMap;
247 } // namespace cricket
p2ptransportchannel.h 51 namespace cricket { namespace
162 } // namespace cricket
rawtransport.cc 41 namespace cricket { namespace
128 } // namespace cricket
stunserver.cc 36 namespace cricket { namespace
164 } // namespace cricket
tcpport.h 36 namespace cricket { namespace
139 } // namespace cricket
transport.cc 40 namespace cricket { namespace
50 explicit ChannelParams(cricket::Candidate* candidate) :
61 cricket::TransportChannelImpl* channel;
62 cricket::Candidate* candidate;
468 } // namespace cricket
  /external/chromium/third_party/libjingle/source/talk/p2p/client/
basicportallocator.cc 74 int LocalCandidateToPhase(const cricket::Candidate& candidate) {
75 cricket::ProtocolType proto;
76 bool result = cricket::StringToProto(candidate.protocol().c_str(), &proto);
78 if (candidate.type() == cricket::LOCAL_PORT_TYPE) {
80 case cricket::PROTO_UDP: return PHASE_UDP;
81 case cricket::PROTO_TCP: return PHASE_TCP;
84 } else if (candidate.type() == cricket::STUN_PORT_TYPE) {
86 } else if (candidate.type() == cricket::RELAY_PORT_TYPE) {
88 case cricket::PROTO_UDP: return PHASE_RELAY;
89 case cricket::PROTO_TCP: return PHASE_TCP
112 namespace cricket { namespace
    [all...]
sessionsendtask.h 38 namespace cricket { namespace
  /external/chromium_org/third_party/libjingle/source/talk/media/sctp/
sctpdataengine.cc 42 namespace cricket { namespace
144 static_cast<cricket::DataMessageType>(native_ppid);
159 usrsctp_init(0, cricket::OnSctpOutboundPacket, debug_sctp_printf);
189 // codecs_.push_back(cricket::DataCodec( kGoogleSctpDataCodecId,
248 cricket::OnSctpInboundPacket, NULL, 0, this);
445 if (params.type != cricket::DMT_CONTROL &&
689 } // namespace cricket
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
peerconnectioninterface_unittest.cc 92 bool GetFirstSsrc(const cricket::ContentInfo* content_info, int* ssrc) {
96 const cricket::MediaContentDescription* media_desc =
97 static_cast<const cricket::MediaContentDescription*>(
306 pc_factory_->CreateVideoSource(new cricket::FakeVideoCapturer(), NULL));
409 const cricket::MediaContentDescription* desc =
410 cricket::GetFirstAudioContentDescription(
415 desc = cricket::GetFirstVideoContentDescription(
    [all...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/
rtpdump.h 42 namespace cricket { namespace
201 } // namespace cricket
videocommon.h 35 namespace cricket { namespace
169 } // namespace cricket
  /external/chromium/third_party/libjingle/source/talk/session/tunnel/
tunnelsessionclient.h 44 namespace cricket { namespace
180 } // namespace cricket
  /external/chromium_org/content/renderer/media/
rtc_video_renderer.cc 75 void RTCVideoRenderer::RenderFrame(const cricket::VideoFrame* frame) {
  /external/chromium_org/jingle/notifier/base/
xmpp_connection.cc 30 (xmpp_client_settings.protocol() == cricket::PROTO_SSLTCP);
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
rtpdataengine.h 39 namespace cricket { namespace
140 } // namespace cricket

Completed in 1195 milliseconds

<<11121314151617181920>>