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

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

Completed in 105 milliseconds