OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Detect
(Results
1 - 25
of
44
) sorted by null
1
2
/development/ndk/sources/android/ndk_helper/
gestureDetector.h
54
* GestureDetectors handles input events and
detect
gestures
55
* Note that different detectors may
detect
gestures with an event at
70
virtual GESTURE_STATE
Detect
( const AInputEvent* motion_event ) = 0;
91
virtual GESTURE_STATE
Detect
( const AInputEvent* motion_event );
114
virtual GESTURE_STATE
Detect
( const AInputEvent* motion_event );
139
virtual GESTURE_STATE
Detect
( const AInputEvent* event );
161
virtual GESTURE_STATE
Detect
( const AInputEvent* event );
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/webrtc/webrtc/modules/audio_processing/transient/
transient_detector.h
43
float
Detect
(const float* data,
transient_detector_unittest.cc
34
// Checks the results comparing them with the ones stored in the
detect
files in
47
// Prepare
detect
file.
49
detect_file_name << "audio_processing/transient/
detect
"
93
detector.
Detect
(buffer.get(), buffer_length, NULL, 0);
96
<< "
Detect
test file is malformed.\n";
click_annotate.cc
86
detector.
Detect
(audio_buffer.get(), audio_buffer_length, NULL, 0);
transient_detector.cc
69
float TransientDetector::
Detect
(const float* data,
91
// Add value delayed (Use the last moments from the last call to
Detect
).
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
overuse_detector.h
36
BandwidthUsage
Detect
(double offset,
overuse_detector_unittest.cc
107
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);
overuse_detector.cc
77
BandwidthUsage OveruseDetector::
Detect
(double offset,
remote_bitrate_estimator_single_stream.cc
105
estimator->detector.
Detect
(estimator->estimator.offset(),
/external/pdfium/xfa/src/fxbarcode/common/
BC_WhiteRectangleDetector.h
19
CFX_PtrArray*
Detect
(int32_t& e);
BC_WhiteRectangleDetector.cpp
61
CFX_PtrArray* CBC_WhiteRectangleDetector::
Detect
(int32_t& e) {
/external/pdfium/xfa/src/fxbarcode/datamatrix/
BC_DataMatrixReader.cpp
52
CBC_QRDetectorResult* ddr = detector.
Detect
(e);
BC_DataMatrixDetector.h
38
CBC_QRDetectorResult*
Detect
(int32_t& e);
BC_DataMatrixDetector.cpp
51
CBC_QRDetectorResult* CBC_DataMatrixDetector::
Detect
(int32_t& e) {
52
CFX_PtrArray* cornerPoints = m_rectangleDetector->
Detect
(e);
/external/pdfium/xfa/src/fxbarcode/qrcode/
BC_QRDetector.h
29
CBC_QRDetectorResult*
Detect
(int32_t hints, int32_t& e);
BC_QRCodeReader.cpp
60
CBC_QRDetectorResult* qdr = detector.
Detect
(hints, e);
/external/opencv3/modules/objdetect/test/opencl/
test_hogdetector.cpp
96
OCL_TEST_P(HOG,
Detect
)
/development/ndk/platforms/android-17/samples/Teapot/jni/
TeapotNativeActivity.cpp
218
ndk_helper::GESTURE_STATE doubleTapState = eng->doubletap_detector_.
Detect
( event );
219
ndk_helper::GESTURE_STATE dragState = eng->drag_detector_.
Detect
( event );
220
ndk_helper::GESTURE_STATE pinchState = eng->pinch_detector_.
Detect
( event );
225
//
Detect
double tap
/development/ndk/platforms/android-18/samples/MoreTeapots/jni/
MoreTeapotsNativeActivity.cpp
229
ndk_helper::GESTURE_STATE doubleTapState = eng->doubletap_detector_.
Detect
( event );
230
ndk_helper::GESTURE_STATE dragState = eng->drag_detector_.
Detect
( event );
231
ndk_helper::GESTURE_STATE pinchState = eng->pinch_detector_.
Detect
( event );
236
//
Detect
double tap
/build/core/combo/
mac_version.mk
0
#
Detect
Mac OS X and SDK versions.
/external/mesa3d/scons/
custom.py
81
if env.
Detect
('ranlib'):
171
if not env.
Detect
('pkg-config'):
llvm.py
164
if not env.
Detect
('llvm-config'):
/external/google-tv-pairing-protocol/cpp/
main.scons
46
#
Detect
64-bit build platform
/ndk/build/core/
main.mk
23
#
Detect
the NDK installation path by processing this Makefile's location.
Completed in 1769 milliseconds
1
2