Searched refs:totalFrames (Results 1 – 10 of 10) sorted by relevance
/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/ |
D | TimeStatsHelper.cpp | 84 StringAppendF(&result, "totalFrames = %d\n", totalFrames); in toString() 102 StringAppendF(&result, "totalFrames = %d\n", totalFrames); in toString() 126 layerProto.set_total_frames(totalFrames); in toProto() 145 globalProto.set_total_frames(totalFrames); in toProto() 179 return l->totalFrames > r->totalFrames; in generateDumpStats()
|
/frameworks/native/cmds/flatland/ |
D | Main.cpp | 460 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/ |
D | Throughput.java | 26 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/ |
D | Throughput.java | 30 public Throughput(int totalFrames, int periodFrames, int periodTime, int pixels) { in Throughput() argument 31 mTotalFrames = totalFrames; in Throughput()
|
/frameworks/opt/gamesdk/samples/bouncyball/app/src/main/cpp/ |
D | Orbit.cpp | 148 if (stats.totalFrames) { in Java_com_prefabulated_bouncyball_OrbitActivity_nGetSwappyStats() 163 return stats.totalFrames; in Java_com_prefabulated_bouncyball_OrbitActivity_nGetSwappyStats() 165 value = std::round(value * 100.0f / stats.totalFrames); in Java_com_prefabulated_bouncyball_OrbitActivity_nGetSwappyStats()
|
/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/include/timestatsproto/ |
D | TimeStatsHelper.h | 47 int32_t totalFrames = 0; variable 59 int32_t totalFrames = 0; variable
|
/frameworks/opt/gamesdk/src/swappy/ |
D | FrameStatistics.cpp | 105 mStats.totalFrames++; in capture() 123 ALOGI("total frames: %" PRIu64, mStats.totalFrames); in logFrames()
|
/frameworks/opt/gamesdk/include/swappy/ |
D | swappy_extra.h | 74 uint64_t totalFrames; member
|
/frameworks/base/media/jni/soundpool/ |
D | SoundPool.cpp | 769 uint32_t totalFrames = (kDefaultBufferCount * afFrameCount * sampleRate) / afSampleRate; in play() local 771 if(frameCount < totalFrames) { in play() 772 frameCount = totalFrames; in play() 806 uint32_t bufferFrames = (totalFrames + (kDefaultBufferCount - 1)) / kDefaultBufferCount; in play()
|
/frameworks/native/services/surfaceflinger/TimeStats/ |
D | TimeStats.cpp | 86 mTimeStats.totalFrames++; in incrementTotalFrames() 183 timeStatsLayer.totalFrames++; in flushAvailableRecordsToStatsLocked() 585 mTimeStats.totalFrames = 0; in clear()
|