Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/platform/vivid/
Dvivid-kthread-cap.c111 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()
[all …]