Home
last modified time | relevance | path

Searched refs:contrast_line (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/drivers/media/common/v4l2-tpg/
Dv4l2-tpg-core.c137 tpg->contrast_line[plane] = in tpg_alloc()
139 if (!tpg->contrast_line[plane]) in tpg_alloc()
169 vfree(tpg->contrast_line[plane]); in tpg_free()
172 tpg->contrast_line[plane] = NULL; in tpg_free()
1844 u8 *pos = tpg->contrast_line[p]; in tpg_precalculate_line()
2344 memcpy(vbuf + left, tpg->contrast_line[p], in tpg_fill_plane_extras()
2350 tpg->contrast_line[p], twopixsize); in tpg_fill_plane_extras()
2354 tpg->contrast_line[p], twopixsize); in tpg_fill_plane_extras()
2379 memcpy(vbuf + left, tpg->contrast_line[p], width); in tpg_fill_plane_extras()
2489 linestart_older = tpg->contrast_line[p]; in tpg_fill_plane_pattern()
[all …]
/linux-6.6.21/include/media/tpg/
Dv4l2-tpg.h232 u8 *contrast_line[TPG_MAX_PLANES]; member
/linux-6.6.21/drivers/media/test-drivers/vivid/
Dvivid-kthread-cap.c382 memcpy(vcapbuf, tpg->contrast_line[p], img_width); in vivid_copy_buffer()