Home
last modified time | relevance | path

Searched refs:getFramesPerSecond (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
DThroughput.java44 public float getFramesPerSecond() { in getFramesPerSecond() method in Throughput
50 return Math.round(getFramesPerSecond()) + " FPS"; in toString()
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/performance/
DThroughput.java49 public float getFramesPerSecond() { in getFramesPerSecond() method in Throughput
59 return getFramesPerSecond() + " FPS"; in toString()
/frameworks/av/media/libaaudio/examples/input_monitor/src/
Dinput_monitor_callback.cpp62 printf("recorder.getFramesPerSecond() = %d\n", recorder.getFramesPerSecond()); in main()
/frameworks/av/media/libaaudio/examples/utils/
DAAudioSimpleRecorder.h59 int32_t getFramesPerSecond() const { in getFramesPerSecond() function