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

<<111213141516171819

  /external/webrtc/webrtc/base/
optional_unittest.cc 19 namespace rtc { namespace
67 static rtc::scoped_ptr<std::vector<std::string>> Setup() {
489 } // namespace rtc
pathutils.cc 25 namespace rtc { namespace
252 } // namespace rtc
physicalsocketserver.h 26 namespace rtc { namespace
220 } // namespace rtc
platform_thread.cc 20 namespace rtc { namespace
180 rtc::SetCurrentThreadName(name_.c_str());
250 } // namespace rtc
profiler.h 54 #define PROFILE(msg) rtc::ProfilerScope UNIQUE_VAR(msg)
59 rtc::Profiler::Instance()->ReportAllToLog(__FILE__, __LINE__, sev)
64 rtc::Profiler::Instance()->ReportToLog(__FILE__, __LINE__, sev, prefix)
67 #define PROFILE_START(msg) rtc::Profiler::Instance()->StartEvent(msg)
68 #define PROFILE_STOP(msg) rtc::Profiler::Instance()->StopEvent(msg)
86 namespace rtc { namespace
160 } // namespace rtc
rollingaccumulator.h 19 namespace rtc { namespace
171 } // namespace rtc
sharedexclusivelock_unittest.cc 20 namespace rtc { namespace
64 ASSERT(rtc::Thread::Current() == worker_thread_.get());
97 ASSERT(rtc::Thread::Current() == worker_thread_.get());
218 } // namespace rtc
sslidentity.cc 32 namespace rtc { namespace
251 } // namespace rtc
stream_unittest.cc 16 namespace rtc { namespace
374 } // namespace rtc
stringutils.h 43 namespace rtc { namespace
54 } // namespace rtc
125 namespace rtc { namespace
316 } // namespace rtc
task.h 90 namespace rtc { namespace
172 } // namespace rtc
thread.h 30 namespace rtc { namespace
214 // method, like derived implementation of rtc::Thread and it can not be
327 } // namespace rtc
win32.h 44 namespace rtc { namespace
129 } // namespace rtc
win32socketserver.h 24 namespace rtc { namespace
160 } // namespace rtc
winping.h 20 namespace rtc { namespace
101 } // namespace rtc
  /external/webrtc/webrtc/p2p/base/
stunport.h 21 namespace rtc { namespace
31 static UDPPort* Create(rtc::Thread* thread,
32 rtc::PacketSocketFactory* factory,
33 rtc::Network* network,
34 rtc::AsyncPacketSocket* socket,
48 static UDPPort* Create(rtc::Thread* thread,
49 rtc::PacketSocketFactory* factory,
50 rtc::Network* network,
51 const rtc::IPAddress& ip,
70 rtc::SocketAddress GetLocalAddress() const
    [all...]
transportcontroller.h 23 namespace rtc { namespace
30 public rtc::MessageHandler {
32 TransportController(rtc::Thread* signaling_thread,
33 rtc::Thread* worker_thread,
38 rtc::Thread* signaling_thread() const { return signaling_thread_; }
39 rtc::Thread* worker_thread() const { return worker_thread_; }
46 bool SetSslMaxProtocolVersion(rtc::SSLProtocolVersion version);
51 bool GetSslRole(const std::string& transport_name, rtc::SSLRole* role);
56 const rtc::scoped_refptr<rtc::RTCCertificate>& certificate)
    [all...]
  /external/webrtc/webrtc/p2p/client/
fakeportallocator.h 20 namespace rtc { namespace
29 static TestUDPPort* Create(rtc::Thread* thread,
30 rtc::PacketSocketFactory* factory,
31 rtc::Network* network,
32 const rtc::IPAddress& ip,
49 const rtc::SocketAddress& addr) override {
59 TestUDPPort(rtc::Thread* thread,
60 rtc::PacketSocketFactory* factory,
61 rtc::Network* network,
62 const rtc::IPAddress& ip
    [all...]
  /external/skia/bench/
VertexColorSpaceBench.cpp 275 sk_sp<GrRenderTargetContext> rtc(
278 SkASSERT(rtc); variable
298 rtc->priv().testingOnly_addDrawOp(std::move(op));
  /external/skia/gm/
gm.cpp 114 DrawResult SimpleGpuGM::onDraw(GrContext* ctx, GrRenderTargetContext* rtc, SkCanvas* canvas,
116 return fDrawProc(ctx, rtc, canvas, errorMsg);
158 DrawResult GpuGM::onDraw(GrContext* ctx, GrRenderTargetContext* rtc, SkCanvas* canvas,
160 this->onDraw(ctx, rtc, canvas);
169 GrRenderTargetContext* rtc = canvas->internal_private_accessTopLayerRenderTargetContext(); local
170 if (!ctx || !rtc) {
178 return this->onDraw(ctx, rtc, canvas, errorMsg);
windowrectangles.cpp 178 GrRenderTargetContext* rtc = canvas->internal_private_accessTopLayerRenderTargetContext(); local
179 if (!ctx || !rtc) {
183 if (rtc->priv().maxWindowRectangles() < kNumWindows) {
189 const GrReducedClip reducedClip(stack, SkRect::Make(kCoverRect), rtc->caps(), kNumWindows);
192 if (GrFSAAType::kNone == rtc->fsaaType()) {
194 this->visualizeAlphaMask(ctx, rtc, reducedClip, std::move(paint));
197 this->visualizeStencilMask(ctx, rtc, reducedClip, std::move(paint));
202 void WindowRectanglesMaskGM::visualizeAlphaMask(GrContext* ctx, GrRenderTargetContext* rtc,
234 rtc->drawRect(clip, std::move(paint), GrAA::kYes, SkMatrix::I(),
238 void WindowRectanglesMaskGM::visualizeStencilMask(GrContext* ctx, GrRenderTargetContext* rtc,
    [all...]
  /external/skia/src/gpu/ccpr/
GrCoverageCountingPathRenderer.cpp 140 GrRenderTargetContext* rtc = args.fRenderTargetContext; local
141 args.fClip->getConservativeBounds(rtc->width(), rtc->height(), &clipIBounds, nullptr);
  /external/skia/src/image/
SkSurface_Gpu.cpp 55 GrRenderTargetContext* rtc = surface->getDevice()->accessRenderTargetContext(); local
56 return rtc->accessRenderTarget();
92 GrRenderTargetContext* rtc = fDevice->accessRenderTargetContext(); local
93 if (!rtc) {
99 if (!rtc->asSurfaceProxy()) {
103 SkBudgeted budgeted = rtc->asSurfaceProxy()->isBudgeted();
105 sk_sp<GrTextureProxy> srcProxy = rtc->asTextureProxyRef();
108 srcProxy = GrSurfaceProxy::Copy(ctx, rtc->asSurfaceProxy(), rtc->mipMapped(), *subset,
110 } else if (!srcProxy || rtc->priv().refsWrappedObjects())
140 GrRenderTargetContext* rtc = fDevice->accessRenderTargetContext(); local
175 GrRenderTargetContext* rtc = fDevice->accessRenderTargetContext(); local
211 GrRenderTargetContext* rtc = fDevice->accessRenderTargetContext(); local
274 GrRenderTargetContext* rtc = fDevice->accessRenderTargetContext(); local
    [all...]
  /external/skia/tests/
DrawOpAtlasTest.cpp 194 auto rtc = context->priv().makeDeferredRenderTargetContext(format, local
209 context, textContext, rtc.get(), paint, font, SkMatrix::I(), text, 16, 16);
217 rtc->asRenderTargetProxy(),
LazyProxyTest.cpp 218 sk_sp<GrRenderTargetContext> rtc = ctx->priv().makeDeferredRenderTargetContext( local
221 REPORTER_ASSERT(reporter, rtc);
229 rtc->priv().testingOnly_addDrawOp(LazyProxyTest::Clip(&test, mockAtlas->asTextureProxy()),
383 sk_sp<GrRenderTargetContext> rtc = ctx->priv().makeDeferredRenderTargetContext( local
386 REPORTER_ASSERT(reporter, rtc);
388 rtc->clear(nullptr, SkPMColor4f::FromBytes_RGBA(0xbaaaaaad),
392 rtc->priv().testingOnly_addDrawOp(LazyFailedInstantiationTestOp::Make(
461 sk_sp<GrRenderTargetContext> rtc = ctx->priv().makeDeferredRenderTargetContext( local
464 REPORTER_ASSERT(reporter, rtc);
466 rtc->clear(nullptr, SkPMColor4f::FromBytes_RGBA(0xbaaaaaad)
    [all...]

Completed in 1339 milliseconds

<<111213141516171819