Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/test-drivers/vivid/
H A Dvivid-kthread-cap.c246 unsigned stride_cap = tpg->bytesperline[p]; in vivid_copy_buffer() local
285 (dev->compose_cap.top / vdiv) * stride_cap; in vivid_copy_buffer()
292 for (y = 0; y < hmax / vdiv; y++, vcapbuf += stride_cap) in vivid_copy_buffer()
313 for (y = 0; y < hmax; y += vdiv, vcapbuf += stride_cap) { in vivid_copy_buffer()
401 for (; y < img_height; y += vdiv, vcapbuf += stride_cap) in vivid_copy_buffer()
/kernel/linux/linux-6.6/drivers/media/test-drivers/vivid/
H A Dvivid-kthread-cap.c226 unsigned stride_cap = tpg->bytesperline[p]; in vivid_copy_buffer() local
265 (dev->compose_cap.top / vdiv) * stride_cap; in vivid_copy_buffer()
272 for (y = 0; y < hmax / vdiv; y++, vcapbuf += stride_cap) in vivid_copy_buffer()
293 for (y = 0; y < hmax; y += vdiv, vcapbuf += stride_cap) { in vivid_copy_buffer()
381 for (; y < img_height; y += vdiv, vcapbuf += stride_cap) in vivid_copy_buffer()

Completed in 4 milliseconds