Searched refs:prev_time (Results 1 – 1 of 1) sorted by relevance
454 OMX_U64 prev_time; in async_venc_message_thread() local458 prev_time = (OMX_U64)stats.prev_tv.tv_sec * 1000000000ULL + (OMX_U64)stats.prev_tv.tv_nsec; in async_venc_message_thread()459 if (current_time < prev_time) { in async_venc_message_thread()463 } else if (current_time - prev_time >= 1000000000ULL) { // timestamp is in nano_seconds in async_venc_message_thread()465 OMX_U64 time_diff = current_time - prev_time; in async_venc_message_thread()