Home
last modified time | relevance | path

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

/frameworks/native/cmds/flatland/
DMain.cpp460 nsecs_t run(uint32_t warmUpFrames, uint32_t totalFrames) { in run() argument
479 for (uint32_t i = warmUpFrames; i < totalFrames; i++) { in run()
613 uint32_t totalFrames = 5; in runTest() local
618 runTime = double(r.run(warmUpFrames, totalFrames)); in runTest()
621 totalFrames *= 2; in runTest()
628 if (totalFrames - warmUpFrames > 16) { in runTest()
632 } else if (totalFrames == 5 && runTime > 200e6) { in runTest()
650 double sample = double(r.run(warmUpFrames, totalFrames)); in runTest()
671 printf("%6.3f", result / double(totalFrames - warmUpFrames) / 1e6); in runTest()
/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/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/av/media/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.cpp82 StringAppendF(&result, "totalTimelineFrames = %d\n", totalFrames); in toString()
147 StringAppendF(&result, "totalFrames = %d\n", totalFrames); in toString()
226 layerProto.set_total_frames(totalFrames); in toProto()
299 return l->totalFrames > r->totalFrames; in generateDumpStats()
/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/include/timestatsproto/
DTimeStatsHelper.h45 int32_t totalFrames = 0; member
100 int32_t totalFrames = 0; variable
/frameworks/native/services/surfaceflinger/TimeStats/
DTimeStats.cpp112 atom->set_total_timeline_frames(globalSlice.second.jankPayload.totalFrames); in populateGlobalAtom()
162 return l->totalFrames > r->totalFrames; in populateLayerAtom()
173 atom->set_total_frames(layer->totalFrames); in populateLayerAtom()
209 atom->set_total_timeline_frames(layer->jankPayload.totalFrames); in populateLayerAtom()
496 timeStatsLayer.totalFrames++; in flushAvailableRecordsToStatsLocked()
778 t.jankPayload.totalFrames++; in updateJankPayload()