Searched refs:tv_us (Results 1 – 1 of 1) sorted by relevance
170 OMX_U32 tv_us; in Rockchip_OSAL_SignalWait() local181 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()