Home
last modified time | relevance | path

Searched refs:fmt_out_rect (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/media/test-drivers/vivid/
Dvivid-vid-out.c30 unsigned h = dev->fmt_out_rect.height; in vid_out_queue_setup()
106 unsigned int h = dev->fmt_out_rect.height; in vid_out_buf_prepare()
270 dev->fmt_out_rect = dev->crop_out; in vivid_update_format_out()
320 mp->width = dev->fmt_out_rect.width; in vivid_g_fmt_vid_out()
321 mp->height = dev->fmt_out_rect.height; in vivid_g_fmt_vid_out()
459 mp->width != dev->fmt_out_rect.width || in vivid_s_fmt_vid_out()
460 mp->height != dev->fmt_out_rect.height || in vivid_s_fmt_vid_out()
546 dev->fmt_out_rect.width = mp->width; in vivid_s_fmt_vid_out()
547 dev->fmt_out_rect.height = mp->height; in vivid_s_fmt_vid_out()
652 sel->r = dev->fmt_out_rect; in vivid_vid_out_g_selection()
[all …]
Dvivid-core.h543 struct v4l2_rect fmt_out_rect; member
Dvivid-kthread-cap.c260 out_dev->bytesperline_out, out_dev->fmt_out_rect.height); in vivid_copy_buffer()