Searched refs:getFramesPerSecond (Results 1 – 4 of 4) sorted by relevance
44 public float getFramesPerSecond() { in getFramesPerSecond() method in Throughput50 return Math.round(getFramesPerSecond()) + " FPS"; in toString()
49 public float getFramesPerSecond() { in getFramesPerSecond() method in Throughput59 return getFramesPerSecond() + " FPS"; in toString()
62 printf("recorder.getFramesPerSecond() = %d\n", recorder.getFramesPerSecond()); in main()
59 int32_t getFramesPerSecond() const { in getFramesPerSecond() function