Searched refs:getN (Results 1 – 15 of 15) sorted by relevance
/frameworks/av/media/utils/tests/ |
D | mediautils_scopedstatistics_tests.cpp | 36 ASSERT_EQ(0, empty.getN()); in TEST() 47 ASSERT_EQ(1, stats.getN()); in TEST()
|
D | methodstatistics_tests.cpp | 64 ASSERT_EQ((signed)n, helloStats.getN()); in TEST() 69 ASSERT_EQ(0, unsetStats.getN()); in TEST()
|
/frameworks/av/media/utils/include/mediautils/ |
D | MethodStatistics.h | 85 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/ |
D | UiBenchmarkResult.java | 122 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/ |
D | Frame.java | 79 public float getN() { in getN() method in Frame
|
D | Cam.java | 211 (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()
|
D | HctSolver.java | 613 double tInnerCoeff = 1 / Math.pow(1.64 - Math.pow(0.29, viewingConditions.getN()), 0.73); in findResultByJ()
|
/frameworks/av/services/audioflinger/fastpath/ |
D | FastMixerDumpState.cpp | 117 wall.getN() * mixPeriodSec); in dump()
|
/frameworks/av/services/audioflinger/datapath/ |
D | ThreadMetrics.h | 160 if (mDeviceLatencyMs.getN() > 0) { in deliverCumulativeMetrics()
|
D | TrackMetrics.h | 219 if (mDeviceLatencyMs.getN() > 0) { in deliverCumulativeMetrics()
|
/frameworks/av/media/libheadtracking/ |
D | PosePredictor.cpp | 47 if (mRw.getN() < kMinimumSamplesForPrediction) return mLastPose; in predict()
|
/frameworks/base/core/tests/coretests/src/android/colormodel/ |
D | CamTest.java | 204 Assert.assertEquals(0.184, vc.getN(), 0.001); in viewingConditions_default()
|
/frameworks/av/services/audioflinger/ |
D | Threads.cpp | 553 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/ |
D | boot-image-profile.txt | 21295 HSPLcom/android/internal/graphics/cam/Frame;->getN()F
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 21359 HSPLcom/android/internal/graphics/cam/Frame;->getN()F
|