/external/webrtc/modules/video_coding/ |
D | generic_decoder.cc | 215 implementation_name_ = decoder_->ImplementationName(); in InitDecode() 216 RTC_LOG(LS_INFO) << "Decoder implementation: " << implementation_name_; in InitDecode() 246 if (new_implementation_name != implementation_name_) { in Decode() 247 implementation_name_ = new_implementation_name; in Decode() 251 _callback->OnDecoderImplementationName(implementation_name_.c_str()); in Decode()
|
D | generic_decoder.h | 116 std::string implementation_name_; variable
|
/external/webrtc/sdk/objc/native/src/ |
D | objc_video_decoder_factory.mm | 37 : decoder_(decoder), implementation_name_([decoder implementationName].stdString) {} 76 const char *ImplementationName() const override { return implementation_name_.c_str(); } 80 const std::string implementation_name_;
|
D | objc_video_encoder_factory.mm | 43 : encoder_(encoder), implementation_name_([encoder implementationName].stdString) {} 98 info.implementation_name = implementation_name_; 111 const std::string implementation_name_;
|
/external/webrtc/sdk/android/src/jni/ |
D | video_decoder_wrapper.cc | 44 implementation_name_(JavaToStdString( in VideoDecoderWrapper() 153 return implementation_name_.c_str(); in ImplementationName()
|
D | video_decoder_wrapper.h | 89 const std::string implementation_name_; variable
|
/external/webrtc/test/pc/e2e/analyzer/video/ |
D | quality_analyzing_video_decoder.cc | 36 implementation_name_("AnalyzingDecoder-" + in QualityAnalyzingVideoDecoder() 131 return implementation_name_.c_str(); in ImplementationName()
|
D | quality_analyzing_video_decoder.h | 110 const std::string implementation_name_; variable
|
/external/webrtc/api/video_codecs/test/ |
D | video_encoder_software_fallback_wrapper_unittest.cc | 150 info.implementation_name = implementation_name_; in GetEncoderInfo() 162 std::string implementation_name_ = "fake-encoder"; member in webrtc::VideoEncoderSoftwareFallbackWrapperTestBase::CountingFakeEncoder 199 fake_sw_encoder_->implementation_name_ = "fake_sw_encoder"; in VideoEncoderSoftwareFallbackWrapperTest() 427 CheckLastEncoderName(fake_sw_encoder_->implementation_name_.c_str()); in TEST_F()
|
/external/webrtc/media/engine/ |
D | simulcast_encoder_adapter_unittest.cc | 234 info.implementation_name = implementation_name_; in GetEncoderInfo() 264 implementation_name_ = name; in set_implementation_name() 312 std::string implementation_name_ = "unknown"; member in webrtc::test::MockVideoEncoder
|
/external/webrtc/video/ |
D | receive_statistics_proxy_unittest.cc | 1720 const std::string implementation_name_ = {std::get<5>(GetParam())}; member in webrtc::ReceiveStatisticsProxyTestWithDecodeTimeHistograms 1724 (implementation_name_.compare("ExternalDecoder") == 0 ? "Hw" : "Sw"); 1735 statistics_proxy_->OnDecoderImplementationName(implementation_name_.c_str()); in TEST_P()
|
D | receive_statistics_proxy2_unittest.cc | 1757 const std::string implementation_name_ = {std::get<5>(GetParam())}; member in webrtc::internal::ReceiveStatisticsProxy2TestWithDecodeTimeHistograms 1761 (implementation_name_.compare("ExternalDecoder") == 0 ? "Hw" : "Sw"); 1772 statistics_proxy_->OnDecoderImplementationName(implementation_name_.c_str()); in TEST_P()
|