HomeSort by relevance Sort by last modified time
    Searched refs:cricket (Results 1 - 25 of 108) sorted by null

1 2 3 4 5

  /external/chromium/third_party/libjingle/source/talk/p2p/base/
sessionid.h 33 namespace cricket { namespace
35 } // namespace cricket
constants.cc 33 namespace cricket { namespace
139 const buzz::QName QN_UFRAG(true, cricket::NS_EMPTY, "ufrag");
140 const buzz::QName QN_PWD(true, cricket::NS_EMPTY, "pwd");
141 const buzz::QName QN_COMPONENT(true, cricket::NS_EMPTY, "component");
142 const buzz::QName QN_IP(true, cricket::NS_EMPTY, "ip");
143 const buzz::QName QN_PORT(true, cricket::NS_EMPTY, "port");
144 const buzz::QName QN_NETWORK(true, cricket::NS_EMPTY, "network");
145 const buzz::QName QN_GENERATION(true, cricket::NS_EMPTY, "generation");
146 const buzz::QName QN_PRIORITY(true, cricket::NS_EMPTY, "priority");
147 const buzz::QName QN_PROTOCOL(true, cricket::NS_EMPTY, "protocol")
    [all...]
transportchannel.cc 31 namespace cricket { namespace
56 } // namespace cricket
transportchannelimpl.h 36 namespace cricket { namespace
79 } // namespace cricket
stunserver_main.cc 38 using namespace cricket;
p2ptransportchannel.cc 66 cricket::Port::CandidateOrigin GetOrigin(cricket::Port* port,
67 cricket::Port* origin_port) {
69 return cricket::Port::ORIGIN_MESSAGE;
71 return cricket::Port::ORIGIN_THIS_PORT;
73 return cricket::Port::ORIGIN_OTHER_PORT;
77 int CompareConnectionCandidates(cricket::Connection* a,
78 cricket::Connection* b) {
97 int CompareConnections(cricket::Connection *a, cricket::Connection *b)
160 namespace cricket { namespace
    [all...]
p2ptransport.h 35 namespace cricket { namespace
81 } // namespace cricket
rawtransport.h 35 namespace cricket { namespace
75 } // namespace cricket
sessionclient.h 35 namespace cricket { namespace
83 } // namespace cricket
sessiondescription.cc 32 namespace cricket { namespace
72 } // namespace cricket
stunserver.h 35 namespace cricket { namespace
75 } // namespace cricket
  /external/chromium/third_party/libjingle/source/talk/session/phone/
mediaengine.cc 31 namespace cricket { namespace
40 }; // namespace cricket
libudevsymboltable.cc 30 namespace cricket { namespace
39 } // namespace cricket
mediasink.h 31 namespace cricket { namespace
47 } // namespace cricket
rtcpmuxfilter.h 34 namespace cricket { namespace
59 } // namespace cricket
v4llookup.h 15 namespace cricket { namespace
38 } // namespace cricket
devicemanager_mac.mm 36 cricket::DeviceManager* manager_;
38 - (id)init:(cricket::DeviceManager*) dm;
43 - (id)init:(cricket::DeviceManager*) dm {
66 namespace cricket {
109 } // namespace cricket
libudevsymboltable.h 33 namespace cricket { namespace
56 } // namespace cricket
soundclip.h 40 namespace cricket { namespace
68 } // namespace cricket
cryptoparams.h 33 namespace cricket { namespace
52 } // namespace cricket
  /external/chromium/third_party/libjingle/source/talk/examples/call/
callclient.h 61 namespace cricket { namespace
84 cricket::MediaSessionClient* media_client() const { return media_client_; }
85 void SetMediaEngine(cricket::MediaEngine* media_engine) {
110 void SetInitialProtocol(cricket::SignalingProtocol initial_protocol) {
114 void SetSecurePolicy(cricket::SecureMediaPolicy secure_policy) {
134 void OnSessionCreate(cricket::Session* session, bool initiate);
135 void OnCallCreate(cricket::Call* call);
136 void OnCallDestroy(cricket::Call* call);
137 void OnSessionState(cricket::Call* call,
138 cricket::BaseSession* session
    [all...]
call_main.cc 176 cricket::MediaEngine* CreateFileMediaEngine(const char* voice_in,
180 cricket::FileMediaEngine* file_media_engine = new cricket::FileMediaEngine;
197 std::vector<cricket::AudioCodec> voice_codecs;
199 cricket::AudioCodec(9, "G722", 16000, 0, 1, 0));
201 std::vector<cricket::VideoCodec> video_codecs;
203 cricket::VideoCodec(97, "H264", 320, 240, 30, 0));
254 cricket::SignalingProtocol initial_protocol = cricket::PROTOCOL_HYBRID;
256 initial_protocol = cricket::PROTOCOL_JINGLE
    [all...]
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/client/
sessionmanagertask.h 36 namespace cricket { namespace
83 cricket::SessionSendTask* sender =
84 new cricket::SessionSendTask(GetParent(), session_manager_);
90 } // 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 91 milliseconds

1 2 3 4 5