Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/test-drivers/vivid/
Dvivid-kthread-cap.c227 unsigned stride_cap = tpg->bytesperline[p]; in vivid_copy_buffer() local
266 (dev->compose_cap.top / vdiv) * stride_cap; in vivid_copy_buffer()
273 for (y = 0; y < hmax / vdiv; y++, vcapbuf += stride_cap) in vivid_copy_buffer()
294 for (y = 0; y < hmax; y += vdiv, vcapbuf += stride_cap) { in vivid_copy_buffer()
382 for (; y < img_height; y += vdiv, vcapbuf += stride_cap) in vivid_copy_buffer()