Searched defs:rtc (Results 276 - 300 of 416) sorted by relevance

<<11121314151617

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dmediastreamsignaling.h43 namespace rtc { namespace
45 } // namespace rtc
163 typedef std::map<std::string, rtc::scoped_refptr<DataChannel> >
166 MediaStreamSignaling(rtc::Thread* signaling_thread,
186 bool AllocateSctpSid(rtc::SSLRole role, int* sid);
203 const rtc::Buffer& payload);
255 void OnDtlsRoleReadyForSctp(rtc::SSLRole role);
380 rtc::Thread* signaling_thread_;
383 rtc::scoped_refptr<StreamCollection> local_streams_;
384 rtc
[all...]
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Ddevicemanager.h44 namespace rtc { namespace
100 std::vector<rtc::WindowDescription>* descriptions) = 0;
102 std::vector<rtc::DesktopDescription>* descriptions) = 0;
167 std::vector<rtc::WindowDescription>* descriptions);
169 std::vector<rtc::DesktopDescription>* descriptions);
200 rtc::scoped_ptr<
202 rtc::scoped_ptr<
205 rtc::scoped_ptr<DeviceWatcher> watcher_;
206 rtc::scoped_ptr<rtc
[all...]
H A Dfilevideocapturer.h44 namespace rtc { namespace
68 rtc::FileStream video_file_;
83 return rtc::starts_with(device.id.c_str(), kVideoFileDevicePrefix);
94 // parameter is rtc::kForever(-1); no repeat if the parameter is 0 or
123 rtc::StreamResult ReadFrameHeader(CapturedFrame* frame);
141 rtc::FileStream video_file_;
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Ddtlstransport.h34 namespace rtc { namespace
46 DtlsTransport(rtc::Thread* signaling_thread,
47 rtc::Thread* worker_thread,
50 rtc::SSLIdentity* identity)
53 secure_role_(rtc::SSL_CLIENT) {
59 virtual void SetIdentity_w(rtc::SSLIdentity* identity) {
62 virtual bool GetIdentity_w(rtc::SSLIdentity** identity) {
72 rtc::SSLFingerprint* local_fp =
78 rtc::scoped_ptr<rtc
[all...]
H A Dtestturnserver.h47 explicit TestTurnRedirector(const std::vector<rtc::SocketAddress>& addresses)
52 virtual bool ShouldRedirect(const rtc::SocketAddress&, argument
53 rtc::SocketAddress* out) {
62 const std::vector<rtc::SocketAddress>& alternate_server_addresses_;
63 std::vector<rtc::SocketAddress>::const_iterator iter_;
68 TestTurnServer(rtc::Thread* thread,
69 const rtc::SocketAddress& udp_int_addr,
70 const rtc::SocketAddress& udp_ext_addr)
73 server_.SetExternalSocketFactory(new rtc::BasicPacketSocketFactory(),
90 void AddInternalSocket(const rtc
[all...]
/external/chromium_org/third_party/webrtc/base/
H A Dasynchttprequest.h21 namespace rtc { namespace
102 } // namespace rtc
H A Dasynchttprequest_unittest.cc19 namespace rtc { namespace
47 rtc::scoped_ptr<AsyncSocket> socket_;
65 rtc::AsyncHttpRequest* request =
66 new rtc::AsyncHttpRequest("unittest");
69 request->request().verb = rtc::HV_GET;
80 rtc::AsyncHttpRequest* request =
81 new rtc::AsyncHttpRequest("unittest");
84 request->request().verb = rtc::HV_POST;
234 } // namespace rtc
H A Dasyncpacketsocket.h19 namespace rtc { namespace
138 } // namespace rtc
H A Dasyncudpsocket.cc14 namespace rtc { namespace
62 const rtc::PacketOptions& options) {
68 const rtc::PacketOptions& options) {
122 } // namespace rtc
H A Dautodetectproxy.cc16 namespace rtc { namespace
282 } // namespace rtc
H A Dbase64.cc25 namespace rtc { namespace
260 } // namespace rtc
H A Dbind.h36 // cout << rtc::Bind(&Foo::Test1, &foo)() << endl;
37 // cout << rtc::Bind(&Foo::Test2, &foo)() << endl;
38 // cout << rtc::Bind(&Foo::Test3, &foo, 3)() << endl;
39 // cout << rtc::Bind(&Foo::Test4, &foo, 7, 8.5f)() << endl;
47 namespace rtc { namespace
583 } // namespace rtc
H A Dbytebuffer.cc21 namespace rtc { namespace
234 } // namespace rtc
H A Dbyteorder.h24 namespace rtc { namespace
166 } // namespace rtc
H A Dchecks.h55 namespace rtc { namespace
65 !(condition) ? static_cast<void>(0) : rtc::FatalMessageVoidify() & (stream)
70 : rtc::FatalMessageVoidify() & rtc::FatalMessage("", 0).stream()
79 LAZY_STREAM(rtc::FatalMessage(__FILE__, __LINE__).stream(), !(condition)) \
89 rtc::Check##name##Impl((val1), (val2), \
91 rtc::FatalMessage(__FILE__, __LINE__, _result).stream()
134 else return rtc::MakeCheckOpString(v1, v2, names); \
138 else return rtc::MakeCheckOpString(v1, v2, names); \
186 #define FATAL() rtc
[all...]
H A Dcommon.h59 #define stdmax(x, y) rtc::_max(x, y)
76 namespace rtc { namespace
105 } // namespace rtc
109 namespace rtc { namespace
129 } // namespace rtc
141 (rtc::AssertNoBreak((x), __FUNCTION__, __FILE__, __LINE__, #x) ? \
145 (void)rtc::Assert((x), __FUNCTION__, __FILE__, __LINE__, #x)
152 (rtc::AssertNoBreak((x), __FUNCTION__, __FILE__, __LINE__, #x) ? \
155 #define VERIFY(x) rtc::Assert((x), __FUNCTION__, __FILE__, __LINE__, #x)
161 namespace rtc {
[all...]
H A Dcriticalsection_unittest.cc21 namespace rtc { namespace
147 } // namespace rtc
H A Ddbus.h25 namespace rtc { namespace
164 } // namespace rtc
H A Ddiskcache.h21 namespace rtc { namespace
123 } // namespace rtc
H A Dhelpers.cc39 namespace rtc { namespace
296 } // namespace rtc
H A Dhttprequest.h21 namespace rtc { namespace
H A Dmacutils.cc19 namespace rtc { namespace
221 } // namespace rtc
H A Dnatsocketfactory.h22 namespace rtc { namespace
164 } // namespace rtc
H A Dopensslstreamadapter.h25 namespace rtc { namespace
196 } // namespace rtc
H A Dpathutils.cc25 namespace rtc { namespace
251 } // namespace rtc

Completed in 4205 milliseconds

<<11121314151617