Home
last modified time | relevance | path

Searched refs:current_fps (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/
DOMXVideoEncoderH263.cpp198 float current_fps, average_fps; in ProcessorProcess() local
207 current_fps = (float)1000000000 / (float)interval_ts; in ProcessorProcess()
208 average_fps = (current_fps + lastFps) / 2; in ProcessorProcess()
209 lastFps = current_fps; in ProcessorProcess()
DOMXVideoEncoderMPEG4.cpp201 float current_fps, average_fps; in ProcessorProcess() local
211 current_fps = (float)1000000000 / (float)interval_ts; in ProcessorProcess()
212 average_fps = (current_fps + lastFps) / 2; in ProcessorProcess()
213 lastFps = current_fps; in ProcessorProcess()
DOMXVideoEncoderVP8.cpp197 float current_fps, average_fps; in ProcessorProcess() local
207 current_fps = (float)1000000000 / (float)interval_ts; in ProcessorProcess()
208 average_fps = (current_fps + lastFps) / 2; in ProcessorProcess()
209 lastFps = current_fps; in ProcessorProcess()