Home
last modified time | relevance | path

Searched refs:downsampled_lines (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/common/v4l2-tpg/
Dv4l2-tpg-core.c128 tpg->downsampled_lines[pat][plane] = in tpg_alloc()
130 if (!tpg->downsampled_lines[pat][plane]) in tpg_alloc()
165 vfree(tpg->downsampled_lines[pat][plane]); in tpg_free()
166 tpg->downsampled_lines[pat][plane] = NULL; in tpg_free()
1826 u8 *dest = tpg->downsampled_lines[pat][p]; in tpg_precalculate_line()
2489 linestart_older = tpg->downsampled_lines[avg_pat][p] + mv_hor_old; in tpg_fill_plane_pattern()
2499 linestart_older = tpg->downsampled_lines[avg_pat][p] + in tpg_fill_plane_pattern()
2503 linestart_newer = tpg->downsampled_lines[avg_pat][p] + in tpg_fill_plane_pattern()
/kernel/linux/linux-5.10/include/media/tpg/
Dv4l2-tpg.h229 u8 *downsampled_lines[TPG_MAX_PAT_LINES][TPG_MAX_PLANES]; member