Searched refs:black_line (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/common/v4l2-tpg/ |
H A D | v4l2-tpg-core.c | 148 tpg->black_line[plane] = in tpg_alloc() 150 if (!tpg->black_line[plane]) { in tpg_alloc() 166 vfree(tpg->black_line[plane]); in tpg_alloc() 169 tpg->black_line[plane] = NULL; in tpg_alloc() 202 vfree(tpg->black_line[plane]); in tpg_free() 205 tpg->black_line[plane] = NULL; in tpg_free() 1880 u8 *pos = tpg->black_line[p]; in tpg_precalculate_line() 2385 memcpy(vbuf, tpg->black_line[p], params->left_pillar_width); in tpg_fill_plane_extras() 2386 memcpy(vbuf + params->right_pillar_start, tpg->black_line[p], in tpg_fill_plane_extras() 2482 linestart_older = tpg->black_line[ in tpg_fill_plane_pattern() [all...] |
/kernel/linux/linux-6.6/drivers/media/common/v4l2-tpg/ |
H A D | v4l2-tpg-core.c | 148 tpg->black_line[plane] = in tpg_alloc() 150 if (!tpg->black_line[plane]) { in tpg_alloc() 166 vfree(tpg->black_line[plane]); in tpg_alloc() 169 tpg->black_line[plane] = NULL; in tpg_alloc() 202 vfree(tpg->black_line[plane]); in tpg_free() 205 tpg->black_line[plane] = NULL; in tpg_free() 1886 u8 *pos = tpg->black_line[p]; in tpg_precalculate_line() 2391 memcpy(vbuf, tpg->black_line[p], params->left_pillar_width); in tpg_fill_plane_extras() 2392 memcpy(vbuf + params->right_pillar_start, tpg->black_line[p], in tpg_fill_plane_extras() 2526 linestart_older = tpg->black_line[ in tpg_fill_plane_pattern() [all...] |
/kernel/linux/linux-5.10/drivers/media/test-drivers/vivid/ |
H A D | vivid-kthread-cap.c | 293 memcpy(vcapbuf, tpg->black_line[p], img_width); in vivid_copy_buffer() 324 memcpy(vcapbuf, tpg->black_line[p], img_width); in vivid_copy_buffer() 330 memcpy(vcapbuf, tpg->black_line[p], vid_cap_left); in vivid_copy_buffer() 334 memcpy(vcapbuf + vid_cap_right, tpg->black_line[p], in vivid_copy_buffer()
|
/kernel/linux/linux-6.6/drivers/media/test-drivers/vivid/ |
H A D | vivid-kthread-cap.c | 273 memcpy(vcapbuf, tpg->black_line[p], img_width); in vivid_copy_buffer() 304 memcpy(vcapbuf, tpg->black_line[p], img_width); in vivid_copy_buffer() 310 memcpy(vcapbuf, tpg->black_line[p], vid_cap_left); in vivid_copy_buffer() 314 memcpy(vcapbuf + vid_cap_right, tpg->black_line[p], in vivid_copy_buffer()
|
/kernel/linux/linux-5.10/include/media/tpg/ |
H A D | v4l2-tpg.h | 232 u8 *black_line[TPG_MAX_PLANES]; member
|
/kernel/linux/linux-6.6/include/media/tpg/ |
H A D | v4l2-tpg.h | 233 u8 *black_line[TPG_MAX_PLANES]; member
|
Completed in 11 milliseconds