Searched refs:last_render_time_in_us (Results 1 – 1 of 1) sorted by relevance
252 unsigned int last_render_time_in_us, in apply_below_the_range() argument267 if ((last_render_time_in_us + in_out_vrr->btr.margin_in_us / 2) < max_render_time_in_us) { in apply_below_the_range()273 } else if (last_render_time_in_us > (max_render_time_in_us + in_out_vrr->btr.margin_in_us / 2)) { in apply_below_the_range()299 mid_point_frames_ceil = (last_render_time_in_us + in apply_below_the_range()304 frame_time_in_us = last_render_time_in_us / in apply_below_the_range()316 mid_point_frames_floor = last_render_time_in_us / in apply_below_the_range()321 frame_time_in_us = last_render_time_in_us / in apply_below_the_range()350 if (((last_render_time_in_us / in_out_vrr->btr.frames_to_insert) < in apply_below_the_range()352 ((last_render_time_in_us / in_out_vrr->btr.frames_to_insert) > in apply_below_the_range()360 if (last_render_time_in_us / frames_to_insert < in apply_below_the_range()[all …]