Home
last modified time | relevance | path

Searched refs:input_h (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/drivers/media/i2c/
Drj54n1cb0c.c550 int output_w, output_h, input_w = rect->width, input_h = rect->height; in rj54n1_set_selection() local
559 &input_h, 8, RJ54N1_MAX_HEIGHT, 0, 0); in rj54n1_set_selection()
562 output_h = (input_h * 1024 + rj54n1->resize / 2) / rj54n1->resize; in rj54n1_set_selection()
565 input_w, input_h, rj54n1->resize, output_w, output_h); in rj54n1_set_selection()
567 ret = rj54n1_sensor_scale(sd, &input_w, &input_h, &output_w, &output_h); in rj54n1_set_selection()
575 rj54n1->rect.height = input_h; in rj54n1_set_selection()
638 unsigned int skip, resize, input_w = *in_w, input_h = *in_h, in rj54n1_sensor_scale() local
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()
[all …]
/Linux-v6.1/drivers/gpu/drm/arm/
Dmalidp_crtc.c295 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()
Dmalidp_hw.h87 u16 input_w, input_h; member
Dmalidp_hw.c487 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()
Dmalidp_drv.c152 val = MALIDP_SE_SET_V_SIZE(s->input_h) | in malidp_atomic_commit_se_config()