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

/drivers/media/common/saa7146/
H A Dsaa7146_hlp.c562 static void saa7146_set_position(struct saa7146_dev *dev, int w_x, int w_y, int w_height, enum v4l2_field field, u32 pixelformat) argument
583 vdma1.base_even = base + (w_y * (vdma1.pitch/2)) + (w_x * (b_depth / 8));
588 vdma1.base_even = base + ((w_y+w_height) * (vdma1.pitch/2)) + (w_x * (b_depth / 8));

Completed in 45 milliseconds