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

  /frameworks/opt/net/voip/src/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];
  /packages/apps/Settings/src/com/android/settings/applications/
ProcStatsEntry.java 45 final long mWeight;
68 mWeight = (weightWithTime ? mDuration : 1) * (useUss ? mAvgUss : mAvgPss);
70 + " avgpss=" + mAvgPss + " weight=" + mWeight);
83 mWeight = in.readLong();
131 if (subProcs.get(0).mWeight > (subProcs.get(1).mWeight*3)) {
133 + subProcs.get(0).mPackage + " weight " + subProcs.get(0).mWeight
135 + " weight " + subProcs.get(1).mWeight);
142 long maxWeight = subProcs.get(0).mWeight;
145 if (subProcs.get(i).mWeight < (maxWeight/2))
    [all...]
ProcessStatsUi.java 75 if (lhs.mWeight < rhs.mWeight) {
77 } else if (lhs.mWeight > rhs.mWeight) {
558 if (maxWeight < proc.mWeight) {
559 maxWeight = proc.mWeight;
568 final double percentOfWeight = (((double)proc.mWeight) / maxWeight) * 100;
ProcessStatsDetail.java 117 final double percentOfWeight = (((double)mEntry.mWeight) / mMaxWeight) * 100;
  /frameworks/base/services/java/com/android/server/wm/
StackBox.java 77 float mWeight;
199 mWeight = weight;
203 mWeight = 1.0f - weight;
212 mWeight = weight;
216 mWeight = 1.0f - weight;
281 mParent.mWeight = isFirstChild() ? weight : 1.0f - weight;
306 int firstHeight = (int)(height * mWeight);
314 int firstWidth = (int)(width * mWeight);
DisplayContent.java 312 info.weight = box.mWeight;
  /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 776 private float mWeight;
    [all...]
  /hardware/ti/omap4xxx/camera/inc/
CameraHal.h 141 mWeight(weight) {}
158 && ( 0 == mRight ) && ( 0 == mWeight ));
163 return mWeight;
192 size_t mWeight;
    [all...]
  /prebuilts/devtools/tools/lib/
traceview.jar 

Completed in 513 milliseconds