OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:runAt
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/libs/hwui/renderthread/
RenderThread.cpp
242
nsecs_t
runAt
= (vsyncEvent + DISPATCH_FRAME_CALLBACKS_DELAY);
243
queueAt(mFrameCallbackTask,
runAt
);
/external/opencv3/modules/objdetect/src/
cascadedetect.hpp
170
int
runAt
( Ptr<FeatureEvaluator>& feval, Point pt, int scaleIdx, double& weight );
cascadedetect.cpp
955
int CascadeClassifierImpl::
runAt
( Ptr<FeatureEvaluator>& evaluator, Point pt, int scaleIdx, double& weight )
1045
int result = classifier->
runAt
(evaluator, Point(x, y), scaleIdx, gypWeight);
[
all
...]
Completed in 156 milliseconds