Home | History | Annotate | Download | only in libqdutils

Lines Matching refs:Fps

62 void CalcFps::Fps() {
71 /*defaults calculation of fps to based on number of frames*/
109 void CalcFps::print_fps(float fps)
112 ALOGD("FPS for last %d frames: %3.2f", debug_fps_metadata.period, fps);
114 ALOGD("FPS for last (%f ms, %d frames): %3.2f",
116 debug_fps_metadata.curr_frame, fps);
173 /* time to calculate and display FPS */
183 float fps = (1000.0 * debug_fps_metadata.curr_frame)/
185 print_fps(fps);