| /linux/arch/m68k/hp300/ |
| H A D | hp300map.map | 185 compose '`' 'A' to '�' 186 compose '`' 'a' to '�' 187 compose '\'' 'A' to '�' 188 compose '\'' 'a' to '�' 189 compose '^' 'A' to '�' 190 compose '^' 'a' to '�' 191 compose '~' 'A' to '�' 192 compose '~' 'a' to '�' 193 compose '"' 'A' to '�' 194 compose '"' 'a' to '�' [all …]
|
| /linux/drivers/tty/vt/ |
| H A D | defkeymap.map | 291 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 …]
|
| /linux/drivers/media/platform/st/stm32/stm32-dcmipp/ |
| H A D | dcmipp-byteproc.c | 124 struct v4l2_rect *compose) in dcmipp_byteproc_adjust_crop() argument 128 v4l2_rect_map_inside(r, compose); in dcmipp_byteproc_adjust_crop() 246 struct v4l2_rect *compose; in dcmipp_byteproc_enum_frame_size() local 258 compose = v4l2_subdev_state_get_compose(sd_state, 0); in dcmipp_byteproc_enum_frame_size() 259 fse->max_width = compose->width; in dcmipp_byteproc_enum_frame_size() 260 fse->max_height = compose->height; in dcmipp_byteproc_enum_frame_size() 271 struct v4l2_rect *crop, *compose; in dcmipp_byteproc_set_fmt() local 279 compose = v4l2_subdev_state_get_compose(sd_state, 0); in dcmipp_byteproc_set_fmt() 291 *compose = *crop; in dcmipp_byteproc_set_fmt() 305 struct v4l2_rect *crop, *compose; in dcmipp_byteproc_get_selection() local [all …]
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | selection-api-examples.rst | 46 /* setting smaller compose rectangle */ 66 struct v4l2_selection compose = { 76 ret = ioctl(fd, VIDIOC_G_SELECTION, &compose); 84 hscale = (double)compose.r.width / crop.r.width; 85 vscale = (double)compose.r.height / crop.r.height;
|
| H A D | v4l2-selection-targets.rst | 69 - Bounds of the compose rectangle. All valid compose rectangles fit 70 inside the compose bounds rectangle.
|
| H A D | selection-api-intro.rst | 24 and position of such a window is controlled by the compose target.
|
| H A D | vidioc-g-selection.rst | 73 choose a crop/compose rectangle as close as possible to the requested
|
| /linux/drivers/media/platform/renesas/vsp1/ |
| H A D | vsp1_hgt.c | 135 struct v4l2_rect *compose; in hgt_configure_stream() local 144 compose = v4l2_subdev_state_get_compose(state, HISTO_PAD_SINK); in hgt_configure_stream() 165 hratio = crop->width * 2 / compose->width / 3; in hgt_configure_stream() 166 vratio = crop->height * 2 / compose->height / 3; in hgt_configure_stream()
|
| H A D | vsp1_hgo.c | 139 struct v4l2_rect *compose; in hgo_configure_stream() local 145 compose = v4l2_subdev_state_get_compose(state, HISTO_PAD_SINK); in hgo_configure_stream() 162 hratio = crop->width * 2 / compose->width / 3; in hgo_configure_stream() 163 vratio = crop->height * 2 / compose->height / 3; in hgo_configure_stream()
|
| /linux/drivers/media/test-drivers/vivid/ |
| H A D | vivid-vid-cap.c | 671 struct v4l2_rect *compose = &dev->compose_cap; in vivid_s_fmt_vid_cap() local 698 v4l2_rect_map_inside(compose, &r); in vivid_s_fmt_vid_cap() 700 *compose = r; in vivid_s_fmt_vid_cap() 719 compose->width / MAX_ZOOM, in vivid_s_fmt_vid_cap() 720 factor * compose->height / MAX_ZOOM in vivid_s_fmt_vid_cap() 724 compose->width * MAX_ZOOM, in vivid_s_fmt_vid_cap() 725 factor * compose->height * MAX_ZOOM in vivid_s_fmt_vid_cap() 738 v4l2_rect_set_size_to(compose, &r); in vivid_s_fmt_vid_cap() 740 v4l2_rect_map_inside(compose, &r); in vivid_s_fmt_vid_cap() 745 compose->top *= factor; in vivid_s_fmt_vid_cap() [all …]
|
| /linux/drivers/s390/char/ |
| H A D | defkeymap.map | 189 compose '^' 'c' to Control_c 190 compose '^' 'd' to Control_d 191 compose '^' 'z' to Control_z 192 compose '^' '\012' to nul
|
| /linux/drivers/media/platform/mediatek/mdp3/ |
| H A D | mtk-mdp3-m2m.c | 102 task.composes[0] = &frame->compose; in mdp_m2m_device_run() 156 &capture->compose, in mdp_m2m_start_streaming() 345 capture->compose.left = 0; in mdp_m2m_s_fmt_mplane() 346 capture->compose.top = 0; in mdp_m2m_s_fmt_mplane() 347 capture->compose.width = f->fmt.pix_mp.width; in mdp_m2m_s_fmt_mplane() 348 capture->compose.height = f->fmt.pix_mp.height; in mdp_m2m_s_fmt_mplane() 391 s->r = frame->compose; in mdp_m2m_g_selection() 447 capture->compose = r; in mdp_m2m_s_selection()
|
| H A D | mtk-mdp3-regs.h | 312 struct v4l2_rect compose; member 369 const struct v4l2_rect *compose, s32 rotation,
|
| H A D | mtk-mdp3-cmdq.c | 422 const struct v4l2_rect *compose; in mdp_path_config() local 439 compose = path->composes[out]; in mdp_path_config() 440 ret = call_op(ctx, config_frame, cmd, compose); in mdp_path_config()
|
| /linux/tools/perf/python/ |
| H A D | ilist.py | 140 def compose(self) -> ComposeResult: member in ErrorScreen 160 def compose(self) -> ComposeResult: member in SearchScreen 181 def compose(self) -> ComposeResult: member in Counter 194 def compose(self) -> ComposeResult: member in CounterSparkline 438 def compose(self) -> ComposeResult: member in IListApp
|
| /linux/include/media/tpg/ |
| H A D | v4l2-tpg.h | 145 struct v4l2_rect compose; member 255 const struct v4l2_rect *compose);
|
| /linux/drivers/media/platform/qcom/iris/ |
| H A D | iris_hfi_gen2_command.c | 243 bottom_offset = (inst->fmt_dst->fmt.pix_mp.height - inst->compose.height); in iris_hfi_gen2_set_crop_offsets() 244 right_offset = (inst->fmt_dst->fmt.pix_mp.width - inst->compose.width); in iris_hfi_gen2_set_crop_offsets() 245 left_offset = inst->compose.left; in iris_hfi_gen2_set_crop_offsets() 246 top_offset = inst->compose.top; in iris_hfi_gen2_set_crop_offsets()
|
| /linux/drivers/staging/media/imx/ |
| H A D | imx-media.h | 110 struct v4l2_rect compose; member
|
| H A D | imx-ic-prpencvf.c | 366 image.rect = vdev->compose; in prp_setup_channel()
|
| /linux/Documentation/admin-guide/media/ |
| H A D | vivid.rst | 31 - Supports crop/compose/scale in any combination for both input and output 200 specify the allowed video capture crop/compose/scaling combination 215 Enable compose support. Composing will copy the incoming 232 specify the allowed video output crop/compose/scaling combination 248 Enable compose support. Composing will copy the incoming 284 controls that select crop, compose and scale behavior are also 286 will default to enabling crop, compose and scaling. 1259 If the combination of crop, compose and scaling allows it, then it is possible 1260 to change crop and compose rectangles on the fly.
|
| H A D | qcom_camss.rst | 164 compose selection rectangle on the sink pad of the 'msm_vfe0_pix' entity.
|
| /linux/Documentation/arch/riscv/ |
| H A D | cmodx.rst | 22 AUIPC + JALR, are required to compose a function call. However, it is impossible
|
| /linux/drivers/media/v4l2-core/ |
| H A D | v4l2-subdev.c | 49 struct v4l2_rect compose; member 1819 return &state->pads[pad].compose; in __v4l2_subdev_state_get_compose() 1829 return &stream_configs->configs[i].compose; in __v4l2_subdev_state_get_compose()
|
| /linux/Documentation/arch/powerpc/ |
| H A D | qe_firmware.rst | 45 integers that compose the actual QE microcode.
|
| /linux/arch/arm/crypto/ |
| H A D | aes-ce-core.S | 484 vmov.i32 d30, #0x87 @ compose tweak mask vector
|