Searched refs:h_pixels (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/media/pci/saa7146/ |
D | hexium_orion.c | 192 .h_offset = 1, .h_pixels = 680, 197 .h_offset = 1, .h_pixels = 640, 202 .h_offset = 1, .h_pixels = 720,
|
D | hexium_gemini.c | 142 .h_offset = 1, .h_pixels = 680, 147 .h_offset = 1, .h_pixels = 640, 152 .h_offset = 1, .h_pixels = 720,
|
D | mxb.c | 797 .h_offset = 0x14, .h_pixels = 680, 802 .h_offset = 0x14, .h_pixels = 680, 807 .h_offset = 0x06, .h_pixels = 708, 812 .h_offset = 0x14, .h_pixels = 720,
|
/linux-4.1.27/drivers/media/pci/ttpci/ |
D | av7110_v4l.c | 880 .h_offset = 0x48, .h_pixels = 708, 885 .h_offset = 0x40, .h_pixels = 708, 894 .h_offset = 0x08, .h_pixels = 708, 899 .h_offset = 0x40, .h_pixels = 708, 908 .h_offset = 0x48, .h_pixels = 708, 913 .h_offset = 0x40, .h_pixels = 708,
|
D | budget-av.c | 1529 .h_offset = 0x14,.h_pixels = 680, 1534 .h_offset = 0x06,.h_pixels = 708,
|
/linux-4.1.27/include/media/ |
D | saa7146_vv.h | 51 int h_pixels; /* number of horizontal pixels to process */ member
|
/linux-4.1.27/drivers/media/common/saa7146/ |
D | saa7146_hlp.c | 544 …calculate_h_scale_registers(dev, vv->standard->h_pixels, width, vv->hflip, &hps_ctrl, &hps_v_gain,… in saa7146_set_window() 612 vdma1.num_line_byte = (vv->standard->v_field<<16)+vv->standard->h_pixels; in saa7146_set_position() 726 vdma1.num_line_byte = ((vv->standard->v_field<<16) + vv->standard->h_pixels); in calculate_video_dma_grab_packed() 854 vdma1.num_line_byte = ((vv->standard->v_field<<16) + vv->standard->h_pixels); in calculate_video_dma_grab_planar()
|