HomeSort by relevance Sort by last modified time
    Searched defs:rtc (Results 251 - 275 of 465) sorted by null

<<111213141516171819

  /external/webrtc/webrtc/base/
proxyserver.h 20 namespace rtc { namespace
96 } // namespace rtc
ratetracker.cc 20 namespace rtc { namespace
130 return rtc::Time();
148 } // namespace rtc
sec_buffer.h 16 namespace rtc { namespace
154 } // namespace rtc
sslstreamadapterhelper.cc 24 namespace rtc { namespace
143 } // namespace rtc
stringutils.cc 14 namespace rtc { namespace
133 } // namespace rtc
testclient.h 18 namespace rtc { namespace
95 } // namespace rtc
timeutils.h 19 namespace rtc { namespace
102 } // namespace rtc
transformadapter.h 16 namespace rtc { namespace
82 } // namespace rtc
win32window.cc 15 namespace rtc { namespace
121 } // namespace rtc
win32windowpicker_unittest.cc 22 namespace rtc { namespace
100 } // namespace rtc
windowpicker.h 19 namespace rtc { namespace
82 } // namespace rtc
winfirewall.cc 25 namespace rtc { namespace
155 } // namespace rtc
  /external/webrtc/webrtc/p2p/base/
dtlstransport.h 17 namespace rtc { namespace
34 const rtc::scoped_refptr<rtc::RTCCertificate>& certificate)
37 secure_role_(rtc::SSL_CLIENT),
38 ssl_max_version_(rtc::SSL_PROTOCOL_DTLS_12) {}
45 const rtc::scoped_refptr<rtc::RTCCertificate>& certificate) override {
49 rtc::scoped_refptr<rtc::RTCCertificate>* certificate) override {
57 bool SetSslMaxProtocolVersion(rtc::SSLProtocolVersion version) override
    [all...]
portinterface.h 20 namespace rtc { namespace
45 virtual rtc::Network* Network() const = 0;
67 const rtc::SocketAddress& remote_addr) = 0;
75 virtual int SetOption(rtc::Socket::Option opt, int value) = 0;
76 virtual int GetOption(rtc::Socket::Option opt, int* value) = 0;
84 const rtc::SocketAddress& addr,
85 const rtc::PacketOptions& options, bool payload) = 0;
90 sigslot::signal6<PortInterface*, const rtc::SocketAddress&,
98 const rtc::SocketAddress& addr) = 0;
100 StunMessage* request, const rtc::SocketAddress& addr
    [all...]
  /external/webrtc/webrtc/p2p/client/
