Home
last modified time | relevance | path

Searched refs:c_rect (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/media/platform/ti/vpe/
H A Dvpe.c325 struct v4l2_rect c_rect; /* crop/compose rectangle */ member
797 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 …]
/linux/drivers/gpu/drm/qxl/
H A Dqxl_display.c111 struct qxl_urect *c_rect = in qxl_display_copy_rom_client_monitors_config() local
115 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()