OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Detect
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
overuse_detector.cc
77
BandwidthUsage OveruseDetector::
Detect
(double offset,
/external/webrtc/webrtc/modules/audio_processing/transient/
transient_detector.cc
69
float TransientDetector::
Detect
(const float* data,
91
// Add value delayed (Use the last moments from the last call to
Detect
).
/prebuilts/ndk/r11/sources/android/ndk_helper/
gestureDetector.cpp
45
GESTURE_STATE TapDetector::
Detect
( const AInputEvent* motion_event )
88
GESTURE_STATE DoubletapDetector::
Detect
( const AInputEvent* motion_event )
96
bool tap_detected = tap_detector_.
Detect
( motion_event );
150
GESTURE_STATE PinchDetector::
Detect
( const AInputEvent* event )
265
GESTURE_STATE DragDetector::
Detect
( const AInputEvent* event )
/prebuilts/ndk/r13/sources/android/ndk_helper/
gestureDetector.cpp
45
GESTURE_STATE TapDetector::
Detect
( const AInputEvent* motion_event )
88
GESTURE_STATE DoubletapDetector::
Detect
( const AInputEvent* motion_event )
96
bool tap_detected = tap_detector_.
Detect
( motion_event );
150
GESTURE_STATE PinchDetector::
Detect
( const AInputEvent* event )
265
GESTURE_STATE DragDetector::
Detect
( const AInputEvent* event )
/external/opencv/cvaux/include/
cvvidsurv.hpp
627
/* Try to
detect
new blob entrance based on foreground mask. */
682
*
Detect
the object on the image and push the detected
685
void
Detect
( const CvArr* /*img*/, /* out */ CvBlobSeq* /*detected_blob_seq*/ = 0 ) {};
[
all
...]
Completed in 6961 milliseconds