Home
last modified time | relevance | path

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

/device/soc/rockchip/rk3568/hardware/omx_il/osal/
DRockchip_OSAL_Event.c170 OMX_U32 tv_us; in Rockchip_OSAL_SignalWait() local
181 tv_us = now.tv_usec + ms * 1000; // 1000:time shift in Rockchip_OSAL_SignalWait()
182 timeout.tv_sec = now.tv_sec + tv_us / 1000000; // 1000000:time shift in Rockchip_OSAL_SignalWait()
183 timeout.tv_nsec = (tv_us % 1000000) * 1000; // 1000000:time shift, 1000:time shift in Rockchip_OSAL_SignalWait()