Searched refs:twoVsyncsUs (Results 1 – 2 of 2) sorted by relevance
545 int64_t twoVsyncsUs = 2 * (mFrameScheduler->getVsyncPeriod() / 1000); in onDrainVideo_l() local548 if (itemRealUs <= nowUs + twoVsyncsUs) { in onDrainVideo_l()578 msg->post(itemRealUs - nowUs - twoVsyncsUs); in onDrainVideo_l()
1306 int64_t twoVsyncsUs = 2 * (mVideoScheduler->getVsyncPeriod() / 1000); in postDrainVideoQueue() local1312 msg->post(delayUs > twoVsyncsUs ? delayUs - twoVsyncsUs : 0); in postDrainVideoQueue()