b_depth           565 drivers/media/common/saa7146/saa7146_hlp.c 	int b_depth = vv->ov_fmt->depth;
b_depth           581 drivers/media/common/saa7146/saa7146_hlp.c 		vdma1.base_even = base + (w_y * (vdma1.pitch/2)) + (w_x * (b_depth / 8));
b_depth           586 drivers/media/common/saa7146/saa7146_hlp.c 		vdma1.base_even = base + ((w_y+w_height) * (vdma1.pitch/2)) + (w_x * (b_depth / 8));