Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/platform/vivid/
Dvivid-tpg.c144 tpg->black_line[plane] = vzalloc(max_w * pixelsz); in tpg_alloc()
145 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()
1537 u8 *pos = tpg->black_line[p]; in tpg_precalculate_line()
1988 memcpy(vbuf, tpg->black_line[p], params->left_pillar_width); in tpg_fill_plane_extras()
1989 memcpy(vbuf + params->right_pillar_start, tpg->black_line[p], in tpg_fill_plane_extras()
2085 linestart_older = tpg->black_line[p]; in tpg_fill_plane_pattern()
2086 linestart_newer = tpg->black_line[p]; in tpg_fill_plane_pattern()
Dvivid-kthread-cap.c303 memcpy(vcapbuf, tpg->black_line[p], img_width); in vivid_copy_buffer()
334 memcpy(vcapbuf, tpg->black_line[p], img_width); in vivid_copy_buffer()
340 memcpy(vcapbuf, tpg->black_line[p], vid_cap_left); in vivid_copy_buffer()
344 memcpy(vcapbuf + vid_cap_right, tpg->black_line[p], in vivid_copy_buffer()
Dvivid-tpg.h193 u8 *black_line[TPG_MAX_PLANES]; member