Home | History | Annotate | Download | only in libqdutils

Lines Matching refs:fps

64 void CalcFps::Fps() {
73 /*defaults calculation of fps to based on number of frames*/
113 void CalcFps::print_fps(float fps)
116 ALOGD("FPS for last %d frames: %3.2f", debug_fps_metadata.period, fps);
118 ALOGD("FPS for last (%f ms, %d frames): %3.2f",
120 debug_fps_metadata.curr_frame, fps);
178 /* time to calculate and display FPS */
189 float fps = float(1000.0 * debug_fps_metadata.curr_frame/
191 print_fps(fps);