Searched defs:Detect (Results 1 - 7 of 7) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/transient/
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).
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
H A Doveruse_detector.cc77 BandwidthUsage OveruseDetector::Detect(double offset, function in class:webrtc::OveruseDetector
/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/pdfium/xfa/src/fxbarcode/common/
H A DBC_WhiteRectangleDetector.cpp61 CFX_PtrArray* CBC_WhiteRectangleDetector::Detect(int32_t& e) { function in class:CBC_WhiteRectangleDetector
/external/pdfium/xfa/src/fxbarcode/qrcode/
H A DBC_QRDetector.cpp38 CBC_QRDetectorResult* CBC_QRDetector::Detect(int32_t hints, int32_t& e) { function in class:CBC_QRDetector
/external/pdfium/xfa/src/fxbarcode/datamatrix/
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/opencv/cvaux/include/
H A Dcvvidsurv.hpp682 * Detect the object on the image and push the detected
685 void Detect( const CvArr* /*img*/, /* out */ CvBlobSeq* /*detected_blob_seq*/ = 0 ) {}; function in class:CvObjectDetector

Completed in 181 milliseconds