Searched refs:input_h (Results 1 – 5 of 5) sorted by relevance
559 &input_h, 8, RJ54N1_MAX_HEIGHT, 0, 0); in rj54n1_set_selection()575 rj54n1->rect.height = input_h; in rj54n1_set_selection()662 if (output_h > max(384U, input_h / 2)) { in rj54n1_sensor_scale()664 input_h = RJ54N1_MAX_HEIGHT; in rj54n1_sensor_scale()667 input_h = output_h * 2; in rj54n1_sensor_scale()671 input_h, output_h); in rj54n1_sensor_scale()686 if (output_w > input_w && output_h > input_h) { in rj54n1_sensor_scale()688 input_h = output_h; in rj54n1_sensor_scale()1100 if (input_h > max_h) in rj54n1_set_fmt()1101 input_h = max_h; in rj54n1_set_fmt()[all …]
295 s->input_h = pstate->src_w >> 16; in malidp_crtc_atomic_check_scaling()298 s->input_h = pstate->src_h >> 16; in malidp_crtc_atomic_check_scaling()316 phase = s->input_h; in malidp_crtc_atomic_check_scaling()320 phase = s->input_h; in malidp_crtc_atomic_check_scaling()
87 u16 input_w, input_h; member
487 unsigned long input_size = se_config->input_w * se_config->input_h; in malidp500_se_calc_mclk()833 se_config->input_h; in malidp550_se_calc_mclk()836 min(se_config->input_h, se_config->output_h)); in malidp550_se_calc_mclk()
153 val = MALIDP_SE_SET_V_SIZE(s->input_h) | in malidp_atomic_commit_se_config()
Completed in 13 milliseconds