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

/linux-master/drivers/media/i2c/
H A Drj54n1cb0c.c550 int output_w, output_h, input_w = rect->width, input_h = rect->height; local
559 &input_h, 8, RJ54N1_MAX_HEIGHT, 0, 0);
562 output_h = (input_h * 1024 + rj54n1->resize / 2) / rj54n1->resize;
565 input_w, input_h, rj54n1->resize, output_w, output_h);
567 ret = rj54n1_sensor_scale(sd, &input_w, &input_h, &output_w, &output_h);
575 rj54n1->rect.height = input_h;
638 unsigned int skip, resize, input_w = *in_w, input_h = *in_h, local
662 if (output_h > max(384U, input_h / 2)) {
664 input_h = RJ54N1_MAX_HEIGHT;
667 input_h
984 input_w = rj54n1->rect.width, input_h = rj54n1->rect.height; local
[all...]
/linux-master/drivers/gpu/drm/arm/
H A Dmalidp_crtc.c295 s->input_h = pstate->src_w >> 16;
298 s->input_h = pstate->src_h >> 16;
316 phase = s->input_h;
320 phase = s->input_h;
H A Dmalidp_hw.h87 u16 input_w, input_h; member in struct:malidp_se_config
H A Dmalidp_hw.c487 unsigned long input_size = se_config->input_w * se_config->input_h;
833 se_config->input_h;
836 min(se_config->input_h, se_config->output_h));
H A Dmalidp_drv.c154 val = MALIDP_SE_SET_V_SIZE(s->input_h) |

Completed in 161 milliseconds