Searched refs:tpg_data (Results 1 – 1 of 1) sorted by relevance
/include/media/tpg/ |
D | v4l2-tpg.h | 133 struct tpg_data { struct 235 void tpg_init(struct tpg_data *tpg, unsigned w, unsigned h); argument 236 int tpg_alloc(struct tpg_data *tpg, unsigned max_w); 237 void tpg_free(struct tpg_data *tpg); 238 void tpg_reset_source(struct tpg_data *tpg, unsigned width, unsigned height, 240 void tpg_log_status(struct tpg_data *tpg); 243 void tpg_gen_text(const struct tpg_data *tpg, 245 void tpg_calc_text_basep(struct tpg_data *tpg, 247 unsigned tpg_g_interleaved_plane(const struct tpg_data *tpg, unsigned buf_line); 248 void tpg_fill_plane_buffer(struct tpg_data *tpg, v4l2_std_id std, [all …]
|