Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/
DTimeStatsHelper.cpp84 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/
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/native/services/surfaceflinger/TimeStats/timestatsproto/include/timestatsproto/
DTimeStatsHelper.h47 int32_t totalFrames = 0; variable
59 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/base/media/jni/soundpool/
DSoundPool.cpp769 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/
DTimeStats.cpp86 mTimeStats.totalFrames++; in incrementTotalFrames()
183 timeStatsLayer.totalFrames++; in flushAvailableRecordsToStatsLocked()
585 mTimeStats.totalFrames = 0; in clear()