Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/platform/vivid/
Dvivid-tpg.c141 tpg->contrast_line[plane] = vzalloc(max_w * pixelsz); in tpg_alloc()
142 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()
1527 u8 *pos = tpg->contrast_line[p]; in tpg_precalculate_line()
1973 memcpy(vbuf + left, tpg->contrast_line[p], in tpg_fill_plane_extras()
1979 tpg->contrast_line[p], twopixsize); in tpg_fill_plane_extras()
1983 tpg->contrast_line[p], twopixsize); in tpg_fill_plane_extras()
2008 memcpy(vbuf + left, tpg->contrast_line[p], width); in tpg_fill_plane_extras()
2080 linestart_older = tpg->contrast_line[p]; in tpg_fill_plane_pattern()
[all …]
Dvivid-tpg.h192 u8 *contrast_line[TPG_MAX_PLANES]; member
Dvivid-kthread-cap.c412 memcpy(vcapbuf, tpg->contrast_line[p], img_width); in vivid_copy_buffer()