/external/webrtc/call/adaptation/ |
D | video_stream_adapter.cc | 144 const char* Adaptation::StatusToString(Adaptation::Status status) { in StatusToString() 146 case Adaptation::Status::kValid: in StatusToString() 148 case Adaptation::Status::kLimitReached: in StatusToString() 150 case Adaptation::Status::kAwaitingPreviousAdaptation: in StatusToString() 161 Adaptation::Adaptation(int validation_id, in Adaptation() function in webrtc::Adaptation 173 Adaptation::Adaptation(int validation_id, in Adaptation() function in webrtc::Adaptation 184 Adaptation::Status Adaptation::status() const { in status() 188 bool Adaptation::min_pixel_limit_reached() const { in min_pixel_limit_reached() 192 const VideoStreamInputState& Adaptation::input_state() const { in input_state() 196 const VideoSourceRestrictions& Adaptation::restrictions() const { in restrictions() [all …]
|
D | video_stream_adapter_unittest.cc | 110 void ApplyAdaptation(Adaptation adaptation) { in ApplyAdaptation() 210 Adaptation adaptation = adapter_.GetAdaptationDown(); in TEST_F() 211 EXPECT_EQ(Adaptation::Status::kValid, adaptation.status()); in TEST_F() 234 Adaptation adaptation = adapter_.GetAdaptationDown(); in TEST_F() 235 EXPECT_EQ(Adaptation::Status::kLimitReached, adaptation.status()); in TEST_F() 264 EXPECT_EQ(Adaptation::Status::kLimitReached, in TEST_F() 280 Adaptation adaptation = adapter_.GetAdaptationDown(); in TEST_F() 281 EXPECT_EQ(Adaptation::Status::kValid, adaptation.status()); in TEST_F() 298 Adaptation adaptation = adapter_.GetAdaptationDown(); in TEST_F() 299 EXPECT_EQ(Adaptation::Status::kValid, adaptation.status()); in TEST_F() [all …]
|
D | video_stream_adapter.h | 64 class Adaptation final { 98 Adaptation(int validation_id, 104 Adaptation(int validation_id, 156 Adaptation GetAdaptationUp(rtc::scoped_refptr<Resource> resource); 157 Adaptation GetAdaptationDown(); 158 Adaptation GetAdaptationTo(const VideoAdaptationCounters& counters, 164 Adaptation GetAdaptDownResolution(); 167 void ApplyAdaptation(const Adaptation& adaptation, 184 absl::variant<RestrictionsWithCounters, Adaptation::Status>; 197 Adaptation GetAdaptationUp(const VideoStreamInputState& input_state, [all …]
|
D | resource_adaptation_processor.cc | 189 Adaptation adapt_to = stream_adapter_->GetAdaptationTo( in RemoveLimitationsImposedByResource() 191 RTC_DCHECK_EQ(adapt_to.status(), Adaptation::Status::kValid); in RemoveLimitationsImposedByResource() 250 Adaptation adaptation = stream_adapter_->GetAdaptationUp(reason_resource); in OnResourceUnderuse() 251 if (adaptation.status() != Adaptation::Status::kValid) { in OnResourceUnderuse() 255 << Adaptation::StatusToString(adaptation.status()); in OnResourceUnderuse() 312 Adaptation adaptation = stream_adapter_->GetAdaptationDown(); in OnResourceOveruse() 316 if (adaptation.status() != Adaptation::Status::kValid) { in OnResourceOveruse() 320 << Adaptation::StatusToString(adaptation.status()); in OnResourceOveruse()
|
/external/google-styleguide/ |
D | LICENSE | 27 a. "Adaptation" means a work based upon the Work, or upon the Work and 34 Collection will not be considered an Adaptation for the purpose of 38 Adaptation for the purpose of this License. 48 considered an Adaptation (as defined above) for the purposes of this 51 copies of the Work or Adaptation, as appropriate, through sale or 117 b. to create and Reproduce Adaptations provided that any such Adaptation, 172 Adaptation, upon notice from any Licensor You must, to the extent 173 practicable, remove from the Adaptation any credit as required by 188 and (iv) , consistent with Section 3(b), in the case of an Adaptation, 189 a credit identifying the use of the Work in the Adaptation (e.g., [all …]
|
/external/pdfium/third_party/lcms/src/ |
D | cmsxform.c | 1243 cmsFloat64Number Adaptation[4]; in cmsCreateProofingTransformTHR() local 1251 …Adaptation[0] = Adaptation[1] = Adaptation[2] = Adaptation[3] = cmsSetAdaptationStateTHR(ContextID… in cmsCreateProofingTransformTHR() 1256 return cmsCreateExtendedTransform(ContextID, 4, hArray, BPC, Intents, Adaptation, in cmsCreateProofingTransformTHR()
|
/external/rust/crates/crossbeam-channel/ |
D | LICENSE-THIRD-PARTY | 64 a. "Adaptation" means a work based upon the Work, or upon the Work and 71 Collection will not be considered an Adaptation for the purpose of 75 Adaptation for the purpose of this License. 85 considered an Adaptation (as defined above) for the purposes of this 88 copies of the Work or Adaptation, as appropriate, through sale or 154 b. to create and Reproduce Adaptations provided that any such Adaptation, 209 Adaptation, upon notice from any Licensor You must, to the extent 210 practicable, remove from the Adaptation any credit as required by 225 and (iv) , consistent with Section 3(b), in the case of an Adaptation, 226 a credit identifying the use of the Work in the Adaptation (e.g., [all …]
|
/external/webrtc/video/adaptation/ |
D | video_stream_encoder_resource_manager.cc | 450 Adaptation reduce_resolution = stream_adapter_->GetAdaptDownResolution(); in OnFrameDroppedDueToSize() 451 if (reduce_resolution.status() == Adaptation::Status::kValid) { in OnFrameDroppedDueToSize()
|
/external/apache-commons-bcel/docs/ |
D | manual.bib | 38 title = {\protect{Binary Component Adaptation}},
|
/external/tensorflow/tensorflow/lite/java/ovic/ |
D | README.md | 316 1. **NetAdapt: Platform-Aware Neural Network Adaptation for Mobile
|
/external/zstd/programs/ |
D | zstd.1.md | 130 Adaptation can be constrained between supplied `min` and `max` levels.
|
/external/parameter-framework/upstream/doc/requirements/ |
D | requirements.md | 1107 This can be seen as related to the "Parameter Adaptation" requirement or even
|