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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/common/
H A Dsaa7146_hlp.c558 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
574 vdma1.prot_addr = vdma1.base_even + (w_height * (vdma1.pitch / 2));
577 vdma1.base_even = base + ((w_y+w_height) * (vdma1.pitch/2)) + (w_x * (b_depth / 8));
579 vdma1.prot_addr = vdma1.base_odd - (w_height * (vdma1.pitch / 2));

Completed in 37 milliseconds