Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/media/platform/ti/vpe/
A Dvpe.c1076 stride, &q_data->c_rect, in add_out_dtd()
1172 frame_width = q_data->c_rect.width; in add_in_dtd()
1755 q_data->c_rect.left = 0; in __vpe_s_fmt()
1756 q_data->c_rect.top = 0; in __vpe_s_fmt()
1757 q_data->c_rect.width = pix->width; in __vpe_s_fmt()
1758 q_data->c_rect.height = pix->height; in __vpe_s_fmt()
1771 q_data->c_rect.height /= 2; in __vpe_s_fmt()
1919 s->r = q_data->c_rect; in vpe_g_selection()
1960 q_data->c_rect = sel.r; in vpe_s_selection()
2341 s_q_data->c_rect.left = 0; in vpe_open()
[all …]
A Dvpdma.h244 int stride, const struct v4l2_rect *c_rect,
248 int stride, const struct v4l2_rect *c_rect,
253 int stride, const struct v4l2_rect *c_rect,
A Dvpdma.c808 int stride, const struct v4l2_rect *c_rect, in vpdma_add_out_dtd() argument
812 vpdma_rawchan_add_out_dtd(list, width, stride, c_rect, fmt, dma_addr, in vpdma_add_out_dtd()
818 int stride, const struct v4l2_rect *c_rect, in vpdma_rawchan_add_out_dtd() argument
826 struct v4l2_rect rect = *c_rect; in vpdma_rawchan_add_out_dtd()
887 int stride, const struct v4l2_rect *c_rect, in vpdma_add_in_dtd() argument
896 struct v4l2_rect rect = *c_rect; in vpdma_add_in_dtd()
/linux-6.3-rc2/drivers/gpu/drm/qxl/
A Dqxl_display.c109 struct qxl_urect *c_rect = in qxl_display_copy_rom_client_monitors_config() local
113 if (client_head->x != c_rect->left) { in qxl_display_copy_rom_client_monitors_config()
114 client_head->x = c_rect->left; in qxl_display_copy_rom_client_monitors_config()
117 if (client_head->y != c_rect->top) { in qxl_display_copy_rom_client_monitors_config()
118 client_head->y = c_rect->top; in qxl_display_copy_rom_client_monitors_config()
121 if (client_head->width != c_rect->right - c_rect->left) { in qxl_display_copy_rom_client_monitors_config()
122 client_head->width = c_rect->right - c_rect->left; in qxl_display_copy_rom_client_monitors_config()
125 if (client_head->height != c_rect->bottom - c_rect->top) { in qxl_display_copy_rom_client_monitors_config()
126 client_head->height = c_rect->bottom - c_rect->top; in qxl_display_copy_rom_client_monitors_config()

Completed in 15 milliseconds