Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/
DOMXVideoEncoderH263.cpp197 OMX_TICKS current_ts, interval_ts; in ProcessorProcess() local
204 interval_ts = current_ts - lastTs; in ProcessorProcess()
207 current_fps = (float)1000000000 / (float)interval_ts; in ProcessorProcess()
DOMXVideoEncoderMPEG4.cpp200 OMX_TICKS current_ts, interval_ts; in ProcessorProcess() local
208 interval_ts = current_ts - lastTs; in ProcessorProcess()
211 current_fps = (float)1000000000 / (float)interval_ts; in ProcessorProcess()
DOMXVideoEncoderVP8.cpp196 OMX_TICKS current_ts, interval_ts; in ProcessorProcess() local
204 interval_ts = current_ts - lastTs; in ProcessorProcess()
207 current_fps = (float)1000000000 / (float)interval_ts; in ProcessorProcess()