HomeSort by relevance Sort by last modified time
    Searched defs:Fps (Results 1 - 5 of 5) sorted by null

  /hardware/qcom/display/msm8960/libqdutils/
profiler.cpp 61 void CalcFps::Fps() {
70 /*defaults calculation of fps to based on number of frames*/
108 void CalcFps::print_fps(float fps)
111 ALOGD("FPS for last %d frames: %3.2f", debug_fps_metadata.period, fps);
113 ALOGD("FPS for last (%f ms, %d frames): %3.2f",
115 debug_fps_metadata.curr_frame, fps);
172 /* time to calculate and display FPS */
182 float fps = (1000.0 * debug_fps_metadata.curr_frame)/ local
184 print_fps(fps);
    [all...]
  /hardware/qcom/display/msm8974/libqdutils/
profiler.cpp 61 void CalcFps::Fps() {
70 /*defaults calculation of fps to based on number of frames*/
108 void CalcFps::print_fps(float fps)
111 ALOGD("FPS for last %d frames: %3.2f", debug_fps_metadata.period, fps);
113 ALOGD("FPS for last (%f ms, %d frames): %3.2f",
115 debug_fps_metadata.curr_frame, fps);
172 /* time to calculate and display FPS */
182 float fps = (1000.0 * debug_fps_metadata.curr_frame)/ local
184 print_fps(fps);
    [all...]
  /hardware/qcom/display/msm8084/libqdutils/
profiler.cpp 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/ local
191 print_fps(fps);
    [all...]
  /hardware/qcom/display/msm8226/libqdutils/
profiler.cpp 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/ local
191 print_fps(fps);
    [all...]
  /external/chromium_org/third_party/webrtc/video/
loopback.cc 40 DEFINE_int32(fps, 30, "Frames per second.");
41 int Fps() { return static_cast<int>(FLAGS_fps); }
99 flags::Fps(),

Completed in 104 milliseconds