Home
last modified time | relevance | path

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

/frameworks/av/media/module/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/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DThroughput.java26 public Throughput(int totalFrames, int periodFrames, long periodTime, int size) { in Throughput()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DFaceHelpMessageDeferral.kt87 private var totalFrames = 0 variable
/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/services/surfaceflinger/TimeStats/timestatsproto/include/timestatsproto/
DTimeStatsHelper.h49 int32_t totalFrames = 0; member
94 int32_t totalFrames = 0; variable
/frameworks/native/cmds/flatland/
DMain.cpp462 nsecs_t run(uint32_t warmUpFrames, uint32_t totalFrames) { in run()
615 uint32_t totalFrames = 5; in runTest() local