Searched refs:rec_out (Results 1 – 2 of 2) sorted by relevance
70 struct spl_rect rec_out = *rec_in; in shift_rec() local72 rec_out.x += x; in shift_rec()73 rec_out.y += y; in shift_rec()75 return rec_out; in shift_rec()160 struct spl_rect rec_out = {0}; in calculate_plane_rec_in_timing_active() local166 rec_out.x = stream_dst->x + spl_fixpt_round(temp); in calculate_plane_rec_in_timing_active()171 rec_out.width = stream_dst->x + spl_fixpt_round(temp) - rec_out.x; in calculate_plane_rec_in_timing_active()175 rec_out.y = stream_dst->y + spl_fixpt_round(temp); in calculate_plane_rec_in_timing_active()180 rec_out.height = stream_dst->y + spl_fixpt_round(temp) - rec_out.y; in calculate_plane_rec_in_timing_active()182 return rec_out; in calculate_plane_rec_in_timing_active()
796 struct rect rec_out = *rec_in; in shift_rec() local798 rec_out.x += x; in shift_rec()799 rec_out.y += y; in shift_rec()801 return rec_out; in shift_rec()870 struct rect rec_out = {0}; in calculate_plane_rec_in_timing_active() local875 rec_out.x = stream->dst.x + dc_fixpt_round(temp); in calculate_plane_rec_in_timing_active()880 rec_out.width = stream->dst.x + dc_fixpt_round(temp) - rec_out.x; in calculate_plane_rec_in_timing_active()884 rec_out.y = stream->dst.y + dc_fixpt_round(temp); in calculate_plane_rec_in_timing_active()889 rec_out.height = stream->dst.y + dc_fixpt_round(temp) - rec_out.y; in calculate_plane_rec_in_timing_active()891 return rec_out; in calculate_plane_rec_in_timing_active()