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/native/services/surfaceflinger/TimeStats/timestatsproto/
DTimeStatsHelper.cpp84 StringAppendF(&result, "totalFrames = %d\n", totalFrames); in toString()
106 StringAppendF(&result, "totalFrames = %d\n", totalFrames); in toString()
143 layerProto.set_total_frames(totalFrames); in toProto()
162 globalProto.set_total_frames(totalFrames); in toProto()
206 return l->totalFrames > r->totalFrames; in generateDumpStats()
/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/native/services/surfaceflinger/TimeStats/timestatsproto/include/timestatsproto/
DTimeStatsHelper.h47 int32_t totalFrames = 0; variable
61 int32_t totalFrames = 0; variable
/frameworks/av/media/libstagefright/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/
DTimeStats.cpp103 mStatsDelegate->statsEventWriteInt64(event, mTimeStats.totalFrames); in populateGlobalAtom()
135 return l->totalFrames > r->totalFrames; in populateLayerAtom()
146 mStatsDelegate->statsEventWriteInt64(event, layer->totalFrames); in populateLayerAtom()
254 mTimeStats.totalFrames++; in incrementTotalFrames()
405 timeStatsLayer.totalFrames++; in flushAvailableRecordsToStatsLocked()
852 mTimeStats.totalFrames = 0; in clearGlobalLocked()