Searched refs:c_rect (Results 1 – 3 of 3) sorted by relevance
325 struct v4l2_rect c_rect; /* crop/compose rectangle */ member797 unsigned int src_h = s_q_data->c_rect.height; in set_dei_regs()798 unsigned int src_w = s_q_data->c_rect.width; in set_dei_regs()867 unsigned int src_w = s_q_data->c_rect.width; in set_srcdst_params()868 unsigned int src_h = s_q_data->c_rect.height; in set_srcdst_params()869 unsigned int dst_w = d_q_data->c_rect.width; in set_srcdst_params()870 unsigned int dst_h = d_q_data->c_rect.height; in set_srcdst_params()1080 stride, &q_data->c_rect, in add_out_dtd()1176 frame_width = q_data->c_rect.width; in add_in_dtd()1177 frame_height = q_data->c_rect.height; in add_in_dtd()[all …]
640 struct v4l2_rect *c_rect = &port->c_rect; in add_out_dtd() local 735 vpdma_rawchan_add_out_dtd(&stream->desc_list, c_rect->width, in add_out_dtd() 736 stream->bytesperline, c_rect, in add_out_dtd() 1698 port->c_rect.left = 0; in vip_s_fmt_vid_cap() 1699 port->c_rect.top = 0; in vip_s_fmt_vid_cap() 1700 port->c_rect.width = stream->width; in vip_s_fmt_vid_cap() 1701 port->c_rect.height = stream->height; in vip_s_fmt_vid_cap() 2047 s->r = stream->port->c_rect; in vip_g_selection() 2096 stream->port->c_rect in vip_s_selection() [all...]
111 struct qxl_urect *c_rect = in qxl_display_copy_rom_client_monitors_config() local115 if (client_head->x != c_rect->left) { in qxl_display_copy_rom_client_monitors_config()116 client_head->x = c_rect->left; in qxl_display_copy_rom_client_monitors_config()119 if (client_head->y != c_rect->top) { in qxl_display_copy_rom_client_monitors_config()120 client_head->y = c_rect->top; in qxl_display_copy_rom_client_monitors_config()123 if (client_head->width != c_rect->right - c_rect->left) { in qxl_display_copy_rom_client_monitors_config()124 client_head->width = c_rect->right - c_rect->left; in qxl_display_copy_rom_client_monitors_config()127 if (client_head->height != c_rect->bottom - c_rect->top) { in qxl_display_copy_rom_client_monitors_config()128 client_head->height = c_rect->bottom - c_rect->top; in qxl_display_copy_rom_client_monitors_config()