Searched refs:h_pixels (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/drivers/media/pci/saa7146/ |
D | hexium_gemini.c | 143 .h_offset = 1, .h_pixels = 680, 148 .h_offset = 1, .h_pixels = 640, 153 .h_offset = 1, .h_pixels = 720,
|
D | hexium_orion.c | 193 .h_offset = 1, .h_pixels = 680, 198 .h_offset = 1, .h_pixels = 640, 203 .h_offset = 1, .h_pixels = 720,
|
D | mxb.c | 798 .h_offset = 0x14, .h_pixels = 680, 803 .h_offset = 0x14, .h_pixels = 680, 808 .h_offset = 0x06, .h_pixels = 708, 813 .h_offset = 0x14, .h_pixels = 720,
|
/Linux-v4.19/drivers/media/pci/ttpci/ |
D | av7110_v4l.c | 877 .h_offset = 0x48, .h_pixels = 708, 882 .h_offset = 0x40, .h_pixels = 708, 891 .h_offset = 0x08, .h_pixels = 708, 896 .h_offset = 0x40, .h_pixels = 708, 905 .h_offset = 0x48, .h_pixels = 708, 910 .h_offset = 0x40, .h_pixels = 708,
|
D | budget-av.c | 1526 .h_offset = 0x14,.h_pixels = 680, 1531 .h_offset = 0x06,.h_pixels = 708,
|
/Linux-v4.19/include/media/drv-intf/ |
D | saa7146_vv.h | 52 int h_pixels; /* number of horizontal pixels to process */ member
|
/Linux-v4.19/drivers/media/common/saa7146/ |
D | saa7146_hlp.c | 541 …calculate_h_scale_registers(dev, vv->standard->h_pixels, width, vv->hflip, &hps_ctrl, &hps_v_gain,… in saa7146_set_window() 609 vdma1.num_line_byte = (vv->standard->v_field<<16)+vv->standard->h_pixels; in saa7146_set_position() 723 vdma1.num_line_byte = ((vv->standard->v_field<<16) + vv->standard->h_pixels); in calculate_video_dma_grab_packed() 851 vdma1.num_line_byte = ((vv->standard->v_field<<16) + vv->standard->h_pixels); in calculate_video_dma_grab_planar()
|