Searched refs:tpg_s_crop_compose (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/media/tpg/ |
H A D | v4l2-tpg.h | 253 void tpg_s_crop_compose(struct tpg_data *tpg, const struct v4l2_rect *crop,
|
/kernel/linux/linux-6.6/include/media/tpg/ |
H A D | v4l2-tpg.h | 254 void tpg_s_crop_compose(struct tpg_data *tpg, const struct v4l2_rect *crop,
|
/kernel/linux/linux-5.10/drivers/media/test-drivers/vivid/ |
H A D | vivid-vid-cap.c | 792 tpg_s_crop_compose(&dev->tpg, &dev->crop_cap, &dev->compose_cap); in vivid_s_fmt_vid_cap() 1048 tpg_s_crop_compose(&dev->tpg, crop, compose); in vivid_vid_cap_s_selection()
|
/kernel/linux/linux-6.6/drivers/media/test-drivers/vivid/ |
H A D | vivid-vid-cap.c | 786 tpg_s_crop_compose(&dev->tpg, &dev->crop_cap, &dev->compose_cap); in vivid_s_fmt_vid_cap() 1035 tpg_s_crop_compose(&dev->tpg, crop, compose); in vivid_vid_cap_s_selection()
|
/kernel/linux/linux-5.10/drivers/media/common/v4l2-tpg/ |
H A D | v4l2-tpg-core.c | 503 void tpg_s_crop_compose(struct tpg_data *tpg, const struct v4l2_rect *crop, in tpg_s_crop_compose() function 517 EXPORT_SYMBOL_GPL(tpg_s_crop_compose); variable
|
/kernel/linux/linux-6.6/drivers/media/common/v4l2-tpg/ |
H A D | v4l2-tpg-core.c | 507 void tpg_s_crop_compose(struct tpg_data *tpg, const struct v4l2_rect *crop, in tpg_s_crop_compose() function 521 EXPORT_SYMBOL_GPL(tpg_s_crop_compose); variable
|
Completed in 14 milliseconds