HomeSort by relevance Sort by last modified time
    Searched defs:m_threshold (Results 1 - 4 of 4) 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
  /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);
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 112 milliseconds