Home
last modified time | relevance | path

Searched refs:downsampled_lines (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/common/v4l2-tpg/
H A Dv4l2-tpg-core.c131 tpg->downsampled_lines[pat][plane] = in tpg_alloc()
133 if (!tpg->downsampled_lines[pat][plane]) { in tpg_alloc()
179 vfree(tpg->downsampled_lines[pat][plane]); in tpg_alloc()
180 tpg->downsampled_lines[pat][plane] = NULL; in tpg_alloc()
197 vfree(tpg->downsampled_lines[pat][plane]); in tpg_free()
198 tpg->downsampled_lines[pat][plane] = NULL; in tpg_free()
1858 u8 *dest = tpg->downsampled_lines[pat][p]; in tpg_precalculate_line()
2506 * Now decide whether we need to use downsampled_lines[]. in tpg_fill_plane_pattern()
2521 linestart_older = tpg->downsampled_lines[avg_pat][p] + mv_hor_old; in tpg_fill_plane_pattern()
2531 linestart_older = tpg->downsampled_lines[avg_pa in tpg_fill_plane_pattern()
[all...]
/kernel/linux/linux-6.6/drivers/media/common/v4l2-tpg/
H A Dv4l2-tpg-core.c131 tpg->downsampled_lines[pat][plane] = in tpg_alloc()
133 if (!tpg->downsampled_lines[pat][plane]) { in tpg_alloc()
179 vfree(tpg->downsampled_lines[pat][plane]); in tpg_alloc()
180 tpg->downsampled_lines[pat][plane] = NULL; in tpg_alloc()
197 vfree(tpg->downsampled_lines[pat][plane]); in tpg_free()
198 tpg->downsampled_lines[pat][plane] = NULL; in tpg_free()
1864 u8 *dest = tpg->downsampled_lines[pat][p]; in tpg_precalculate_line()
2550 * Now decide whether we need to use downsampled_lines[]. in tpg_fill_plane_pattern()
2565 linestart_older = tpg->downsampled_lines[avg_pat][p] + mv_hor_old; in tpg_fill_plane_pattern()
2575 linestart_older = tpg->downsampled_lines[avg_pa in tpg_fill_plane_pattern()
[all...]
/kernel/linux/linux-5.10/include/media/tpg/
H A Dv4l2-tpg.h229 u8 *downsampled_lines[TPG_MAX_PAT_LINES][TPG_MAX_PLANES]; member
/kernel/linux/linux-6.6/include/media/tpg/
H A Dv4l2-tpg.h230 u8 *downsampled_lines[TPG_MAX_PAT_LINES][TPG_MAX_PLANES]; member

Completed in 10 milliseconds