Searched refs:frames_to_insert (Results 1 – 2 of 2) sorted by relevance
261 unsigned int frames_to_insert = 0; in apply_below_the_range() local283 in_out_vrr->btr.frames_to_insert = 0; in apply_below_the_range()336 frames_to_insert = mid_point_frames_ceil; in apply_below_the_range()340 frames_to_insert = mid_point_frames_floor; in apply_below_the_range()348 if (in_out_vrr->btr.frames_to_insert != 0 && 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()354 frames_to_insert = 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()362 frames_to_insert -= (frames_to_insert > 1) ? in apply_below_the_range()[all …]
95 uint32_t frames_to_insert; member