Home
last modified time | relevance | path

Searched refs:analyzer_ (Results 1 – 25 of 25) 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::__anon5eb0c0bc0111::AnalyzingFramePreprocessor
87 analyzer_(std::move(analyzer)), in VideoQualityAnalyzerInjectionHelper()
105 std::move(stream_to_sfu_config), injector_, analyzer_.get()); in WrapVideoEncoderFactory()
113 peer_name, std::move(delegate), extractor_, analyzer_.get()); in WrapVideoDecoderFactory()
140 peer_name, std::move(*config.stream_label), analyzer_.get(), in CreateFramePreprocessor()
155 return std::make_unique<AnalyzingVideoSink>(peer_name, clock_, *analyzer_, in CreateVideoSink()
164 analyzer_->Start(std::move(test_case_name), peer_names, max_threads_count); in Start()
172 analyzer_->RegisterParticipantInCall(peer_name); in RegisterParticipantInCall()
[all …]
Dquality_analyzing_video_encoder.cc71 analyzer_(analyzer), in QualityAnalyzingVideoEncoder()
149 analyzer_->OnFramePreEncode(peer_name_, frame); in Encode()
167 analyzer_->OnEncoderError(peer_name_, frame, result); in Encode()
294 analyzer_->OnFrameEncoded(peer_name_, frame_id, encoded_image, stats, in OnEncodedImage()
314 analyzer_->OnFrameDropped(peer_name_, reason); in OnDroppedFrame()
322 std::string stream_label = analyzer_->GetStreamLabel(frame_id); in ShouldDiscard()
378 analyzer_(analyzer) {} in QualityAnalyzingVideoEncoderFactory()
392 stream_to_sfu_config_, injector_, analyzer_); in CreateVideoEncoder()
Dquality_analyzing_video_decoder.cc39 analyzer_(analyzer) { in QualityAnalyzingVideoDecoder()
97 analyzer_->OnFramePreDecode( in Decode()
110 analyzer_->OnDecoderError( in Decode()
243 analyzer_->OnFrameDecoded(peer_name_, *frame, stats); in OnFrameDecoded()
254 analyzer_(analyzer) {} in QualityAnalyzingVideoDecoderFactory()
268 peer_name_, std::move(decoder), extractor_, analyzer_); in CreateVideoDecoder()
Danalyzing_video_sink.cc44 analyzer_(&analyzer), in AnalyzingVideoSink()
90 std::string stream_label = analyzer_->GetStreamLabel(frame.id()); in OnFrame()
159 analyzer_->OnFrameRendered(peer_name_, frame_copy); in AnalyzeFrame()
Dquality_analyzing_video_encoder.h145 VideoQualityAnalyzerInterface* const analyzer_; variable
185 VideoQualityAnalyzerInterface* const analyzer_; variable
Dquality_analyzing_video_decoder.h107 VideoQualityAnalyzerInterface* const analyzer_; variable
147 VideoQualityAnalyzerInterface* const analyzer_; variable
Danalyzing_video_sink.h94 VideoQualityAnalyzerInterface* const analyzer_; variable
Dvideo_quality_analyzer_injection_helper.h151 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.cc138 analyzer_(analyzer) { in QualityTestVideoEncoder()
167 if (analyzer_) { in Encode()
168 analyzer_->PreEncodeOnFrame(frame); in Encode()
251 if (analyzer_) { in OnEncodedImage()
252 analyzer_->PostEncodeOnFrame(simulcast_index, in OnEncodedImage()
270 VideoAnalyzer* const analyzer_; member in webrtc::__anonbedff9440111::QualityTestVideoEncoder
392 return this->CreateVideoEncoder(format, analyzer_.get()); in __anonbedff9440602()
1261 analyzer_ = std::make_unique<VideoAnalyzer>( in RunWithAnalyzer()
1279 analyzer_->SetCall(sender_call_.get()); in RunWithAnalyzer()
1280 analyzer_->SetReceiver(receiver_call_->Receiver()); in RunWithAnalyzer()
[all …]
Dvideo_quality_test.h131 std::unique_ptr<VideoAnalyzer> analyzer_; variable
Dvideo_analyzer.h169 VideoAnalyzer* const analyzer_; variable
Dvideo_analyzer.cc1000 : analyzer_(analyzer), in CapturedFrameForwarder()
1022 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.cc39 : analyzer_(analyzer), in GrammarDatetimeParser()
76 analyzer_.Parse(input, locales, &arena, in Parse()
Dgrammar-parser.h62 const grammar::Analyzer& analyzer_;
Dgrammar-parser_test.cc58 analyzer_ = std::make_unique<Analyzer>( in ResetParser()
61 parser_.reset(new GrammarDatetimeParser(*analyzer_, *datetime_grounder_, in ResetParser()
71 std::unique_ptr<Analyzer> analyzer_; member in libtextclassifier3::__anonc1ef6b310111::GrammarDatetimeParserTest
/external/cronet/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.h648 return analyzer_.GetSCC(descriptor); in GetSCC()
663 SCCAnalyzer<DepsGenerator> analyzer_; variable
Dcpp_helpers.cc1208 const SCC* child = analyzer_.GetSCC(field->message_type()); in GetSCCAnalysis()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dhelpers.h648 return analyzer_.GetSCC(descriptor); in GetSCC()
663 SCCAnalyzer<DepsGenerator> analyzer_; variable
Dhelpers.cc1270 const SCC* child = analyzer_.GetSCC(field->message_type()); in GetSCCAnalysis()
/external/libtextclassifier/native/annotator/
Dannotator.h455 std::unique_ptr<const grammar::Analyzer> analyzer_; variable
Dannotator.cc429 analyzer_ = std::make_unique<grammar::Analyzer>( in ValidateAndInitialize()
433 *analyzer_, *datetime_grounder_, in ValidateAndInitialize()