Home
last modified time | relevance | path

Searched refs:compose (Results 1 – 25 of 27) sorted by relevance

12

/drivers/tty/vt/
Ddefkeymap.map291 compose '`' 'A' to '�'
292 compose '`' 'a' to '�'
293 compose '\'' 'A' to '�'
294 compose '\'' 'a' to '�'
295 compose '^' 'A' to '�'
296 compose '^' 'a' to '�'
297 compose '~' 'A' to '�'
298 compose '~' 'a' to '�'
299 compose '"' 'A' to '�'
300 compose '"' 'a' to '�'
[all …]
/drivers/staging/media/imx/
Dimx-media-csi.c80 struct v4l2_rect compose; member
427 image.rect = vdev->compose; in csi_idmac_setup_channel()
738 priv->crop.width == 2 * priv->compose.width, in csi_setup()
739 priv->crop.height == 2 * priv->compose.height); in csi_setup()
1180 return &priv->compose; in __csi_get_compose()
1423 struct v4l2_rect *compose, in csi_try_fmt() argument
1438 sdformat->format.width = compose->width; in csi_try_fmt()
1439 sdformat->format.height = compose->height; in csi_try_fmt()
1489 compose->left = 0; in csi_try_fmt()
1490 compose->top = 0; in csi_try_fmt()
[all …]
Dimx-media-capture.c208 struct v4l2_rect *compose) in __capture_try_fmt_vid_cap() argument
253 if (compose) { in __capture_try_fmt_vid_cap()
254 compose->left = 0; in __capture_try_fmt_vid_cap()
255 compose->top = 0; in __capture_try_fmt_vid_cap()
256 compose->width = fmt_src->format.width; in __capture_try_fmt_vid_cap()
257 compose->height = fmt_src->format.height; in __capture_try_fmt_vid_cap()
298 &priv->vdev.compose); in capture_s_fmt_vid_cap()
341 s->r = priv->vdev.compose; in capture_g_selection()
536 struct v4l2_rect compose; in capture_validate_fmt() local
548 ret = __capture_try_fmt_vid_cap(priv, &fmt_src, &f, &cc, &compose); in capture_validate_fmt()
[all …]
Dimx-media.h93 struct v4l2_rect compose; member
/drivers/media/platform/vivid/
Dvivid-vid-out.c453 struct v4l2_rect *compose = &dev->compose_out; in vivid_s_fmt_vid_out() local
504 v4l2_rect_set_min_size(compose, &min_r); in vivid_s_fmt_vid_out()
505 v4l2_rect_set_max_size(compose, &max_r); in vivid_s_fmt_vid_out()
506 v4l2_rect_map_inside(compose, &dev->compose_bounds_out); in vivid_s_fmt_vid_out()
519 v4l2_rect_set_min_size(compose, &min_r); in vivid_s_fmt_vid_out()
520 v4l2_rect_set_max_size(compose, &max_r); in vivid_s_fmt_vid_out()
521 v4l2_rect_map_inside(compose, &dev->compose_bounds_out); in vivid_s_fmt_vid_out()
526 v4l2_rect_set_size_to(compose, &r); in vivid_s_fmt_vid_out()
527 v4l2_rect_map_inside(compose, &dev->compose_bounds_out); in vivid_s_fmt_vid_out()
531 v4l2_rect_set_size_to(compose, &r); in vivid_s_fmt_vid_out()
[all …]
Dvivid-vid-cap.c653 struct v4l2_rect *compose = &dev->compose_cap; in vivid_s_fmt_vid_cap() local
685 v4l2_rect_map_inside(compose, &r); in vivid_s_fmt_vid_cap()
687 *compose = r; in vivid_s_fmt_vid_cap()
706 compose->width / MAX_ZOOM, in vivid_s_fmt_vid_cap()
707 factor * compose->height / MAX_ZOOM in vivid_s_fmt_vid_cap()
711 compose->width * MAX_ZOOM, in vivid_s_fmt_vid_cap()
712 factor * compose->height * MAX_ZOOM in vivid_s_fmt_vid_cap()
725 v4l2_rect_set_size_to(compose, &r); in vivid_s_fmt_vid_cap()
727 v4l2_rect_map_inside(compose, &r); in vivid_s_fmt_vid_cap()
732 compose->top *= factor; in vivid_s_fmt_vid_cap()
[all …]
/drivers/media/platform/vsp1/
Dvsp1_brx.c158 struct v4l2_rect *compose; in brx_set_format() local
160 compose = brx_get_compose(brx, config, fmt->pad); in brx_set_format()
161 compose->left = 0; in brx_set_format()
162 compose->top = 0; in brx_set_format()
163 compose->width = format->width; in brx_set_format()
164 compose->height = format->height; in brx_set_format()
224 struct v4l2_rect *compose; in brx_set_selection() local
258 compose = brx_get_compose(brx, config, sel->pad); in brx_set_selection()
259 *compose = sel->r; in brx_set_selection()
Dvsp1_hgt.c134 struct v4l2_rect *compose; in hgt_configure_stream() local
144 compose = vsp1_entity_get_pad_selection(entity, entity->config, in hgt_configure_stream()
167 hratio = crop->width * 2 / compose->width / 3; in hgt_configure_stream()
168 vratio = crop->height * 2 / compose->height / 3; in hgt_configure_stream()
Dvsp1_hgo.c138 struct v4l2_rect *compose; in hgo_configure_stream() local
145 compose = vsp1_entity_get_pad_selection(entity, entity->config, in hgo_configure_stream()
164 hratio = crop->width * 2 / compose->width / 3; in hgo_configure_stream()
165 vratio = crop->height * 2 / compose->height / 3; in hgo_configure_stream()
Dvsp1_rpf.c114 const struct v4l2_rect *compose; in rpf_configure_stream() local
116 compose = vsp1_entity_get_pad_selection(pipe->brx, in rpf_configure_stream()
120 left = compose->left; in rpf_configure_stream()
121 top = compose->top; in rpf_configure_stream()
Dvsp1_drm.h62 struct v4l2_rect compose; member
Dvsp1_histo.c294 struct v4l2_rect *compose; in histo_set_compose() local
332 compose = vsp1_entity_get_pad_selection(&histo->entity, config, in histo_set_compose()
335 *compose = sel->r; in histo_set_compose()
Dvsp1_drm.c209 sel.r = vsp1->drm->inputs[rpf->entity.index].compose; in vsp1_du_pipeline_setup_rpf()
856 vsp1->drm->inputs[rpf_index].compose = cfg->dst; in vsp1_du_atomic_update()
/drivers/media/platform/rcar-vin/
Drcar-v4l2.c175 vin->compose = vin->source; in rvin_reset_format()
182 struct v4l2_rect *crop, struct v4l2_rect *compose) in rvin_try_format() argument
237 if (compose) { in rvin_try_format()
238 compose->top = 0; in rvin_try_format()
239 compose->left = 0; in rvin_try_format()
240 compose->width = pix->width; in rvin_try_format()
241 compose->height = pix->height; in rvin_try_format()
274 struct v4l2_rect crop, compose; in rvin_s_fmt_vid_cap() local
281 &crop, &compose); in rvin_s_fmt_vid_cap()
287 vin->compose = compose; in rvin_s_fmt_vid_cap()
[all …]
Drcar-dma.c536 if (vin->crop.height != vin->compose.height) in rvin_crop_scale_comp_gen2()
537 ys = (4096 * vin->crop.height) / vin->compose.height; in rvin_crop_scale_comp_gen2()
541 if (vin->crop.width != vin->compose.width) in rvin_crop_scale_comp_gen2()
542 xs = (4096 * vin->crop.width) / vin->compose.width; in rvin_crop_scale_comp_gen2()
814 offsetx = vin->compose.left * fmt->bpp; in rvin_set_slot_addr()
815 offsety = vin->compose.top * vin->format.bytesperline; in rvin_set_slot_addr()
Drcar-vin.h217 struct v4l2_rect compose; member
/drivers/media/common/v4l2-tpg/
Dv4l2-tpg-core.c94 tpg->crop.width = tpg->compose.width = w; in tpg_init()
95 tpg->crop.height = tpg->compose.height = h; in tpg_init()
472 const struct v4l2_rect *compose) in tpg_s_crop_compose() argument
475 tpg->compose = *compose; in tpg_s_crop_compose()
476 tpg->scaled_width = (tpg->src_width * tpg->compose.width + in tpg_s_crop_compose()
502 tpg->compose.top = tpg->compose.left = 0; in tpg_reset_source()
503 tpg->compose.width = width; in tpg_reset_source()
504 tpg->compose.height = tpg->buf_height; in tpg_reset_source()
1969 if (y + 16 >= tpg->compose.height || x + 8 >= tpg->compose.width) in tpg_gen_text()
1972 if (len > (tpg->compose.width - x) / 8) in tpg_gen_text()
[all …]
/drivers/s390/char/
Ddefkeymap.map189 compose '^' 'c' to Control_c
190 compose '^' 'd' to Control_d
191 compose '^' 'z' to Control_z
192 compose '^' '\012' to nul
/drivers/media/platform/qcom/camss/
Dcamss-vfe.c1498 return &line->compose; in __vfe_get_compose()
1632 struct v4l2_rect *compose; in vfe_try_crop() local
1634 compose = __vfe_get_compose(line, cfg, which); in vfe_try_crop()
1636 if (rect->width > compose->width) in vfe_try_crop()
1637 rect->width = compose->width; in vfe_try_crop()
1639 if (rect->width + rect->left > compose->width) in vfe_try_crop()
1640 rect->left = compose->width - rect->width; in vfe_try_crop()
1642 if (rect->height > compose->height) in vfe_try_crop()
1643 rect->height = compose->height; in vfe_try_crop()
1645 if (rect->height + rect->top > compose->height) in vfe_try_crop()
[all …]
Dcamss-vfe-4-1.c693 output = line->compose.width; in vfe_set_scale_cfg()
703 output = line->compose.height; in vfe_set_scale_cfg()
715 output = line->compose.width / 2; in vfe_set_scale_cfg()
725 output = line->compose.height; in vfe_set_scale_cfg()
727 output = line->compose.height / 2; in vfe_set_scale_cfg()
Dcamss-vfe-4-7.c796 output = line->compose.width - 1; in vfe_set_scale_cfg()
806 output = line->compose.height - 1; in vfe_set_scale_cfg()
818 output = line->compose.width / 2 - 1; in vfe_set_scale_cfg()
828 output = line->compose.height - 1; in vfe_set_scale_cfg()
830 output = line->compose.height / 2 - 1; in vfe_set_scale_cfg()
Dcamss-vfe.h70 struct v4l2_rect compose; member
/drivers/media/i2c/
Ds5k5baf.c310 struct v4l2_rect compose; member
869 &state->compose); in s5k5baf_hw_set_crop_rects()
1403 sel->r = state->compose; in s5k5baf_get_selection()
1494 &state->compose, in s5k5baf_set_selection()
1512 !s5k5baf_cmp_rect(&state->compose, &s5k5baf_cis_rect)) in s5k5baf_set_selection()
1960 state->compose = s5k5baf_cis_rect; in s5k5baf_probe()
/drivers/media/i2c/smiapp/
Dsmiapp.h155 struct v4l2_rect compose; /* compose on sink */ member
Dsmiapp-core.c1676 *comps = &ssd->compose; in smiapp_get_crop_compose()
2139 src_size = &ssd->compose; in smiapp_set_crop()
2614 ssd->compose.width = ssd->sink_fmt.width; in smiapp_create_subdev()
2615 ssd->compose.height = ssd->sink_fmt.height; in smiapp_create_subdev()
2616 ssd->crop[ssd->source_pad] = ssd->compose; in smiapp_create_subdev()
2619 ssd->crop[ssd->sink_pad] = ssd->compose; in smiapp_create_subdev()

12