Home
last modified time | relevance | path

Searched defs:totalFrames (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/include/timestatsproto/
DTimeStatsHelper.h47 int32_t totalFrames = 0; variable
59 int32_t totalFrames = 0; variable
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DThroughput.java26 public Throughput(int totalFrames, int periodFrames, long periodTime, int size) { 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()
/frameworks/opt/gamesdk/include/swappy/
Dswappy_extra.h74 uint64_t totalFrames; member
/frameworks/native/cmds/flatland/
DMain.cpp460 nsecs_t run(uint32_t warmUpFrames, uint32_t totalFrames) { in run()
613 uint32_t totalFrames = 5; in runTest() local
/frameworks/base/media/jni/soundpool/
DSoundPool.cpp769 uint32_t totalFrames = (kDefaultBufferCount * afFrameCount * sampleRate) / afSampleRate; in play() local