Home
last modified time | relevance | path

Searched refs:fps (Results 1 – 4 of 4) sorted by relevance

/oneTBB/examples/common/gui/
H A Dmacvideo.cpp80 double fps = g_fps; in terminate() local
84 fps /= (end_time.tv_sec + 1.0 * end_time.tv_usec / 1000000.0) - in terminate()
86 printf("%s: %.1f fps\n", title, fps); in terminate()
117 int fps; in next_frame() local
118 fps = g_fps / sec; in next_frame()
125 int(fps)); in next_frame()
H A Dconvideo.cpp77 double fps = g_fps; in terminate() local
79 fps /= (GetTickCount() - g_msec) / 1000.0; in terminate()
84 fps /= (end_time.tv_sec + 1.0 * end_time.tv_usec / 1000000.0) - in terminate()
87 printf("%s: %.1f fps\n", title, fps); in terminate()
H A Dxvideo.cpp392 double fps = g_fps; in next_frame() local
400 int(fps / sec)); in next_frame()
/oneTBB/examples/parallel_for/seismic/
H A Dmain.cpp115 double fps = in main() local
118 std::cout << fps << " frame per sec with "; in main()