Searched refs:Detect (Results 1 - 25 of 30) sorted by relevance

12

/external/webrtc/webrtc/modules/remote_bitrate_estimator/
H A Doveruse_detector.h36 BandwidthUsage Detect(double offset,
H A Doveruse_detector_unittest.cc107 overuse_detector_->Detect(
673 overuse_detector_->Detect(kOffset, kTsDelta, num_deltas, now_ms);
686 overuse_detector_->Detect(1.1 * kOffset, kTsDelta, num_deltas, now_ms);
699 overuse_detector_->Detect(kOffset, kTsDelta, num_deltas, now_ms);
711 overuse_detector_->Detect(0.7 * kOffset, kTsDelta, num_deltas, now_ms);
723 overuse_detector_->Detect(kOffset, kTsDelta, num_deltas, now_ms);
746 overuse_detector_->Detect(kOffset, kTsDelta, num_deltas, now_ms);
760 overuse_detector_->Detect(kLargeOffset, kTsDelta, num_deltas, now_ms);
773 overuse_detector_->Detect(kOffset, kTsDelta, num_deltas, now_ms);
H A Doveruse_detector.cc77 BandwidthUsage OveruseDetector::Detect(double offset, function in class:webrtc::OveruseDetector
H A Dremote_bitrate_estimator_single_stream.cc105 estimator->detector.Detect(estimator->estimator.offset(),
H A Dremote_bitrate_estimator_abs_send_time.cc311 detector_.Detect(estimator_.offset(), ts_delta_ms,
/external/webrtc/webrtc/modules/audio_processing/transient/
H A Dtransient_detector.h43 float Detect(const float* data,
H A Dtransient_detector_unittest.cc93 detector.Detect(buffer.get(), buffer_length, NULL, 0);
96 << "Detect test file is malformed.\n";
H A Dclick_annotate.cc86 detector.Detect(audio_buffer.get(), audio_buffer_length, NULL, 0);
H A Dtransient_detector.cc69 float TransientDetector::Detect(const float* data, function in class:webrtc::TransientDetector
91 // Add value delayed (Use the last moments from the last call to Detect).
H A Dtransient_suppressor.cc193 float detector_result = detector_->Detect(
/external/pdfium/xfa/src/fxbarcode/common/
H A DBC_WhiteRectangleDetector.h19 CFX_PtrArray* Detect(int32_t& e);
H A DBC_WhiteRectangleDetector.cpp61 CFX_PtrArray* CBC_WhiteRectangleDetector::Detect(int32_t& e) { function in class:CBC_WhiteRectangleDetector
/external/pdfium/xfa/src/fxbarcode/datamatrix/
H A DBC_DataMatrixReader.cpp52 CBC_QRDetectorResult* ddr = detector.Detect(e);
H A DBC_DataMatrixDetector.h38 CBC_QRDetectorResult* Detect(int32_t& e);
H A DBC_DataMatrixDetector.cpp51 CBC_QRDetectorResult* CBC_DataMatrixDetector::Detect(int32_t& e) { function in class:CBC_DataMatrixDetector
52 CFX_PtrArray* cornerPoints = m_rectangleDetector->Detect(e);
/external/pdfium/xfa/src/fxbarcode/qrcode/
H A DBC_QRDetector.h29 CBC_QRDetectorResult* Detect(int32_t hints, int32_t& e);
H A DBC_QRCodeReader.cpp60 CBC_QRDetectorResult* qdr = detector.Detect(hints, e);
H A DBC_QRDetector.cpp38 CBC_QRDetectorResult* CBC_QRDetector::Detect(int32_t hints, int32_t& e) { function in class:CBC_QRDetector
/external/mesa3d/scons/
H A Dllvm.py164 if not env.Detect('llvm-config'):
H A Dcustom.py81 if env.Detect('ranlib'):
171 if not env.Detect('pkg-config'):
/external/compiler-rt/lib/builtins/
H A Dfp_add_impl.inc23 // Detect if a or b is zero, infinity, or NaN.
H A Dfp_mul_impl.inc26 // Detect if a or b is zero, denormal, infinity, or NaN.
/external/google-tv-pairing-protocol/cpp/
H A Dmain.scons46 # Detect 64-bit build platform
/external/autotest/client/tools/
H A Dboottool127 my $detected_bootloader = Linux::Bootloader::Detect::detect_bootloader();
714 package Linux::Bootloader::Detect;
718 Linux::Bootloader::Detect - detects the bootloader and architecture of the system.
1630 my $detected_os_vendor = Linux::Bootloader::Detect::detect_os_vendor();
2494 $detected_bootloader = Linux::Bootloader::Detect::detect_bootloader()
2500 $detected_architecture = Linux::Bootloader::Detect::detect_architecture( $params{'arch-probe'} )
2508 $detected_bootloader = Linux::Bootloader::Detect::detect_bootloader()
/external/curl/
H A Dbuildconf.bat41 rem Detect programs. HAVE_<PROGNAME>

Completed in 337 milliseconds

12