Searched refs:out_w (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_pipeline_state.c296 src_w = dflow->out_w;
419 st->hsize = dflow->out_w;
452 hsize_out = dflow->out_w;
537 st->hsize_out = dflow->out_w;
627 if (!malidp_in_range(&merger->hsize_merged, output->out_w)) {
629 output->out_w);
646 st->hsize_merged = output->out_w;
680 if ((dflow->out_x + dflow->out_w > compiz_w) ||
682 dflow->out_w == 0 || dflow->out_h == 0) {
685 dflow->out_w, dflo
[all...]
H A Dkomeda_wb_connector.c21 dflow->out_w = fb->width;
H A Dkomeda_plane.c42 dflow->out_w = st->crtc_w;
H A Dkomeda_pipeline.h355 u32 out_x, out_y, out_w, out_h; member in struct:komeda_data_flow_cfg
/linux-master/drivers/net/wireless/microchip/wilc1000/
H A Dwlan_cfg.c377 goto out_w;
400 out_w:
/linux-master/drivers/staging/media/atomisp/pci/camera/pipe/src/
H A Dpipe_binarydesc.c164 out_w = output_res.width, out_h = output_res.height; local
173 assert(out_w != 0 && out_h != 0);
182 bool cond = (out_w * num / den + delta > in_w) &&
183 (out_w * num / den <= in_w) &&
/linux-master/drivers/media/i2c/
H A Drj54n1cb0c.c541 s32 *out_w, s32 *out_h);
634 s32 *out_w, s32 *out_h)
639 output_w = *out_w, output_h = *out_h;
811 *out_w = output_w;
633 rj54n1_sensor_scale(struct v4l2_subdev *sd, s32 *in_w, s32 *in_h, s32 *out_w, s32 *out_h) argument
/linux-master/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c1147 const int out_w = stream->dst.width; local
1170 pipe_ctx->plane_res.scl_data.ratios.horz.value * in_w, out_w);

Completed in 190 milliseconds