Lines Matching refs:vcapbuf
100 u8 *vcapbuf, const u8 *vosdbuf, in blend_line() argument
105 for (x = 0; x < width; x++, vcapbuf += pixsize, vosdbuf += pixsize) { in blend_line()
107 (u16 *)vcapbuf, (const u16 *)vosdbuf); in blend_line()
235 static int vivid_copy_buffer(struct vivid_dev *dev, unsigned p, u8 *vcapbuf, in vivid_copy_buffer() argument
283 vcapbuf += tpg_hdiv(tpg, p, dev->compose_cap.left) + in vivid_copy_buffer()
291 for (y = 0; y < hmax / vdiv; y++, vcapbuf += stride_cap) in vivid_copy_buffer()
292 memcpy(vcapbuf, tpg->black_line[p], img_width); in vivid_copy_buffer()
312 for (y = 0; y < hmax; y += vdiv, vcapbuf += stride_cap) { in vivid_copy_buffer()
323 memcpy(vcapbuf, tpg->black_line[p], img_width); in vivid_copy_buffer()
329 memcpy(vcapbuf, tpg->black_line[p], vid_cap_left); in vivid_copy_buffer()
333 memcpy(vcapbuf + vid_cap_right, tpg->black_line[p], in vivid_copy_buffer()
337 memcpy(vcapbuf + vid_cap_left, in vivid_copy_buffer()
343 memcpy(vcapbuf + vid_cap_left, dev->scaled_line, in vivid_copy_buffer()
378 memcpy(vcapbuf + vid_cap_left, dev->scaled_line, in vivid_copy_buffer()
400 for (; y < img_height; y += vdiv, vcapbuf += stride_cap) in vivid_copy_buffer()
401 memcpy(vcapbuf, tpg->contrast_line[p], img_width); in vivid_copy_buffer()