Searched refs:current_fps (Results 1 – 3 of 3) sorted by relevance
198 float current_fps, average_fps; in ProcessorProcess() local207 current_fps = (float)1000000000 / (float)interval_ts; in ProcessorProcess()208 average_fps = (current_fps + lastFps) / 2; in ProcessorProcess()209 lastFps = current_fps; in ProcessorProcess()
201 float current_fps, average_fps; in ProcessorProcess() local211 current_fps = (float)1000000000 / (float)interval_ts; in ProcessorProcess()212 average_fps = (current_fps + lastFps) / 2; in ProcessorProcess()213 lastFps = current_fps; in ProcessorProcess()
197 float current_fps, average_fps; in ProcessorProcess() local207 current_fps = (float)1000000000 / (float)interval_ts; in ProcessorProcess()208 average_fps = (current_fps + lastFps) / 2; in ProcessorProcess()209 lastFps = current_fps; in ProcessorProcess()