Lines Matching refs:vcapbuf
111 u8 *vcapbuf, const u8 *vosdbuf, in blend_line() argument
116 for (x = 0; x < width; x++, vcapbuf += pixsize, vosdbuf += pixsize) { in blend_line()
118 (u16 *)vcapbuf, (const u16 *)vosdbuf); in blend_line()
246 static int vivid_copy_buffer(struct vivid_dev *dev, unsigned p, u8 *vcapbuf, in vivid_copy_buffer() argument
294 vcapbuf += tpg_hdiv(tpg, p, dev->compose_cap.left) + in vivid_copy_buffer()
302 for (y = 0; y < hmax / vdiv; y++, vcapbuf += stride_cap) in vivid_copy_buffer()
303 memcpy(vcapbuf, tpg->black_line[p], img_width); in vivid_copy_buffer()
323 for (y = 0; y < hmax; y += vdiv, vcapbuf += stride_cap) { in vivid_copy_buffer()
334 memcpy(vcapbuf, tpg->black_line[p], img_width); in vivid_copy_buffer()
340 memcpy(vcapbuf, tpg->black_line[p], vid_cap_left); in vivid_copy_buffer()
344 memcpy(vcapbuf + vid_cap_right, tpg->black_line[p], in vivid_copy_buffer()
348 memcpy(vcapbuf + vid_cap_left, in vivid_copy_buffer()
354 memcpy(vcapbuf + vid_cap_left, dev->scaled_line, in vivid_copy_buffer()
389 memcpy(vcapbuf + vid_cap_left, dev->scaled_line, in vivid_copy_buffer()
411 for (; y < img_height; y += vdiv, vcapbuf += stride_cap) in vivid_copy_buffer()
412 memcpy(vcapbuf, tpg->contrast_line[p], img_width); in vivid_copy_buffer()