Home
last modified time | relevance | path

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

/oneTBB/examples/common/gui/
H A Dmacvideo.cpp26 static int g_fps = 0; variable
80 double fps = g_fps; in terminate()
103 if (!g_fps) { in next_frame()
107 g_fps++; in next_frame()
118 fps = g_fps / sec; in next_frame()
126 g_fps = 0; in next_frame()
H A Dconvideo.cpp25 static int g_fps = 0; variable
77 double fps = g_fps; in terminate()
106 if (!g_fps) { in next_frame()
114 g_fps++; in next_frame()
H A Dwinvideo.hpp58 static int g_fps = 0, g_updates = 0, g_skips = 0; variable
208 g_fps++; in loop_once()
219 n = _snprintf(buffer, 128, "%s: %d fps", v->title, int(double(g_fps + g_skips) / sec)); in loop_once()
225 int(g_fps / sec)); in loop_once()
228 g_skips = g_fps = 0; in loop_once()
H A Dxvideo.cpp74 static int g_fps = 0; variable
362 g_fps++; in next_frame()
392 double fps = g_fps; in next_frame()
393 g_fps = 0; in next_frame()