Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/common/v4l2-tpg/
H A Dv4l2-tpg-core.c142 tpg->contrast_line[plane] = in tpg_alloc()
144 if (!tpg->contrast_line[plane]) { in tpg_alloc()
165 vfree(tpg->contrast_line[plane]); in tpg_alloc()
168 tpg->contrast_line[plane] = NULL; in tpg_alloc()
201 vfree(tpg->contrast_line[plane]); in tpg_free()
204 tpg->contrast_line[plane] = NULL; in tpg_free()
1879 u8 *pos = tpg->contrast_line[p]; in tpg_precalculate_line()
2379 memcpy(vbuf + left, tpg->contrast_line[p], in tpg_fill_plane_extras()
2385 tpg->contrast_line[p], twopixsize); in tpg_fill_plane_extras()
2389 tpg->contrast_line[p], twopixsize); in tpg_fill_plane_extras()
[all …]
/openbmc/linux/include/media/tpg/
H A Dv4l2-tpg.h232 u8 *contrast_line[TPG_MAX_PLANES]; member
/openbmc/linux/drivers/media/test-drivers/vivid/
H A Dvivid-kthread-cap.c382 memcpy(vcapbuf, tpg->contrast_line[p], img_width); in vivid_copy_buffer()