HomeSort by relevance Sort by last modified time
    Searched refs:getFramesPerSecond (Results 1 - 6 of 6) sorted by null

  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/performance/
Throughput.java 49 public float getFramesPerSecond() {
59 return getFramesPerSecond() + " FPS";
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
Throughput.java 44 public float getFramesPerSecond() {
50 return Math.round(getFramesPerSecond()) + " FPS";
  /frameworks/av/media/libaaudio/examples/write_sine/src/
write_sine_callback.cpp 55 printf("player.getFramesPerSecond() = %d\n", player.getFramesPerSecond());
  /frameworks/av/media/libaaudio/examples/input_monitor/src/
input_monitor_callback.cpp 52 printf("recorder.getFramesPerSecond() = %d\n", recorder.getFramesPerSecond());
  /frameworks/av/media/libaaudio/examples/utils/
AAudioSimplePlayer.h 62 int32_t getFramesPerSecond() {
AAudioSimpleRecorder.h 57 int32_t getFramesPerSecond() {

Completed in 593 milliseconds