Searched refs:next_frame_us (Results 1 – 1 of 1) sorted by relevance
354 double next_frame_us; in MCIAVI_player() local382 next_frame_us = currenttime_us(); in MCIAVI_player()394 while(next_frame_us <= tc && wma->dwCurrVideoFrame < wma->dwToVideoFrame){ in MCIAVI_player()400 next_frame_us += dur; in MCIAVI_player()401 TRACE("next_frame: %f\n", next_frame_us); in MCIAVI_player()417 if (tc < next_frame_us) in MCIAVI_player()418 delta = next_frame_us - tc; in MCIAVI_player()