Home
last modified time | relevance | path

Searched refs:desc_ (Results 1 – 15 of 15) sorted by relevance

/external/webrtc/pc/
Dwebrtc_sdp_unittest.cc1026 desc_.AddContent(kAudioContentName, MediaProtocolType::kRtp, in WebRtcSdpTest()
1042 desc_.AddContent(kVideoContentName, MediaProtocolType::kRtp, in WebRtcSdpTest()
1046 desc_.AddTransportInfo(TransportInfo( in WebRtcSdpTest()
1048 desc_.AddTransportInfo(TransportInfo( in WebRtcSdpTest()
1143 jdesc_.Initialize(desc_.Clone(), kSessionId, kSessionVersion); in WebRtcSdpTest()
1177 desc_.transport_infos()[1].description.ice_ufrag.clear(); in MakeBundleOnlyDescription()
1178 desc_.transport_infos()[1].description.ice_pwd.clear(); in MakeBundleOnlyDescription()
1179 desc_.transport_infos()[1].description.connection_role = in MakeBundleOnlyDescription()
1183 desc_.contents()[1].bundle_only = true; in MakeBundleOnlyDescription()
1189 desc_.AddGroup(group); in MakeBundleOnlyDescription()
[all …]
/external/webrtc/modules/desktop_capture/win/
Ddxgi_output_duplicator.cc88 if (desc_.DesktopImageInSystemMemory) { in Initialize()
112 memset(&desc_, 0, sizeof(desc_)); in DuplicateOutput()
113 duplication_->GetDesc(&desc_); in DuplicateOutput()
114 if (desc_.ModeDesc.Format != DXGI_FORMAT_B8G8R8A8_UNORM) { in DuplicateOutput()
118 << desc_.ModeDesc.Format; in DuplicateOutput()
122 if (static_cast<int>(desc_.ModeDesc.Width) != desktop_rect_.width() || in DuplicateOutput()
123 static_cast<int>(desc_.ModeDesc.Height) != desktop_rect_.height()) { in DuplicateOutput()
127 << desc_.ModeDesc.Width << " x " << desc_.ModeDesc.Height in DuplicateOutput()
133 rotation_ = DxgiRotationToRotation(desc_.Rotation); in DuplicateOutput()
Ddxgi_output_duplicator.h121 DXGI_OUTDUPL_DESC desc_; variable
/external/grpc-grpc/src/core/lib/profiling/
Dtimers.h75 : desc_(desc) { in ProfileScope()
76 gpr_timer_begin(desc_, important ? 1 : 0, file, line); in ProfileScope()
78 ~ProfileScope() { gpr_timer_end(desc_, 0, "n/a", 0); } in ~ProfileScope()
81 const char* const desc_;
/external/rust/crates/grpcio-sys/grpc/src/core/lib/profiling/
Dtimers.h75 : desc_(desc) { in ProfileScope()
76 gpr_timer_begin(desc_, important ? 1 : 0, file, line); in ProfileScope()
78 ~ProfileScope() { gpr_timer_end(desc_, 0, "n/a", 0); } in ~ProfileScope()
81 const char* const desc_;
/external/deqp/modules/gles3/stress/
Des3sLongRunningTests.cpp80 … char* const name_, const char* const desc_, int bufFact, const Probs& probs_ = Probs()) : name(na… in init()
152 …har* const name_, const char* const desc_, int numTextures_, const Probs& probs_ = Probs()) : name… in init()
209 …Case (const char* const name_, const char* const desc_, const int calls, const int tris, const Pro… in init()
210 …: name(name_), desc(desc_), drawCallsPerIteration(calls), numTrisPerDrawCall(tris), probs(probs_) … in init()
258 … (const char* const name_, const char* const desc_, const Probs& probs_ = Probs()) : name(name_), … in init()
/external/deqp/modules/gles2/stress/
Des2sLongRunningTests.cpp80 … char* const name_, const char* const desc_, int bufFact, const Probs& probs_ = Probs()) : name(na… in init()
152 …har* const name_, const char* const desc_, int numTextures_, const Probs& probs_ = Probs()) : name… in init()
209 …Case (const char* const name_, const char* const desc_, const int calls, const int tris, const Pro… in init()
210 …: name(name_), desc(desc_), drawCallsPerIteration(calls), numTrisPerDrawCall(tris), probs(probs_) … in init()
258 … (const char* const name_, const char* const desc_, const Probs& probs_ = Probs()) : name(name_), … in init()
/external/tensorflow/tensorflow/c/
Dc_api_test.cc1245 desc_ = TF_NewOperation(graph_, "AddN", "add"); in SetUp()
1247 TF_AddInputList(desc_, inputs, TF_ARRAYSIZE(inputs)); in SetUp()
1306 TF_Operation* op = TF_FinishOperation(desc_, s_); in FinishAndVerify()
1316 TF_OperationDescription* desc_; member in tensorflow::__anon339b47360111::CApiColocationTest
1320 TF_ColocateWith(desc_, feed1_); in TEST_F()
1321 FinishAndVerify(desc_, {"loc:@feed1"}); in TEST_F()
1325 SetViaStringList(desc_, {"loc:@feed1"}); in TEST_F()
1326 FinishAndVerify(desc_, {"loc:@feed1"}); in TEST_F()
1330 SetViaProto(desc_, {"loc:@feed1"}); in TEST_F()
1331 FinishAndVerify(desc_, {"loc:@feed1"}); in TEST_F()
[all …]
/external/webrtc/pc/test/
Dmock_peer_connection_observers.h252 desc_.reset(desc); in OnSuccess()
262 return std::move(desc_); in MoveDescription()
268 std::unique_ptr<SessionDescriptionInterface> desc_; variable
/external/fmtlib/include/fmt/
Dcore.h1838 unsigned long long desc_;
1849 bool is_packed() const { return (desc_ & detail::is_unpacked_bit) == 0; }
1851 return (desc_ & detail::has_named_args_bit) != 0;
1857 return static_cast<detail::type>((desc_ >> shift) & mask);
1862 : desc_(desc), values_(values) {}
1864 : desc_(desc), args_(args) {}
1867 basic_format_args() : desc_(0) {}
1928 : desc_ & ~detail::is_unpacked_bit);
/external/openssh/regress/
Dservcfginclude.sh94 fail "$desc_ host $_host include fail: expected $_exp got $_got"
/external/tensorflow/tensorflow/core/kernels/
Dxsmm_conv2d.cc122 libxsmm_dnn_registry_key(const libxsmm_dnn_conv_desc& desc_) in libxsmm_dnn_registry_key()
123 : descriptor(desc_) {} in libxsmm_dnn_registry_key()
/external/kotlinx.metadata/
Dkotlinx-metadata-jvm-0.1.0.jarMETA-INF/ META-INF/MANIFEST.MF kotlinx/ kotlinx/metadata/ kotlinx/ ...
/external/kotlinc/lib/
Dkotlin-reflect.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/com.android. ...
Dkotlin-compiler.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/backend-common. ...