Searched refs:tpg_data (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/media/platform/vivid/ |
D | vivid-tpg.h | 96 struct tpg_data { struct 190 void tpg_init(struct tpg_data *tpg, unsigned w, unsigned h); argument 191 int tpg_alloc(struct tpg_data *tpg, unsigned max_w); 192 void tpg_free(struct tpg_data *tpg); 193 void tpg_reset_source(struct tpg_data *tpg, unsigned width, unsigned height, 197 void tpg_gen_text(const struct tpg_data *tpg, 199 void tpg_calc_text_basep(struct tpg_data *tpg, 201 unsigned tpg_g_interleaved_plane(const struct tpg_data *tpg, unsigned buf_line); 202 void tpg_fill_plane_buffer(struct tpg_data *tpg, v4l2_std_id std, 204 void tpg_fillbuffer(struct tpg_data *tpg, v4l2_std_id std, [all …]
|
D | vivid-tpg.c | 97 void tpg_init(struct tpg_data *tpg, unsigned w, unsigned h) in tpg_init() 118 int tpg_alloc(struct tpg_data *tpg, unsigned max_w) in tpg_alloc() 154 void tpg_free(struct tpg_data *tpg) in tpg_free() 178 bool tpg_s_fourcc(struct tpg_data *tpg, u32 fourcc) in tpg_s_fourcc() 368 void tpg_s_crop_compose(struct tpg_data *tpg, const struct v4l2_rect *crop, in tpg_s_crop_compose() 383 void tpg_reset_source(struct tpg_data *tpg, unsigned width, unsigned height, in tpg_reset_source() 407 static enum tpg_color tpg_get_textbg_color(struct tpg_data *tpg) in tpg_get_textbg_color() 419 static enum tpg_color tpg_get_textfg_color(struct tpg_data *tpg) in tpg_get_textfg_color() 452 static void color_to_ycbcr(struct tpg_data *tpg, int r, int g, int b, in color_to_ycbcr() 540 static void ycbcr_to_color(struct tpg_data *tpg, int y, int cb, int cr, in ycbcr_to_color() [all …]
|
D | vivid-kthread-cap.c | 232 static void *plane_vaddr(struct tpg_data *tpg, struct vivid_buffer *buf, in plane_vaddr() 250 struct tpg_data *tpg = &dev->tpg; in vivid_copy_buffer() 418 struct tpg_data *tpg = &dev->tpg; in vivid_fillbuff() 600 struct tpg_data *tpg = &dev->tpg; in vivid_overlay()
|
D | vivid-core.h | 362 struct tpg_data tpg;
|