Searched refs:output_h (Results 1 - 6 of 6) 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
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);
572 rj54n1->height = output_h;
639 output_w = *out_w, output_h = *out_h; local
662 if (output_h > max(384U, input_h / 2)) {
663 if (2 * output_h > RJ54N1_MAX_HEIGHT) {
665 output_h = RJ54N1_MAX_HEIGHT / 2;
667 input_h = output_h *
983 int output_w, output_h, max_w, max_h, local
[all...]
/linux-master/drivers/char/hw_random/
H A Dks-sa-rng.c75 u32 output_h; member in struct:trng_regs
168 data[1] = readl(&ks_sa_rng->reg_rng->output_h);
/linux-master/drivers/gpu/drm/arm/
H A Dmalidp_crtc.c302 s->output_h = pstate->crtc_h;
318 ((phase << SE_N_PHASE) / s->output_h + 1) / 2;
322 s->v_delta_phase = phase / s->output_h;
H A Dmalidp_hw.h88 u16 output_w, output_h; member in struct:malidp_se_config
H A Dmalidp_hw.c498 a = 15 * input_size / (htotal * se_config->output_h);
835 (se_config->output_h -
836 min(se_config->input_h, se_config->output_h));
837 denominator = (htotal - 2) * se_config->output_h;
H A Dmalidp_drv.c157 val = MALIDP_SE_SET_V_SIZE(s->output_h) |

Completed in 247 milliseconds