httpportallocator.h 22 namespace rtc { namespace
43 HttpPortAllocatorBase(rtc::NetworkManager* network_manager,
45 HttpPortAllocatorBase(rtc::NetworkManager* network_manager,
46 rtc::PacketSocketFactory* socket_factory,
58 void SetStunHosts(const std::vector<rtc::SocketAddress>& hosts) {
70 const std::vector<rtc::SocketAddress>& stun_hosts() const {
87 std::vector<rtc::SocketAddress> stun_hosts_;
103 const std::vector<rtc::SocketAddress>& stun_hosts,
133 std::vector<rtc::SocketAddress> stun_hosts_;
  /external/webrtc/webrtc/sound/
nullsoundsystem.cc 18 namespace rtc { namespace
22 namespace rtc { namespace
154 } // namespace rtc
soundsysteminterface.h 18 namespace rtc { namespace
110 } // namespace rtc
  /external/skia/tests/
DefaultPathRendererTest.cpp 39 static SkBitmap read_back(GrRenderTargetContext* rtc, int width, int height) {
46 rtc->readPixels(dstII, bm.getAddr(0, 0), bm.rowBytes(), 0, 0, 0);
67 // throw the RTC away so the backing GrSurface/GrStencilBuffer can be reused
69 // draw a normally wound concave path that touches outside of the approx fit RTC's content rect
85 auto rtc = ctx->priv().makeDeferredRenderTargetContext( local
91 rtc->clear(nullptr, { 0, 0, 0, 1 }, GrRenderTargetContext::CanClearFullscreen::kYes);
99 rtc->drawPath(GrNoClip(), std::move(paint), GrAA::kNo,
102 rtc->prepareForExternalIO(SkSurface::BackendSurfaceAccess::kNoAccess,
107 auto rtc = ctx->priv().makeDeferredRenderTargetContext( local
112 rtc->clear(nullptr, { 0, 0, 0, 1 }, GrRenderTargetContext::CanClearFullscreen::kYes)
    [all...]
  /external/skqp/gm/
clockwise.cpp 143 GrRenderTargetContext* rtc = canvas->internal_private_accessTopLayerRenderTargetContext(); local
144 if (!ctx || !rtc) {
149 rtc->clear(nullptr, { 0, 0, 0, 1 }, GrRenderTargetContext::CanClearFullscreen::kYes);
152 rtc->priv().testingOnly_addDrawOp(ClockwiseTestOp::Make(ctx, false, 0));
153 rtc->priv().testingOnly_addDrawOp(ClockwiseTestOp::Make(ctx, true, 100));
157 rtc->asSurfaceProxy()->backendFormat(), SkBackingFit::kExact, 100, 200,
158 rtc->asSurfaceProxy()->config(), nullptr, 1, GrMipMapped::kNo,
164 rtc->drawTexture(GrNoClip(), sk_ref_sp(topLeftRTC->asTextureProxy()),
173 rtc->asSurfaceProxy()->backendFormat(), SkBackingFit::kExact, 100, 200,
174 rtc->asSurfaceProxy()->config(), nullptr, 1, GrMipMapped::kNo
    [all...]
fwidth_squircle.cpp 167 GrRenderTargetContext* rtc = canvas->internal_private_accessTopLayerRenderTargetContext(); local
171 if (!ctx || !rtc) {
184 rtc->priv().testingOnly_addDrawOp(FwidthSquircleTestOp::Make(ctx, canvas->getTotalMatrix()));
  /external/skqp/tests/
DefaultPathRendererTest.cpp 39 static SkBitmap read_back(GrRenderTargetContext* rtc, int width, int height) {
46 rtc->readPixels(dstII, bm.getAddr(0, 0), bm.rowBytes(), 0, 0, 0);
67 // throw the RTC away so the backing GrSurface/GrStencilBuffer can be reused
69 // draw a normally wound concave path that touches outside of the approx fit RTC's content rect
85 auto rtc = ctx->contextPriv().makeDeferredRenderTargetContext( local
91 rtc->clear(nullptr, { 0, 0, 0, 1 }, GrRenderTargetContext::CanClearFullscreen::kYes);
99 rtc->drawPath(GrNoClip(), std::move(paint), GrAA::kNo,
102 rtc->prepareForExternalIO(0, nullptr);
106 auto rtc = ctx->contextPriv().makeDeferredRenderTargetContext( local
111 rtc->clear(nullptr, { 0, 0, 0, 1 }, GrRenderTargetContext::CanClearFullscreen::kYes)
    [all...]
  /external/u-boot/drivers/rtc/
s3c24x0_rtc.c 8 * Date & Time support for the built-in Samsung S3C24X0 RTC
18 #include <rtc.h>
30 struct s3c24x0_rtc *rtc = s3c24x0_get_base_rtc(); local
34 writeb(readb(&rtc->rtccon) | 0x01, &rtc->rtccon);
38 writeb(readb(&rtc->rtccon) & ~0x01, &rtc->rtccon);
47 struct s3c24x0_rtc *rtc = s3c24x0_get_base_rtc(); local
52 /* enable access to RTC registers */
55 /* read RTC registers *
111 struct s3c24x0_rtc *rtc = s3c24x0_get_base_rtc(); local
147 struct s3c24x0_rtc *rtc = s3c24x0_get_base_rtc(); local
    [all...]
  /external/webrtc/talk/app/webrtc/test/
fakeaudiocapturemodule.h 48 namespace rtc { namespace
50 } // namespace rtc
54 public rtc::MessageHandler {
64 static rtc::scoped_refptr<FakeAudioCaptureModule> Create();
200 // The following function is inherited from rtc::MessageHandler.
201 void OnMessage(rtc::Message* msg) override;
267 rtc::scoped_ptr<rtc::Thread> process_thread_;
281 mutable rtc::CriticalSection crit_;
284 rtc::CriticalSection crit_callback_
    [all...]
  /external/webrtc/talk/media/devices/
devicemanager.h 44 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::WindowPicker> window_picker_
    [all...]
filevideocapturer.h 47 namespace rtc { namespace
71 rtc::FileStream video_file_;
88 return rtc::starts_with(device.id.c_str(), kVideoFileDevicePrefix);
128 rtc::StreamResult ReadFrameHeader(CapturedFrame* frame);
146 rtc::FileStream video_file_;

Completed in 1471 milliseconds

<<111213141516171819