Searched refs:wcol (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/media/test-drivers/vimc/
H A Dvimc-debayer.c419 unsigned int i, seek, wlin, wcol; local
454 for (wcol = seek > col ? 0 : col - seek;
455 wcol < col + seek + 1 && wcol < vdebayer->sink_fmt.width;
456 wcol++) {
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 178 milliseconds