Searched refs:tpg_data (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/include/media/tpg/ |
D | v4l2-tpg.h | 133 struct tpg_data { struct 236 void tpg_init(struct tpg_data *tpg, unsigned w, unsigned h); argument 237 int tpg_alloc(struct tpg_data *tpg, unsigned max_w); 238 void tpg_free(struct tpg_data *tpg); 239 void tpg_reset_source(struct tpg_data *tpg, unsigned width, unsigned height, 241 void tpg_log_status(struct tpg_data *tpg); 244 void tpg_gen_text(const struct tpg_data *tpg, 246 void tpg_calc_text_basep(struct tpg_data *tpg, 248 unsigned tpg_g_interleaved_plane(const struct tpg_data *tpg, unsigned buf_line); 249 void tpg_fill_plane_buffer(struct tpg_data *tpg, v4l2_std_id std, [all …]
|
/linux-6.1.9/drivers/media/common/v4l2-tpg/ |
D | v4l2-tpg-core.c | 89 void tpg_init(struct tpg_data *tpg, unsigned w, unsigned h) in tpg_init() 112 int tpg_alloc(struct tpg_data *tpg, unsigned max_w) in tpg_alloc() 154 void tpg_free(struct tpg_data *tpg) in tpg_free() 179 bool tpg_s_fourcc(struct tpg_data *tpg, u32 fourcc) in tpg_s_fourcc() 475 void tpg_s_crop_compose(struct tpg_data *tpg, const struct v4l2_rect *crop, in tpg_s_crop_compose() 491 void tpg_reset_source(struct tpg_data *tpg, unsigned width, unsigned height, in tpg_reset_source() 516 static enum tpg_color tpg_get_textbg_color(struct tpg_data *tpg) in tpg_get_textbg_color() 528 static enum tpg_color tpg_get_textfg_color(struct tpg_data *tpg) in tpg_get_textfg_color() 553 static void color_to_hsv(struct tpg_data *tpg, int r, int g, int b, in color_to_hsv() 626 static void color_to_ycbcr(struct tpg_data *tpg, int r, int g, int b, in color_to_ycbcr() [all …]
|
/linux-6.1.9/drivers/media/test-drivers/vivid/ |
D | vivid-kthread-cap.c | 223 static void *plane_vaddr(struct tpg_data *tpg, struct vivid_buffer *buf, in plane_vaddr() 241 struct tpg_data *tpg = &dev->tpg; in vivid_copy_buffer() 409 struct tpg_data *tpg = &dev->tpg; in vivid_fillbuff() 597 struct tpg_data *tpg = &dev->tpg; in vivid_overlay()
|
D | vivid-core.h | 395 struct tpg_data tpg;
|
/linux-6.1.9/drivers/media/test-drivers/vimc/ |
D | vimc-sensor.c | 26 struct tpg_data tpg;
|