Searched refs:w_height (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
585 vdma1.prot_addr = vdma1.base_even + (w_height * (vdma1.pitch / 2));
588 vdma1.base_even = base + ((w_y+w_height) * (vdma1.pitch/2)) + (w_x * (b_depth / 8));
590 vdma1.prot_addr = vdma1.base_odd - (w_height * (vdma1.pitch / 2));

Completed in 51 milliseconds