Home
last modified time | relevance | path

Searched refs:black_line (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/drivers/media/common/v4l2-tpg/
Dv4l2-tpg-core.c141 tpg->black_line[plane] = in tpg_alloc()
143 if (!tpg->black_line[plane]) in tpg_alloc()
170 vfree(tpg->black_line[plane]); in tpg_free()
173 tpg->black_line[plane] = NULL; in tpg_free()
1698 u8 *pos = tpg->black_line[p]; in tpg_precalculate_line()
2173 memcpy(vbuf, tpg->black_line[p], params->left_pillar_width); in tpg_fill_plane_extras()
2174 memcpy(vbuf + params->right_pillar_start, tpg->black_line[p], in tpg_fill_plane_extras()
2270 linestart_older = tpg->black_line[p]; in tpg_fill_plane_pattern()
2271 linestart_newer = tpg->black_line[p]; in tpg_fill_plane_pattern()
/linux-4.19.296/include/media/tpg/
Dv4l2-tpg.h232 u8 *black_line[TPG_MAX_PLANES]; member