Home
last modified time | relevance | path

Searched refs:h_pixels (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/drivers/media/pci/saa7146/
Dhexium_gemini.c131 .h_offset = 1, .h_pixels = 680,
136 .h_offset = 1, .h_pixels = 640,
141 .h_offset = 1, .h_pixels = 720,
Dhexium_orion.c181 .h_offset = 1, .h_pixels = 680,
186 .h_offset = 1, .h_pixels = 640,
191 .h_offset = 1, .h_pixels = 720,
Dmxb.c786 .h_offset = 0x14, .h_pixels = 680,
791 .h_offset = 0x14, .h_pixels = 680,
796 .h_offset = 0x06, .h_pixels = 708,
801 .h_offset = 0x14, .h_pixels = 720,
/Linux-v5.4/drivers/media/pci/ttpci/
Dav7110_v4l.c866 .h_offset = 0x48, .h_pixels = 708,
871 .h_offset = 0x40, .h_pixels = 708,
880 .h_offset = 0x08, .h_pixels = 708,
885 .h_offset = 0x40, .h_pixels = 708,
894 .h_offset = 0x48, .h_pixels = 708,
899 .h_offset = 0x40, .h_pixels = 708,
Dbudget-av.c1512 .h_offset = 0x14,.h_pixels = 680,
1517 .h_offset = 0x06,.h_pixels = 708,
/Linux-v5.4/include/media/drv-intf/
Dsaa7146_vv.h51 int h_pixels; /* number of horizontal pixels to process */ member
/Linux-v5.4/drivers/media/common/saa7146/
Dsaa7146_hlp.c542 …calculate_h_scale_registers(dev, vv->standard->h_pixels, width, vv->hflip, &hps_ctrl, &hps_v_gain,… in saa7146_set_window()
610 vdma1.num_line_byte = (vv->standard->v_field<<16)+vv->standard->h_pixels; in saa7146_set_position()
724 vdma1.num_line_byte = ((vv->standard->v_field<<16) + vv->standard->h_pixels); in calculate_video_dma_grab_packed()
852 vdma1.num_line_byte = ((vv->standard->v_field<<16) + vv->standard->h_pixels); in calculate_video_dma_grab_planar()