Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/vivid/
Dvivid-kthread-cap.c100 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()
[all …]