Home
last modified time | relevance | path

Searched refs:getN (Results 1 – 15 of 15) sorted by relevance

/frameworks/av/media/utils/tests/
Dmediautils_scopedstatistics_tests.cpp36 ASSERT_EQ(0, empty.getN()); in TEST()
47 ASSERT_EQ(1, stats.getN()); in TEST()
Dmethodstatistics_tests.cpp64 ASSERT_EQ((signed)n, helloStats.getN()); in TEST()
69 ASSERT_EQ(0, unsetStats.getN()); in TEST()
/frameworks/av/media/utils/include/mediautils/
DMethodStatistics.h85 return it == mStatisticsMap.end() ? 0 : it->second.getN(); in getMethodCount()
106 " n=" << stats.getN() << " " << stats.toString() << "\n"; in dump()
111 " n=" << stats.getN() << " " << stats.toString() << "\n"; in dump()
/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/results/
DUiBenchmarkResult.java122 return (int) mStoredStatistics[0].getN(); in getTotalFrameCount()
141 " Count Bad: " + badFramesStats.getN() + " Count Jank: " + length); in getScore()
/frameworks/base/core/java/com/android/internal/graphics/cam/
DFrame.java79 public float getN() { in getN() method in Frame
DCam.java211 (float) Math.pow(t, 0.9) * (float) Math.pow(1.64 - Math.pow(0.29, frame.getN()), in fromIntInFrame()
288 (float) Math.pow(alpha / Math.pow(1.64 - Math.pow(0.29, frame.getN()), 0.73), in viewed()
DHctSolver.java613 double tInnerCoeff = 1 / Math.pow(1.64 - Math.pow(0.29, viewingConditions.getN()), 0.73); in findResultByJ()
/frameworks/av/services/audioflinger/fastpath/
DFastMixerDumpState.cpp117 wall.getN() * mixPeriodSec); in dump()
/frameworks/av/services/audioflinger/datapath/
DThreadMetrics.h160 if (mDeviceLatencyMs.getN() > 0) { in deliverCumulativeMetrics()
DTrackMetrics.h219 if (mDeviceLatencyMs.getN() > 0) { in deliverCumulativeMetrics()
/frameworks/av/media/libheadtracking/
DPosePredictor.cpp47 if (mRw.getN() < kMinimumSamplesForPrediction) return mLastPose; in predict()
/frameworks/base/core/tests/coretests/src/android/colormodel/
DCamTest.java204 Assert.assertEquals(0.184, vc.getN(), 0.001); in viewingConditions_default()
/frameworks/av/services/audioflinger/
DThreads.cpp553 const unsigned n = mWcStats.getN(); in sample()
1124 if (mProcessTimeMs.getN() > 0) { in dumpBase_l()
1128 if (mIoJitterMs.getN() > 0) { in dumpBase_l()
1134 if (mLatencyMs.getN() > 0) { in dumpBase_l()
1140 if (mMonopipePipeDepthStats.getN() > 0) { in dumpBase_l()
2039 const int64_t nstats = mTimestampVerifier.getN() - mLastRecordedTimestampVerifierN; in sendStatistics()
2052 mLastRecordedTimestampVerifierN = mTimestampVerifier.getN(); in sendStatistics()
2071 if (mIoJitterMs.getN() > 0) { in sendStatistics()
2075 if (mProcessTimeMs.getN() > 0) { in sendStatistics()
2080 if (tsjitter.getN() > 0) { in sendStatistics()
[all …]
/frameworks/base/boot/
Dboot-image-profile.txt21295 HSPLcom/android/internal/graphics/cam/Frame;->getN()F
/frameworks/base/config/
Dboot-image-profile.txt21359 HSPLcom/android/internal/graphics/cam/Frame;->getN()F