Home
last modified time | relevance | path

Searched refs:GetMetrics (Results 1 – 25 of 30) sorted by relevance

12

/external/webrtc/modules/audio_processing/
Dresidual_echo_detector_unittest.cc43 auto ed_metrics = echo_detector->GetMetrics(); in TEST()
66 auto ed_metrics = echo_detector->GetMetrics(); in TEST()
104 auto ed_metrics = echo_detector->GetMetrics(); in TEST()
137 auto ed_metrics = echo_detector->GetMetrics(); in TEST()
Dresidual_echo_detector.h49 EchoDetector::Metrics GetMetrics() const override;
Dresidual_echo_detector.cc209 EchoDetector::Metrics ResidualEchoDetector::GetMetrics() const { in GetMetrics() function in webrtc::ResidualEchoDetector
/external/webrtc/modules/audio_processing/aec3/
Dblock_processor.cc63 void GetMetrics(EchoControl::Metrics* metrics) const override;
228 void BlockProcessorImpl::GetMetrics(EchoControl::Metrics* metrics) const { in GetMetrics() function in webrtc::__anon472254dc0111::BlockProcessorImpl
229 echo_remover_->GetMetrics(metrics); in GetMetrics()
Decho_remover.h35 virtual void GetMetrics(EchoControl::Metrics* metrics) const = 0;
Dblock_processor.h53 virtual void GetMetrics(EchoControl::Metrics* metrics) const = 0;
Decho_canceller3.h117 Metrics GetMetrics() const override;
Decho_remover.cc116 void GetMetrics(EchoControl::Metrics* metrics) const override;
227 void EchoRemoverImpl::GetMetrics(EchoControl::Metrics* metrics) const { in GetMetrics() function in webrtc::__anon30cab5100111::EchoRemoverImpl
Decho_canceller3.cc796 EchoControl::Metrics EchoCanceller3::GetMetrics() const { in GetMetrics() function in webrtc::EchoCanceller3
799 block_processor_->GetMetrics(&metrics); in GetMetrics()
Decho_canceller3_unittest.cc124 void GetMetrics(EchoControl::Metrics* metrics) const override {} in GetMetrics() function in webrtc::__anon780ec12b0111::CaptureTransportVerificationProcessor
157 void GetMetrics(EchoControl::Metrics* metrics) const override {} in GetMetrics() function in webrtc::__anon780ec12b0111::RenderTransportVerificationProcessor
/external/webrtc/modules/audio_processing/test/
Decho_control_mock.h35 MOCK_METHOD(EchoControl::Metrics, GetMetrics, (), (const, override));
/external/webrtc/modules/audio_processing/aec3/mock/
Dmock_echo_remover.h44 GetMetrics,
Dmock_block_processor.h43 GetMetrics,
/external/webrtc/api/audio/
Decho_control.h46 virtual Metrics GetMetrics() const = 0;
/external/skqp/src/pdf/
DSkPDFFont.cpp107 const SkAdvancedTypefaceMetrics* SkPDFFont::GetMetrics(const SkTypeface* typeface, in GetMetrics() function in SkPDFFont
194 const SkAdvancedTypefaceMetrics* fontMetrics = SkPDFFont::GetMetrics(face, doc); in GetFontResource()
290 SkPDFFont::GetMetrics(font.typeface(), doc); in emit_subset_type0()
468 const SkAdvancedTypefaceMetrics* info = SkPDFFont::GetMetrics(typeface, doc); in type1_font_descriptor()
483 if (const SkAdvancedTypefaceMetrics* info = SkPDFFont::GetMetrics(typeface, doc)) { in emit_subset_type1()
614 if (const SkAdvancedTypefaceMetrics* metrics = SkPDFFont::GetMetrics(typeface, doc)) { in type3_descriptor()
783 const SkAdvancedTypefaceMetrics* metrics = SkPDFFont::GetMetrics(typeface, doc); in CanEmbedTypeface()
DSkPDFFont.h95 static const SkAdvancedTypefaceMetrics* GetMetrics(const SkTypeface* typeface,
/external/skia/src/pdf/
DSkPDFFont.cpp106 const SkAdvancedTypefaceMetrics* SkPDFFont::GetMetrics(const SkTypeface* typeface, in GetMetrics() function in SkPDFFont
187 const SkAdvancedTypefaceMetrics* fontMetrics = SkPDFFont::GetMetrics(face, doc); in GetFontResource()
285 SkPDFFont::GetMetrics(font.typeface(), doc); in emit_subset_type0()
493 if (const SkAdvancedTypefaceMetrics* metrics = SkPDFFont::GetMetrics(typeface, doc)) { in type3_descriptor()
687 const SkAdvancedTypefaceMetrics* metrics = SkPDFFont::GetMetrics(typeface, doc); in CanEmbedTypeface()
DSkPDFFont.h98 static const SkAdvancedTypefaceMetrics* GetMetrics(const SkTypeface* typeface,
DSkPDFType1Font.cpp276 const SkAdvancedTypefaceMetrics* info = SkPDFFont::GetMetrics(typeface, doc); in type1_font_descriptor()
292 if (const SkAdvancedTypefaceMetrics* info = SkPDFFont::GetMetrics(typeface, doc)) { in SkPDFEmitType1Font()
/external/libaom/libaom/test/
Dvisual_metrics.py188 def GetMetrics(file_name): function
358 metrics = GetMetrics(baseline_dir + "/" + dir_list[0])
/external/webrtc/modules/audio_processing/include/
Dmock_audio_processing.h65 MOCK_METHOD(Metrics, GetMetrics, (), (const, override));
/external/skia/src/ports/
DSkTypeface_win_dw.cpp103 fDWriteFontFace->GetMetrics(&metrics); in onGetUPEM()
461 fDWriteFontFace->GetMetrics(&dwfm); in onGetAdvancedMetrics()
DSkScalerContext_win_dw.cpp423 this->getDWriteTypeface()->fDWriteFontFace->GetMetrics(&dwfm); in generateAdvance()
758 this->getDWriteTypeface()->fDWriteFontFace->GetMetrics(&dwfm); in generateFontMetrics()
788 this->getDWriteTypeface()->fDWriteFontFace1->GetMetrics(&dwfm1); in generateFontMetrics()
/external/skqp/src/ports/
DSkTypeface_win_dw.cpp135 fDWriteFontFace->GetMetrics(&metrics); in onGetUPEM()
469 fDWriteFontFace->GetMetrics(&dwfm); in onGetAdvancedMetrics()
DSkScalerContext_win_dw.cpp414 this->getDWriteTypeface()->fDWriteFontFace->GetMetrics(&dwfm); in generateAdvance()
747 this->getDWriteTypeface()->fDWriteFontFace->GetMetrics(&dwfm); in generateFontMetrics()
769 this->getDWriteTypeface()->fDWriteFontFace1->GetMetrics(&dwfm1); in generateFontMetrics()

12