HomeSort by relevance Sort by last modified time
    Searched refs:mWeight (Results 1 - 6 of 6) sorted by null

  /frameworks/base/voip/jni/rtp/
EchoSuppressor.h 55 float mWeight;
EchoSuppressor.cpp 82 mWeight = 1.0f / (mRecordLength * mWindowSize);
167 float varY = mY2Sum - mWeight * mYSum * mYSum;
169 float cov = mXYSums[i] - mWeight * mXSums[i] * mYSum;
171 float varXi = mX2Sums[i] - mWeight * mXSums[i] * mXSums[i];
  /sdk/traceview/src/com/android/traceview/
MethodData.java 62 private double mWeight;
89 mWeight += weight;
93 mWeight = weight;
95 return mWeight;
99 mWeight = 0;
  /hardware/ti/omap4xxx/camera/
CameraHalUtilClasses.cpp 356 (mWeight == area->mWeight));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
LinearLayoutRule.java 760 private float mWeight;
809 mWeight = weight;
    [all...]
  /hardware/ti/omap4xxx/camera/inc/
CameraHal.h 141 mWeight(weight) {}
158 && ( 0 == mRight ) && ( 0 == mWeight ));
163 return mWeight;
192 size_t mWeight;
    [all...]

Completed in 299 milliseconds