Searched refs:loop_vid_copy (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/test-drivers/vivid/ |
H A D | vivid-kthread-cap.c | 159 * itself) and the intersection of that with loop_vid_copy (i.e. the part of 177 v4l2_rect_intersect(&dev->loop_vid_copy, &dev->crop_cap, &dev->compose_out); in vivid_precalc_copy_rects() 179 dev->loop_vid_out = dev->loop_vid_copy; in vivid_precalc_copy_rects() 184 dev->loop_vid_cap = dev->loop_vid_copy; in vivid_precalc_copy_rects() 188 "loop_vid_copy: %dx%d@%dx%d loop_vid_out: %dx%d@%dx%d loop_vid_cap: %dx%d@%dx%d\n", in vivid_precalc_copy_rects() 189 dev->loop_vid_copy.width, dev->loop_vid_copy.height, in vivid_precalc_copy_rects() 190 dev->loop_vid_copy.left, dev->loop_vid_copy.top, in vivid_precalc_copy_rects() 202 v4l2_rect_intersect(&dev->loop_vid_overlay, &r_overlay, &dev->loop_vid_copy); in vivid_precalc_copy_rects() [all...] |
H A D | vivid-core.h | 471 struct v4l2_rect loop_vid_copy; member 472 /* The part of the output buffer that (after scaling) corresponds to loop_vid_copy. */ 474 /* The part of the capture buffer that (after scaling) corresponds to loop_vid_copy. */ 478 * loop_vid_copy. I.e., the part of the framebuffer that actually should be
|
/kernel/linux/linux-6.6/drivers/media/test-drivers/vivid/ |
H A D | vivid-kthread-cap.c | 139 * itself) and the intersection of that with loop_vid_copy (i.e. the part of 157 v4l2_rect_intersect(&dev->loop_vid_copy, &dev->crop_cap, &dev->compose_out); in vivid_precalc_copy_rects() 159 dev->loop_vid_out = dev->loop_vid_copy; in vivid_precalc_copy_rects() 164 dev->loop_vid_cap = dev->loop_vid_copy; in vivid_precalc_copy_rects() 168 "loop_vid_copy: %dx%d@%dx%d loop_vid_out: %dx%d@%dx%d loop_vid_cap: %dx%d@%dx%d\n", in vivid_precalc_copy_rects() 169 dev->loop_vid_copy.width, dev->loop_vid_copy.height, in vivid_precalc_copy_rects() 170 dev->loop_vid_copy.left, dev->loop_vid_copy.top, in vivid_precalc_copy_rects() 182 v4l2_rect_intersect(&dev->loop_vid_overlay, &r_overlay, &dev->loop_vid_copy); in vivid_precalc_copy_rects() [all...] |
H A D | vivid-core.h | 455 struct v4l2_rect loop_vid_copy; member 456 /* The part of the output buffer that (after scaling) corresponds to loop_vid_copy. */ 458 /* The part of the capture buffer that (after scaling) corresponds to loop_vid_copy. */ 462 * loop_vid_copy. I.e., the part of the framebuffer that actually should be
|
Completed in 6 milliseconds