Lines Matching refs:vbuf

1643 		u8 *basep[TPG_MAX_PLANES][2], unsigned p, u8 *vbuf)  in tpg_calc_text_basep()  argument
1650 basep[p][0] = vbuf; in tpg_calc_text_basep()
1651 basep[p][1] = vbuf; in tpg_calc_text_basep()
1658 tpg_calc_text_basep(tpg, basep, 1, vbuf); in tpg_calc_text_basep()
1755 unsigned p, unsigned h, u8 *vbuf) in tpg_fill_plane_extras() argument
1772 memcpy(vbuf, wss, params->wss_width); in tpg_fill_plane_extras()
1783 memcpy(vbuf + left, tpg->contrast_line[p], in tpg_fill_plane_extras()
1788 memcpy(vbuf + left, in tpg_fill_plane_extras()
1792 memcpy(vbuf + right - twopixsize, in tpg_fill_plane_extras()
1798 memcpy(vbuf, tpg->black_line[p], params->left_pillar_width); in tpg_fill_plane_extras()
1799 memcpy(vbuf + params->right_pillar_start, tpg->black_line[p], in tpg_fill_plane_extras()
1818 memcpy(vbuf + left, tpg->contrast_line[p], width); in tpg_fill_plane_extras()
1822 u8 *p = vbuf + offset; in tpg_fill_plane_extras()
1837 u8 *p = vbuf + offset; in tpg_fill_plane_extras()
1854 unsigned p, unsigned h, u8 *vbuf) in tpg_fill_plane_pattern() argument
1972 memcpy(vbuf, linestart_top, img_width); in tpg_fill_plane_pattern()
1974 memcpy(vbuf, linestart_bottom, img_width); in tpg_fill_plane_pattern()
1978 memcpy(vbuf, linestart_bottom, img_width); in tpg_fill_plane_pattern()
1980 memcpy(vbuf, linestart_top, img_width); in tpg_fill_plane_pattern()
1983 memcpy(vbuf, linestart_top, img_width); in tpg_fill_plane_pattern()
1986 memcpy(vbuf, linestart_bottom, img_width); in tpg_fill_plane_pattern()
1990 memcpy(vbuf, linestart_older, img_width); in tpg_fill_plane_pattern()
1996 unsigned p, u8 *vbuf) in tpg_fill_plane_buffer() argument
2020 vbuf += tpg_hdiv(tpg, p, tpg->compose.left); in tpg_fill_plane_buffer()
2072 vbuf + buf_line * params.stride); in tpg_fill_plane_buffer()
2074 vbuf + buf_line * params.stride); in tpg_fill_plane_buffer()
2078 void tpg_fillbuffer(struct tpg_data *tpg, v4l2_std_id std, unsigned p, u8 *vbuf) in tpg_fillbuffer() argument
2084 tpg_fill_plane_buffer(tpg, std, p, vbuf); in tpg_fillbuffer()
2089 tpg_fill_plane_buffer(tpg, std, i, vbuf + offset); in tpg_fillbuffer()