Home
last modified time | relevance | path

Searched refs:totalFrames (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DFaceHelpMessageDeferral.kt87 private var totalFrames = 0 variable
98 pw.println("totalFrames=$totalFrames") in dump()
104 totalFrames = 0 in reset()
141 totalFrames++ in processFrame()
156 totalFrames, in processFrame()
170 if (acquiredInfoToFrequency.getOrDefault(it, 0) > (threshold * totalFrames)) { in getDeferredMessage()
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DThroughput.java26 public Throughput(int totalFrames, int periodFrames, long periodTime, int size) { in Throughput() argument
27 mTotalFrames = totalFrames; in Throughput()
/frameworks/native/cmds/flatland/
DMain.cpp462 nsecs_t run(uint32_t warmUpFrames, uint32_t totalFrames) { in run() argument
481 for (uint32_t i = warmUpFrames; i < totalFrames; i++) { in run()
615 uint32_t totalFrames = 5; in runTest() local
620 runTime = double(r.run(warmUpFrames, totalFrames)); in runTest()
623 totalFrames *= 2; in runTest()
630 if (totalFrames - warmUpFrames > 16) { in runTest()
634 } else if (totalFrames == 5 && runTime > 200e6) { in runTest()
652 double sample = double(r.run(warmUpFrames, totalFrames)); in runTest()
673 printf("%6.3f", result / double(totalFrames - warmUpFrames) / 1e6); in runTest()
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/performance/
DThroughput.java30 public Throughput(int totalFrames, int periodFrames, int periodTime, int pixels) { in Throughput() argument
31 mTotalFrames = totalFrames; in Throughput()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/logging/
DBiometricMessageDeferralLogger.kt50 totalFrames: Int, in logFrameProcessed()
58 int2 = totalFrames in logFrameProcessed()
/frameworks/av/media/module/codecs/m4v_h263/enc/test/
DMpeg4H263EncoderTest.cpp154 int64_t totalFrames = (int64_t)(fileSize/frameSize); in getTotalFrames() local
155 return totalFrames; in getTotalFrames()
222 int64_t totalFrames = getTotalFrames(); in TEST_P() local
223 ASSERT_NO_FATAL_FAILURE(processEncoder(totalFrames)) << "Failed to Encode: " << mFileName; in TEST_P()
/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/
DTimeStatsHelper.cpp83 StringAppendF(&result, "totalTimelineFrames = %d\n", totalFrames); in toString()
112 StringAppendF(&result, "totalFrames = %d\n", totalFrames); in toString()
199 layerProto.set_total_frames(totalFrames); in toProto()
272 return l->totalFrames > r->totalFrames; in generateDumpStats()
/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/include/timestatsproto/
DTimeStatsHelper.h49 int32_t totalFrames = 0; member
94 int32_t totalFrames = 0; variable
/frameworks/native/services/surfaceflinger/TimeStats/
DTimeStats.cpp116 atom->set_total_timeline_frames(globalSlice.second.jankPayload.totalFrames); in populateGlobalAtom()
167 return l->totalFrames > r->totalFrames; in populateLayerAtom()
178 atom->set_total_frames(layer->totalFrames); in populateLayerAtom()
220 atom->set_total_timeline_frames(layer->jankPayload.totalFrames); in populateLayerAtom()
487 timeStatsLayer.totalFrames++; in flushAvailableRecordsToStatsLocked()
775 t.jankPayload.totalFrames++; in updateJankPayload()