Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/include/timestatsproto/
DTimeStatsHelper.h47 int32_t totalFrames = 0; variable
61 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/av/media/libstagefright/codecs/m4v_h263/enc/test/
DMpeg4H263EncoderTest.cpp154 int64_t totalFrames = (int64_t)(fileSize/frameSize); in getTotalFrames() local
222 int64_t totalFrames = getTotalFrames(); in TEST_P() local
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/performance/
DThroughput.java30 public Throughput(int totalFrames, int periodFrames, int periodTime, int pixels) { in Throughput()
/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