Searched defs:tpg_data (Results 1 - 1 of 1) sorted by relevance

/drivers/media/platform/vivid/
H A Dvivid-tpg.h94 struct tpg_data { struct
165 void tpg_init(struct tpg_data *tpg, unsigned w, unsigned h);
166 int tpg_alloc(struct tpg_data *tpg, unsigned max_w);
167 void tpg_free(struct tpg_data *tpg);
168 void tpg_reset_source(struct tpg_data *tpg, unsigned width, unsigned height,
172 void tpg_gen_text(struct tpg_data *tpg,
174 void tpg_calc_text_basep(struct tpg_data *tpg,
176 void tpg_fillbuffer(struct tpg_data *tpg, v4l2_std_id std, unsigned p, u8 *vbuf);
177 bool tpg_s_fourcc(struct tpg_data *tpg, u32 fourcc);
178 void tpg_s_crop_compose(struct tpg_data *tp
[all...]

Completed in 59 milliseconds