Searched refs:current_ts (Results 1 – 3 of 3) sorted by relevance
197 OMX_TICKS current_ts, interval_ts; in ProcessorProcess() local203 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()
200 OMX_TICKS current_ts, interval_ts; in ProcessorProcess() local206 current_ts = in ProcessorProcess()208 interval_ts = current_ts - lastTs; in ProcessorProcess()209 lastTs = current_ts; in ProcessorProcess()
196 OMX_TICKS current_ts, interval_ts; in ProcessorProcess() local202 current_ts = in ProcessorProcess()204 interval_ts = current_ts - lastTs; in ProcessorProcess()205 lastTs = current_ts; in ProcessorProcess()