Searched refs:tpg_data (Results 1 – 7 of 7) sorted by relevance
/linux/include/media/tpg/ |
H A 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/drivers/media/common/v4l2-tpg/ |
H A 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() 186 void tpg_free(struct tpg_data *tpg) in tpg_free() 211 bool tpg_s_fourcc(struct tpg_data *tpg, u32 fourcc) in tpg_s_fourcc() 507 void tpg_s_crop_compose(struct tpg_data *tpg, const struct v4l2_rect *crop, in tpg_s_crop_compose() 523 void tpg_reset_source(struct tpg_data *tpg, unsigned width, unsigned height, in tpg_reset_source() 548 static enum tpg_color tpg_get_textbg_color(struct tpg_data *tpg) in tpg_get_textbg_color() 560 static enum tpg_color tpg_get_textfg_color(struct tpg_data *tpg) in tpg_get_textfg_color() 585 static void color_to_hsv(struct tpg_data *tpg, int r, int g, int b, in color_to_hsv() 658 static void color_to_ycbcr(struct tpg_data *tpg, int r, int g, int b, in color_to_ycbcr() [all …]
|
/linux/drivers/media/test-drivers/visl/ |
H A D | visl.h | 155 struct tpg_data tpg;
|
H A D | visl-dec.c | 31 static void *plane_vaddr(struct tpg_data *tpg, struct vb2_buffer *buf, in plane_vaddr()
|
/linux/drivers/media/test-drivers/vivid/ |
H A D | vivid-kthread-cap.c | 202 static void *plane_vaddr(struct tpg_data *tpg, struct vivid_buffer *buf, in plane_vaddr() 221 struct tpg_data *tpg = &dev->tpg; in vivid_copy_buffer() 390 struct tpg_data *tpg = &dev->tpg; in vivid_fillbuff()
|
H A D | vivid-core.h | 482 struct tpg_data tpg;
|
/linux/drivers/media/test-drivers/vimc/ |
H A D | vimc-sensor.c | 26 struct tpg_data tpg;
|