OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_threshold
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
DynamicsCompressorNode.h
52
AudioParam* threshold() { return
m_threshold
.get(); }
68
RefPtr<AudioParam>
m_threshold
;
member in class:WebCore::DynamicsCompressorNode
DynamicsCompressorNode.cpp
50
m_threshold
= AudioParam::create(context, "threshold", -24, -100, 0);
70
float threshold =
m_threshold
->value();
/external/opencv/cvaux/include/
cvaux.hpp
72
{ return
m_threshold
; }
88
{
m_threshold
= threshold; return true; }
132
int
m_threshold
;
member in class:CvCamShiftTracker
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
ExpandedNameTable.java
96
private int
m_threshold
;
field in class:ExpandedNameTable
122
m_threshold
= (int)(m_capacity * m_loadFactor);
211
if (m_nextType >
m_threshold
) {
252
m_threshold
= (int)(newCapacity * m_loadFactor);
/external/opencv/cvaux/src/
camshift.cpp
50
m_threshold
= 0;
Completed in 478 milliseconds