Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/media/common/v4l2-tpg/
Dv4l2-tpg-core.c2060 unsigned frame_line; member
2134 unsigned frame_line = params->frame_line; in tpg_fill_plane_extras() local
2140 frame_line == 0 && params->wss_width) { in tpg_fill_plane_extras()
2150 if (tpg->show_border && frame_line >= b->top && in tpg_fill_plane_extras()
2151 frame_line < b->top + b->height) { in tpg_fill_plane_extras()
2156 if (frame_line == b->top || frame_line == b->top + 1 || in tpg_fill_plane_extras()
2157 frame_line == bottom || frame_line == bottom - 1) { in tpg_fill_plane_extras()
2171 if (tpg->qual != TPG_QUAL_NOISE && frame_line >= b->top && in tpg_fill_plane_extras()
2172 frame_line < b->top + b->height) { in tpg_fill_plane_extras()
2177 if (tpg->show_square && frame_line >= sq->top && in tpg_fill_plane_extras()
[all …]