Home
last modified time | relevance | path

Searched refs:current_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
203 current_ts =(nsecs_t)t.tv_sec * 1000000000 + (nsecs_t)t.tv_usec * 1000; in ProcessorProcess()
204 interval_ts = current_ts - lastTs; in ProcessorProcess()
205 lastTs = current_ts; in ProcessorProcess()
DOMXVideoEncoderMPEG4.cpp200 OMX_TICKS current_ts, interval_ts; in ProcessorProcess() local
206 current_ts = in ProcessorProcess()
208 interval_ts = current_ts - lastTs; in ProcessorProcess()
209 lastTs = current_ts; in ProcessorProcess()
DOMXVideoEncoderVP8.cpp196 OMX_TICKS current_ts, interval_ts; in ProcessorProcess() local
202 current_ts = in ProcessorProcess()
204 interval_ts = current_ts - lastTs; in ProcessorProcess()
205 lastTs = current_ts; in ProcessorProcess()