Searched refs:rec_out (Results 1 – 2 of 2) sorted by relevance
71 struct spl_rect rec_out = *rec_in; in shift_rec() local73 rec_out.x += x; in shift_rec()74 rec_out.y += y; in shift_rec()76 return rec_out; in shift_rec()146 struct spl_rect rec_out = {0}; in calculate_plane_rec_in_timing_active() local152 rec_out.x = stream_dst->x + spl_fixpt_round(temp); in calculate_plane_rec_in_timing_active()157 rec_out.width = stream_dst->x + spl_fixpt_round(temp) - rec_out.x; in calculate_plane_rec_in_timing_active()161 rec_out.y = stream_dst->y + spl_fixpt_round(temp); in calculate_plane_rec_in_timing_active()166 rec_out.height = stream_dst->y + spl_fixpt_round(temp) - rec_out.y; in calculate_plane_rec_in_timing_active()168 return rec_out; in calculate_plane_rec_in_timing_active()
790 struct rect rec_out = *rec_in; in shift_rec() local792 rec_out.x += x; in shift_rec()793 rec_out.y += y; in shift_rec()795 return rec_out; in shift_rec()864 struct rect rec_out = {0}; in calculate_plane_rec_in_timing_active() local869 rec_out.x = stream->dst.x + dc_fixpt_round(temp); in calculate_plane_rec_in_timing_active()874 rec_out.width = stream->dst.x + dc_fixpt_round(temp) - rec_out.x; in calculate_plane_rec_in_timing_active()878 rec_out.y = stream->dst.y + dc_fixpt_round(temp); in calculate_plane_rec_in_timing_active()883 rec_out.height = stream->dst.y + dc_fixpt_round(temp) - rec_out.y; in calculate_plane_rec_in_timing_active()885 return rec_out; in calculate_plane_rec_in_timing_active()