Searched refs:cricket (Results 151 - 175 of 327) sorted by relevance

1234567891011>>

/external/webrtc/talk/media/base/
H A Dvideoframefactory.cc33 namespace cricket { namespace
78 } // namespace cricket
H A Dscreencastid.h41 namespace cricket { namespace
93 static cricket::ScreencastIdList Convert(const std::vector<T>& list) {
112 } // namespace cricket
H A Drtpdump.cc44 namespace cricket { namespace
78 cricket::GetRtpPayloadType(&data[0], data.size(), pt);
83 cricket::GetRtpSeqNum(&data[0], data.size(), seq_num);
88 cricket::GetRtpTimestamp(&data[0], data.size(), ts);
93 cricket::GetRtpSsrc(&data[0], data.size(), ssrc);
98 cricket::GetRtpHeaderLen(&data[0], data.size(), len);
103 cricket::GetRtcpType(&data[0], data.size(), type);
426 } // namespace cricket
H A Dtestutils.cc45 namespace cricket { namespace
357 cricket::StreamParams CreateSimStreamParams(
360 cricket::StreamParams sp;
361 cricket::SsrcGroup sg(cricket::kSimSsrcGroupSemantics, ssrcs);
369 cricket::StreamParams CreateSimWithRtxStreamParams(
373 cricket::StreamParams sp = CreateSimStreamParams(cname, ssrcs);
379 cricket::SsrcGroup fid_group(cricket::kFidSsrcGroupSemantics, fid_ssrcs);
385 } // namespace cricket
[all...]
/external/webrtc/talk/media/devices/
H A Dlibudevsymboltable.h35 namespace cricket { namespace
77 } // namespace cricket
H A Dmobiledevicemanager.cc32 namespace cricket { namespace
77 } // namespace cricket
H A Dwin32deviceinfo.cc30 namespace cricket { namespace
62 } // namespace cricket
H A Dmacdevicemanagermm.mm47 cricket::DeviceManagerInterface* manager_;
49 - (id)init:(cricket::DeviceManagerInterface*)manager;
54 - (id)init:(cricket::DeviceManagerInterface*)manager {
83 namespace cricket {
192 } // namespace cricket
/external/webrtc/talk/media/webrtc/
H A Dfakewebrtccommon.h33 namespace cricket { namespace
57 } // namespace cricket
H A Dfakewebrtcvcmfactory.h38 class FakeWebRtcVcmFactory : public cricket::WebRtcVcmFactoryInterface {
H A Dwebrtcvideoencoderfactory.h39 namespace cricket { namespace
78 } // namespace cricket
/external/webrtc/talk/session/media/
H A Daudiomonitor.h36 namespace cricket { namespace
H A Dcurrentspeakermonitor.cc34 namespace cricket { namespace
88 cricket::AudioInfo::StreamList::const_iterator stream_list_it;
199 for (std::vector<cricket::StreamParams>::const_iterator
204 for (std::vector<cricket::StreamParams>::const_iterator
218 } // namespace cricket
/external/webrtc/webrtc/libjingle/xmpp/
H A Dxmppclientsettings.h72 : protocol_(cricket::PROTO_TCP),
81 void set_protocol(cricket::ProtocolType protocol) { protocol_ = protocol; }
90 cricket::ProtocolType protocol() const { return protocol_; }
100 cricket::ProtocolType protocol_;
/external/webrtc/webrtc/p2p/base/
H A Dteststunserver.h18 namespace cricket { namespace
56 } // namespace cricket
H A Dtransportchannel.cc15 namespace cricket { namespace
70 } // namespace cricket
H A Dtransportdescriptionfactory.h21 namespace cricket { namespace
67 } // namespace cricket
H A Dport_unittest.cc46 using namespace cricket;
121 using cricket::Port::GetStunMessage;
295 const cricket::StunUInt32Attribute* priority_attr =
297 const cricket::StunByteStringAttribute* mi_attr =
299 const cricket::StunUInt32Attribute* fingerprint_attr =
386 port1->SetIceRole(cricket::ICEROLE_CONTROLLING);
388 port2->SetIceRole(cricket::ICEROLE_CONTROLLED);
393 port1->SetIceRole(cricket::ICEROLE_CONTROLLING);
396 port2->SetIceRole(cricket::ICEROLE_CONTROLLED);
403 port1->SetIceRole(cricket
[all...]
/external/webrtc/webrtc/p2p/client/
H A Dsocketmonitor.h24 namespace cricket { namespace
60 } // namespace cricket
/external/webrtc/webrtc/p2p/stunprober/
H A Dstunprober_unittest.cc47 stun_server_1_(cricket::TestStunServer::Create(rtc::Thread::Current(),
49 stun_server_2_(cricket::TestStunServer::Create(rtc::Thread::Current(),
128 rtc::scoped_ptr<cricket::TestStunServer> stun_server_1_;
129 rtc::scoped_ptr<cricket::TestStunServer> stun_server_2_;
/external/webrtc/talk/app/webrtc/objc/
H A DRTCAVFoundationVideoSource.mm61 cricket::VideoCapturer* capturer = self.videoSource->GetVideoCapturer();
/external/webrtc/talk/app/webrtc/
H A Dstatscollector.h117 StatsReport* AddCandidateReport(const cricket::Candidate& candidate,
127 const cricket::ConnectionInfo& info);
H A Dstatscollector.cc82 found->second, cricket::ICE_CANDIDATE_COMPONENT_RTP);
106 void ExtractCommonSendProperties(const cricket::MediaSenderInfo& info,
113 void ExtractCommonReceiveProperties(const cricket::MediaReceiverInfo& info,
140 void ExtractStats(const cricket::VoiceReceiverInfo& info, StatsReport* report) {
182 void ExtractStats(const cricket::VoiceSenderInfo& info, StatsReport* report) {
202 void ExtractStats(const cricket::VideoReceiverInfo& info, StatsReport* report) {
235 void ExtractStats(const cricket::VideoSenderInfo& info, StatsReport* report) {
269 void ExtractStats(const cricket::BandwidthEstimationInfo& info,
291 void ExtractRemoteStats(const cricket::MediaSenderInfo& info,
297 void ExtractRemoteStats(const cricket
[all...]
H A Dmediastreaminterface.h44 namespace cricket { namespace
51 } // namespace cricket
124 virtual void RenderFrame(const cricket::VideoFrame* frame) = 0;
242 virtual cricket::AudioRenderer* GetRenderer() { return NULL; }
/external/webrtc/talk/media/sctp/
H A Dsctpdataengine.cc46 typedef cricket::SctpDataMediaChannel::StreamSet StreamSet;
105 namespace cricket { namespace
140 cricket::DataMessageType type) {
143 case cricket::DMT_NONE:
145 case cricket::DMT_CONTROL:
147 case cricket::DMT_BINARY:
149 case cricket::DMT_TEXT:
156 cricket::DataMessageType *dest) {
161 *dest = cricket::DMT_BINARY;
166 *dest = cricket
[all...]

Completed in 225 milliseconds

1234567891011>>