Searched refs:frames_to_insert (Results 1 – 2 of 2) sorted by relevance
279 unsigned int frames_to_insert = 0; in apply_below_the_range() local300 in_out_vrr->btr.frames_to_insert = 0; in apply_below_the_range()359 frames_to_insert = mid_point_frames_floor; in apply_below_the_range()364 frames_to_insert = mid_point_frames_ceil; in apply_below_the_range()370 frames_to_insert = mid_point_frames_ceil; in apply_below_the_range()376 frames_to_insert = mid_point_frames_floor; in apply_below_the_range()389 if (in_out_vrr->btr.frames_to_insert != 0 && in apply_below_the_range()391 if (((last_render_time_in_us / in_out_vrr->btr.frames_to_insert) < in apply_below_the_range()393 ((last_render_time_in_us / in_out_vrr->btr.frames_to_insert) > in apply_below_the_range()395 frames_to_insert = in_out_vrr->btr.frames_to_insert; in apply_below_the_range()[all …]
67 uint32_t frames_to_insert; member