Home
last modified time | relevance | path

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

/Linux-v4.19/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()
1688 u8 *pos = tpg->contrast_line[p]; in tpg_precalculate_line()
2158 memcpy(vbuf + left, tpg->contrast_line[p], in tpg_fill_plane_extras()
2164 tpg->contrast_line[p], twopixsize); in tpg_fill_plane_extras()
2168 tpg->contrast_line[p], twopixsize); in tpg_fill_plane_extras()
2193 memcpy(vbuf + left, tpg->contrast_line[p], width); in tpg_fill_plane_extras()
2265 linestart_older = tpg->contrast_line[p]; in tpg_fill_plane_pattern()
[all …]
/Linux-v4.19/include/media/tpg/
Dv4l2-tpg.h231 u8 *contrast_line[TPG_MAX_PLANES]; member
/Linux-v4.19/drivers/media/platform/vivid/
Dvivid-kthread-cap.c401 memcpy(vcapbuf, tpg->contrast_line[p], img_width); in vivid_copy_buffer()