Home
last modified time | relevance | path

Searched refs:analyzer_ (Results 1 – 21 of 21) sorted by relevance

/external/webrtc/test/pc/e2e/analyzer/video/
Dvideo_quality_analyzer_injection_helper.cc54 analyzer_(analyzer), in AnalyzingFramePreprocessor()
62 analyzer_->OnFrameCaptured(peer_name_, stream_label_, frame); in Preprocess()
74 VideoQualityAnalyzerInterface* const analyzer_; member in webrtc::webrtc_pc_e2e::__anon497d845e0111::AnalyzingFramePreprocessor
85 : analyzer_(std::move(analyzer)), in VideoQualityAnalyzerInjectionHelper()
105 encoding_entities_id_generator_.get(), injector_, analyzer_.get()); in WrapVideoEncoderFactory()
114 extractor_, analyzer_.get()); in WrapVideoDecoderFactory()
137 peer_name, std::move(*config.stream_label), analyzer_.get(), in CreateFramePreprocessor()
151 analyzer_->Start(std::move(test_case_name), peer_names, max_threads_count); in Start()
157 analyzer_->OnStatsReports(pc_label, report); in OnStatsReports()
161 analyzer_->Stop(); in Stop()
[all …]
Dquality_analyzing_video_decoder.cc40 analyzer_(analyzer) { in QualityAnalyzingVideoDecoder()
93 analyzer_->OnFramePreDecode(peer_name_, out.id, *origin_image); in Decode()
103 analyzer_->OnDecoderError(peer_name_, out.id, result); in Decode()
230 analyzer_->OnFrameDecoded(peer_name_, *frame, stats); in OnFrameDecoded()
243 analyzer_(analyzer) {} in QualityAnalyzingVideoDecoderFactory()
258 analyzer_); in CreateVideoDecoder()
269 analyzer_); in LegacyCreateVideoDecoder()
Dquality_analyzing_video_encoder.cc69 analyzer_(analyzer), in QualityAnalyzingVideoEncoder()
139 analyzer_->OnFramePreEncode(peer_name_, frame); in Encode()
157 analyzer_->OnEncoderError(peer_name_, frame, result); in Encode()
282 analyzer_->OnFrameEncoded(peer_name_, frame_id, encoded_image, stats); in OnEncodedImage()
303 analyzer_->OnFrameDropped(peer_name_, reason); in OnDroppedFrame()
311 std::string stream_label = analyzer_->GetStreamLabel(frame_id); in ShouldDiscard()
366 analyzer_(analyzer) {} in QualityAnalyzingVideoEncoderFactory()
387 stream_required_spatial_index_, injector_, analyzer_); in CreateVideoEncoder()
Dquality_analyzing_video_encoder.h155 VideoQualityAnalyzerInterface* const analyzer_; variable
199 VideoQualityAnalyzerInterface* const analyzer_; variable
Dquality_analyzing_video_decoder.h113 VideoQualityAnalyzerInterface* const analyzer_; variable
155 VideoQualityAnalyzerInterface* const analyzer_; variable
Dvideo_quality_analyzer_injection_helper.h116 std::unique_ptr<VideoQualityAnalyzerInterface> analyzer_; variable
/external/libtextclassifier/native/annotator/grammar/
Dgrammar-annotator.cc86 analyzer_(unilib, model->rules(), &tokenizer_) {} in GrammarAnnotator()
205 analyzer_.BuildTextContextForInput(text, locales); in Annotate()
210 analyzer_.parser().Parse(input_context, &arena))) { in Annotate()
236 analyzer_.BuildTextContextForInput(text, locales); in SuggestSelection()
244 selection, analyzer_.parser().Parse(input_context, &arena), in SuggestSelection()
277 analyzer_.BuildTextContextForInput(text, locales); in ClassifyText()
300 selection, analyzer_.parser().Parse(input_context, &arena), in ClassifyText()
Dgrammar-annotator.h84 const grammar::Analyzer analyzer_; variable
/external/webrtc/video/
Dvideo_quality_test.cc137 analyzer_(analyzer) { in QualityTestVideoEncoder()
166 if (analyzer_) { in Encode()
167 analyzer_->PreEncodeOnFrame(frame); in Encode()
251 if (analyzer_) { in OnEncodedImage()
252 analyzer_->PostEncodeOnFrame(simulcast_index, in OnEncodedImage()
271 VideoAnalyzer* const analyzer_; member in webrtc::__anonfccf62660111::QualityTestVideoEncoder
393 return this->CreateVideoEncoder(format, analyzer_.get()); in __anonfccf62660602()
1255 analyzer_ = std::make_unique<VideoAnalyzer>( in RunWithAnalyzer()
1273 analyzer_->SetCall(sender_call_.get()); in RunWithAnalyzer()
1274 analyzer_->SetReceiver(receiver_call_->Receiver()); in RunWithAnalyzer()
[all …]
Dvideo_quality_test.h130 std::unique_ptr<VideoAnalyzer> analyzer_; variable
Dvideo_analyzer.h169 VideoAnalyzer* const analyzer_; variable
Dvideo_analyzer.cc982 : analyzer_(analyzer), in CapturedFrameForwarder()
1004 analyzer_->AddCapturedFrameForComparison(copy); in OnFrame()
/external/libtextclassifier/native/actions/
Dgrammar-actions.cc36 analyzer_(unilib, grammar_rules->rules(), tokenizer_.get()), in GrammarActions()
145 grammar::TextContext text = analyzer_.BuildTextContextForInput( in SuggestActions()
152 analyzer_.Parse(text, &arena); in SuggestActions()
Dgrammar-actions.h58 const grammar::Analyzer analyzer_; variable
/external/libtextclassifier/native/annotator/datetime/
Dgrammar-parser.cc37 : analyzer_(analyzer), in GrammarDatetimeParser()
69 analyzer_.Parse(input, locales, &arena, in Parse()
Dgrammar-parser.h60 const grammar::Analyzer& analyzer_;
Dgrammar-parser_test.cc49 analyzer_ = std::make_unique<Analyzer>( in SetUp()
52 parser_.reset(new GrammarDatetimeParser(*analyzer_, *datetime_grounder_, in SetUp()
66 std::unique_ptr<Analyzer> analyzer_; member in libtextclassifier3::__anon24aadc530111::GrammarDatetimeParserTest
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.h535 return analyzer_.GetSCC(descriptor); in GetSCC()
550 SCCAnalyzer<DepsGenerator> analyzer_; variable
Dcpp_helpers.cc1169 const SCC* child = analyzer_.GetSCC(field->message_type()); in GetSCCAnalysis()
/external/libtextclassifier/native/annotator/
Dannotator.h452 std::unique_ptr<const grammar::Analyzer> analyzer_; variable
Dannotator.cc423 analyzer_ = std::make_unique<grammar::Analyzer>( in ValidateAndInitialize()
427 *analyzer_, *datetime_grounder_, in ValidateAndInitialize()