Searched refs:wlin (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/media/test-drivers/vimc/
H A Dvimc-debayer.c419 unsigned int i, seek, wlin, wcol; local
444 for (wlin = seek > lin ? 0 : lin - seek;
445 wlin < lin + seek + 1 && wlin < vdebayer->sink_fmt.height;
446 wlin++) {
461 color = vdebayer->sink_pix_map->order[wlin % 2][wcol % 2];
463 index = VIMC_FRAME_INDEX(wlin, wcol,
469 vdebayer->sd.name, index, wlin, wcol, color);

Completed in 239 milliseconds