Home
last modified time | relevance | path

Searched refs:mOpsPerNano (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/oboe/src/common/
DStabilizedCallback.cpp93 auto opsPerStep = (int)(mOpsPerNano * kLoadGenerationStepSizeNanos); in generateLoad()
109mOpsPerNano = kFilterCoefficient * measuredOpsPerNano + (1.0 - kFilterCoefficient) * mOpsPerNano; in generateLoad()
110 opsPerStep = (int) (mOpsPerNano * kLoadGenerationStepSizeNanos); in generateLoad()
/third_party/skia/third_party/externals/oboe/include/oboe/
DStabilizedCallback.h42 mOpsPerNano = 1; in onErrorAfterClose()
51 double mOpsPerNano = 1; variable