/Linux-v6.1/drivers/media/i2c/ |
D | saa6752hs.c | 43 SAA6752HS_VF_1_2_D1 = 2,/* 1/2D1 video format: 352x576 */ 44 SAA6752HS_VF_SIF = 3, /* SIF video format: 352x288 */ 74 { .fmt = { .pix = { .width = 352, .height = 576 }}}, 76 { .fmt = { .pix = { .width = 352, .height = 288 }}}, 578 dist_352 = abs(f->width - 352); in saa6752hs_set_fmt() 588 f->width = 352; in saa6752hs_set_fmt() 608 SIF | 352x288 | 352x240 in saa6752hs_set_fmt() 609 1/2 D1 | 352x576 | 352x480 in saa6752hs_set_fmt()
|
/Linux-v6.1/drivers/media/usb/gspca/ |
D | tv8532.c | 28 {352, 288, V4L2_PIX_FMT_SBGGR8, V4L2_FIELD_NONE, 29 .bytesperline = 352, 30 .sizeimage = 352 * 288, 218 /* 352x288 */ in sd_start() 260 return; /* 2 more lines in 352x288 ! */ in sd_pkt_scan()
|
D | pac207.c | 70 {352, 288, V4L2_PIX_FMT_PAC207, V4L2_FIELD_NONE, 71 .bytesperline = 352, 74 .sizeimage = (352 + 2) * 288, 309 } else { /* 352x288 */ in sd_start() 310 gspca_dbg(gspca_dev, D_STREAM, "pac207_start mode 352x288\n"); in sd_start()
|
D | spca561.c | 60 {352, 288, V4L2_PIX_FMT_SPCA561, V4L2_FIELD_NONE, 61 .bytesperline = 352, 62 .sizeimage = 352 * 288 * 4 / 8, 83 {352, 288, V4L2_PIX_FMT_SGBRG8, V4L2_FIELD_NONE, 84 .bytesperline = 352, 85 .sizeimage = 352 * 288, 177 {0x0000, 0x8500}, /* Set image type (352x288 no compression) */ 178 /* Originally was 0x0010 (352x288 compression) */
|
D | xirlink_cit.c | 64 {352, 288, V4L2_PIX_FMT_CIT_YYVYUY, V4L2_FIELD_NONE, 65 .bytesperline = 352, 66 .sizeimage = 352 * 288 * 3 / 2 + 4, 113 {352, 288, V4L2_PIX_FMT_SGRBG8, V4L2_FIELD_NONE, 114 .bytesperline = 352, 115 .sizeimage = 352 * 288 + 4, 1656 case 352: /* 352x288 */ in cit_start_model1() 1715 case 352: /* 352x288 */ in cit_start_model1() 1751 cit_write_reg(gspca_dev, 0x0024, 0x0105); /* 176x144, 352x288 */ in cit_start_model2() 1761 cit_write_reg(gspca_dev, 0x001e, 0x0105); /* 320x240, 352x240 */ in cit_start_model2() [all …]
|
D | jl2005bcd.c | 48 {352, 288, V4L2_PIX_FMT_JL2005BCD, V4L2_FIELD_NONE, 49 .bytesperline = 352, 50 .sizeimage = 352 * 288, 455 case 352: in sd_start()
|
D | mr97310a.c | 110 {352, 288, V4L2_PIX_FMT_MR97310A, V4L2_FIELD_NONE, 111 .bytesperline = 352, 112 .sizeimage = 352 * 288, 494 0x00, /* Hsize/8 for 352 or 320 */ in start_cif_cam() 522 data[9] |= 0x04; /* reg 8, 2:1 scale down from 352 */ in start_cif_cam() 524 case 352: in start_cif_cam() 631 case 352: in start_vga_cam()
|
D | w996Xcf.c | 39 {352, 288, V4L2_PIX_FMT_JPEG, V4L2_FIELD_NONE, 40 .bytesperline = 352 * 2, 41 .sizeimage = 352 * 288 * 2, 355 unsigned long hw_bufsize = sd->sif ? (352 * 288 * 2) : (640 * 480 * 2), in w9968cf_init() 401 max_width = 352; in w9968cf_set_crop_window()
|
/Linux-v6.1/drivers/media/usb/gspca/stv06xx/ |
D | stv06xx.h | 51 /* Refers to the CIF 352x288 and QCIF 176x144 */ 57 /* 0xa: 352 columns, 0x6: 176 columns */
|
D | stv06xx_pb0100.c | 64 352, 68 .sizeimage = 352 * 288, 69 .bytesperline = 352, 211 stv06xx_write_sensor(sd, PB_CWSIZE, 352 - 1); in pb0100_start()
|
/Linux-v6.1/drivers/gpu/drm/tve200/ |
D | tve200_display.c | 82 if (!(mode->hdisplay == 352 && mode->vdisplay == 240) && /* SIF(525) */ in tve200_display_check() 83 !(mode->hdisplay == 352 && mode->vdisplay == 288) && /* CIF(625) */ in tve200_display_check() 171 if ((mode->hdisplay == 352 && mode->vdisplay == 240) || /* SIF(525) */ in tve200_display_enable() 172 (mode->hdisplay == 352 && mode->vdisplay == 288)) { /* CIF(625) */ in tve200_display_enable()
|
/Linux-v6.1/include/media/ |
D | v4l2-image-sizes.h | 10 #define CIF_WIDTH 352
|
/Linux-v6.1/drivers/hte/ |
D | Kconfig | 23 systems-on-chip. The driver supports 352 LIC IRQs and 39 AON GPIOs
|
/Linux-v6.1/include/dt-bindings/clock/ |
D | exynos5410.h | 55 #define CLK_MMC1 352
|
D | exynos5250.h | 156 #define CLK_SMMU_2D 352
|
/Linux-v6.1/Documentation/devicetree/bindings/reset/ |
D | zynq-reset.txt | 55 352: gpio reset
|
/Linux-v6.1/include/uapi/linux/ |
D | v4l2-dv-timings.h | 808 261000000, 96, 216, 352, 1, 3, 69, 0, 0, 0, \ 823 218250000, 96, 224, 352, 1, 3, 43, 0, 0, 0, \ 830 288000000, 128, 224, 352, 1, 3, 104, 0, 0, 0, \ 870 281250000, 144, 208, 352, 3, 6, 53, 0, 0, 0, \ 892 297000000, 144, 224, 352, 1, 3, 56, 0, 0, 0, \
|
/Linux-v6.1/Documentation/userspace-api/media/v4l/ |
D | rw.rst | 28 $ vidctrl /dev/video --input=0 --format=YUYV --size=352x288
|
/Linux-v6.1/drivers/media/pci/cx25821/ |
D | cx25821-video.c | 171 bpl_local = 352 << 1; in cx25821_buffer_prepare() 351 if (w < 352) { in cx25821_vidioc_try_fmt_vid_cap() 355 w = 352; in cx25821_vidioc_try_fmt_vid_cap() 397 if (chan->width == 320 || chan->width == 352) in vidioc_s_fmt_vid_cap()
|
/Linux-v6.1/drivers/media/usb/gspca/m5602/ |
D | m5602_ov9650.c | 268 352, 273 352 * 288, 274 .bytesperline = 352, 511 case 352: in ov9650_start()
|
/Linux-v6.1/Documentation/driver-api/hte/ |
D | tegra194-hte.rst | 37 This GTE instance timestamps LIC IRQ lines in real time. There are 352 IRQ
|
/Linux-v6.1/drivers/video/fbdev/kyro/ |
D | fbdev.c | 235 352, 96, 69, 1, 216, 3, 240 352, 96, 43, 1, 224, 3, 245 352, 128, 104, 1, 224, 3, 255 352, 144, 56, 1, 224, 3,
|
/Linux-v6.1/drivers/gpu/drm/arm/display/komeda/ |
D | komeda_color_mgmt.c | 20 1024, -352, -731,
|
/Linux-v6.1/drivers/media/usb/pwc/ |
D | pwc-misc.c | 24 { 352, 288 }, /* cif */
|
/Linux-v6.1/drivers/staging/media/deprecated/cpia2/ |
D | cpia2.h | 70 VIDEOSIZE_CIF, /* 352x288 */ 80 #define STV_IMAGE_CIF_COLS 352
|