Lines Matching refs:recout
1499 if (sd->recout.x + 16 >= sd->h_active) in dcn20_split_stream_for_odm()
1501 new_width = sd->h_active - sd->recout.x; in dcn20_split_stream_for_odm()
1503 sd->ratios.horz, sd->recout.width - new_width)); in dcn20_split_stream_for_odm()
1505 sd->ratios.horz_c, sd->recout.width - new_width)); in dcn20_split_stream_for_odm()
1506 sd->recout.width = new_width; in dcn20_split_stream_for_odm()
1515 new_width = sd->recout.width + sd->recout.x - sd->h_active; in dcn20_split_stream_for_odm()
1517 sd->ratios.horz, sd->recout.width - new_width)); in dcn20_split_stream_for_odm()
1519 sd->ratios.horz_c, sd->recout.width - new_width)); in dcn20_split_stream_for_odm()
1520 sd->recout.width = new_width; in dcn20_split_stream_for_odm()
1522 sd->ratios.horz, sd->h_active - sd->recout.x)); in dcn20_split_stream_for_odm()
1524 sd->ratios.horz_c, sd->h_active - sd->recout.x)); in dcn20_split_stream_for_odm()
1525 sd->recout.x = 0; in dcn20_split_stream_for_odm()