Searched refs:input_h (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/media/i2c/soc_camera/ |
D | rj54n1cb0c.c | 549 input_w = rect->width, input_h = rect->height; in rj54n1_set_selection() local 560 soc_camera_limit_side(&dummy, &input_h, in rj54n1_set_selection() 564 output_h = (input_h * 1024 + rj54n1->resize / 2) / rj54n1->resize; in rj54n1_set_selection() 567 input_w, input_h, rj54n1->resize, output_w, output_h); in rj54n1_set_selection() 569 ret = rj54n1_sensor_scale(sd, &input_w, &input_h, &output_w, &output_h); in rj54n1_set_selection() 577 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-v4.19/drivers/media/i2c/ |
D | rj54n1cb0c.c | 550 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() 639 unsigned int skip, resize, input_w = *in_w, input_h = *in_h, in rj54n1_sensor_scale() local 663 if (output_h > max(384U, input_h / 2)) { in rj54n1_sensor_scale() 665 input_h = RJ54N1_MAX_HEIGHT; in rj54n1_sensor_scale() 668 input_h = output_h * 2; in rj54n1_sensor_scale() [all …]
|
/Linux-v4.19/drivers/gpu/drm/arm/ |
D | malidp_crtc.c | 293 s->input_h = pstate->src_w >> 16; in malidp_crtc_atomic_check_scaling() 296 s->input_h = pstate->src_h >> 16; in malidp_crtc_atomic_check_scaling() 314 phase = s->input_h; in malidp_crtc_atomic_check_scaling() 318 phase = s->input_h; in malidp_crtc_atomic_check_scaling()
|
D | malidp_hw.h | 81 u16 input_w, input_h; member
|
D | malidp_hw.c | 360 unsigned long input_size = se_config->input_w * se_config->input_h; in malidp500_se_calc_mclk() 650 se_config->input_h; in malidp550_se_calc_mclk() 653 min(se_config->input_h, se_config->output_h)); in malidp550_se_calc_mclk()
|
D | malidp_drv.c | 152 val = MALIDP_SE_SET_V_SIZE(s->input_h) | in malidp_atomic_commit_se_config()
|