OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:acc_threshold
(Results
1 - 2
of
2
) sorted by null
/external/qemu/android/skin/
trackball.c
187
int
acc_threshold
;
member in struct:SkinTrackBall
198
*
ACC_THRESHOLD
is used to filter small ball movements out.
206
#define
ACC_THRESHOLD
20
218
ball->
acc_threshold
=
ACC_THRESHOLD
;
421
if ( norm( ball->acc_x, ball->acc_y ) > ball->
acc_threshold
)
/external/opencv/cv/src/
cvhough.cpp
853
int canny_threshold, int
acc_threshold
,
967
if( adata[base] >
acc_threshold
&&
1092
int
acc_threshold
= cvRound(param2);
local
[
all
...]
Completed in 1254 milliseconds