Lines Matching refs:vbuf
1816 u8 *basep[TPG_MAX_PLANES][2], unsigned p, u8 *vbuf) in tpg_calc_text_basep() argument
1823 basep[p][0] = vbuf; in tpg_calc_text_basep()
1824 basep[p][1] = vbuf; in tpg_calc_text_basep()
1831 tpg_calc_text_basep(tpg, basep, 1, vbuf); in tpg_calc_text_basep()
1945 unsigned p, unsigned h, u8 *vbuf) in tpg_fill_plane_extras() argument
1962 memcpy(vbuf, wss, params->wss_width); in tpg_fill_plane_extras()
1973 memcpy(vbuf + left, tpg->contrast_line[p], in tpg_fill_plane_extras()
1978 memcpy(vbuf + left, in tpg_fill_plane_extras()
1982 memcpy(vbuf + right - twopixsize, in tpg_fill_plane_extras()
1988 memcpy(vbuf, tpg->black_line[p], params->left_pillar_width); in tpg_fill_plane_extras()
1989 memcpy(vbuf + params->right_pillar_start, tpg->black_line[p], in tpg_fill_plane_extras()
2008 memcpy(vbuf + left, tpg->contrast_line[p], width); in tpg_fill_plane_extras()
2012 u8 *p = vbuf + offset; in tpg_fill_plane_extras()
2027 u8 *p = vbuf + offset; in tpg_fill_plane_extras()
2044 unsigned p, unsigned h, u8 *vbuf) in tpg_fill_plane_pattern() argument
2162 memcpy(vbuf, linestart_top, img_width); in tpg_fill_plane_pattern()
2164 memcpy(vbuf, linestart_bottom, img_width); in tpg_fill_plane_pattern()
2168 memcpy(vbuf, linestart_bottom, img_width); in tpg_fill_plane_pattern()
2170 memcpy(vbuf, linestart_top, img_width); in tpg_fill_plane_pattern()
2173 memcpy(vbuf, linestart_top, img_width); in tpg_fill_plane_pattern()
2176 memcpy(vbuf, linestart_bottom, img_width); in tpg_fill_plane_pattern()
2180 memcpy(vbuf, linestart_older, img_width); in tpg_fill_plane_pattern()
2186 unsigned p, u8 *vbuf) in tpg_fill_plane_buffer() argument
2210 vbuf += tpg_hdiv(tpg, p, tpg->compose.left); in tpg_fill_plane_buffer()
2262 vbuf + buf_line * params.stride); in tpg_fill_plane_buffer()
2264 vbuf + buf_line * params.stride); in tpg_fill_plane_buffer()
2268 void tpg_fillbuffer(struct tpg_data *tpg, v4l2_std_id std, unsigned p, u8 *vbuf) in tpg_fillbuffer() argument
2274 tpg_fill_plane_buffer(tpg, std, p, vbuf); in tpg_fillbuffer()
2279 tpg_fill_plane_buffer(tpg, std, i, vbuf + offset); in tpg_fillbuffer()