Home
last modified time | relevance | path

Searched full:352 (Results 1 – 25 of 184) sorted by relevance

12345678

/linux/drivers/media/usb/gspca/
H A Dtv8532.c28 {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()
H A Dpac207.c70 {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()
H A Dspca561.c60 {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) */
H A Dxirlink_cit.c64 {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 …]
H A Djl2005bcd.c48 {352, 288, V4L2_PIX_FMT_JL2005BCD, V4L2_FIELD_NONE,
49 .bytesperline = 352,
50 .sizeimage = 352 * 288,
455 case 352: in sd_start()
H A Dmr97310a.c110 {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()
H A Dw996Xcf.c39 {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()
H A Dspca505.c43 {352, 288, V4L2_PIX_FMT_SPCA505, V4L2_FIELD_NONE,
44 .bytesperline = 352,
45 .sizeimage = 352 * 288 * 3 / 2,
630 {0x01, 0x1a, 0x1a}, /* 352x288 */ in sd_start()
H A Dspca506.c43 {352, 288, V4L2_PIX_FMT_SPCA505, V4L2_FIELD_NONE,
44 .bytesperline = 352,
45 .sizeimage = 352 * 288 * 3 / 2,
/linux/drivers/media/platform/verisilicon/
H A Drockchip_av1_filmgrain.c15 340, 128, -36, 824, -352, -60, -264, -96, -612, 416, -704,
47 -1116, 452, -332, -352, 892, -1088, 1220, -676, 12, -292, 244,
88 60, 356, 96, -384, -188, -612, -576, 736, 508, 892, 352,
89 -1132, 504, -24, -352, 324, 332, -600, -312, 292, 508, -144,
100 372, -52, -256, 84, 116, -352, 48, 116, 304, -384, 412,
105 1192, -152, 876, 352, -600, -260, -812, -468, -28, -120, -32,
108 -116, 316, 160, -140, 352, 808, -416, 592, 316, -480, 56,
119 -376, -392, 556, -256, -576, 260, -352, 120, -16, -136, -260,
125 64, 184, 352, 600, 460, 164, 604, -196, 320, -64, 588,
174 440, 192, -576, -792, -76, -1080, 80, -532, -352, -132, 380,
/linux/drivers/gpu/drm/tve200/
H A Dtve200_display.c82 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/drivers/media/usb/gspca/stv06xx/
H A Dstv06xx.h51 /* Refers to the CIF 352x288 and QCIF 176x144 */
57 /* 0xa: 352 columns, 0x6: 176 columns */
H A Dstv06xx_pb0100.c64 352,
68 .sizeimage = 352 * 288,
69 .bytesperline = 352,
211 stv06xx_write_sensor(sd, PB_CWSIZE, 352 - 1); in pb0100_start()
/linux/include/media/
H A Dv4l2-image-sizes.h10 #define CIF_WIDTH 352
/linux/drivers/hte/
H A DKconfig24 systems-on-chip. The driver supports 352 LIC IRQs and 39 AON GPIOs
/linux/include/dt-bindings/clock/
H A Dexynos5410.h55 #define CLK_MMC1 352
H A Dexynos5250.h156 #define CLK_SMMU_2D 352
/linux/Documentation/devicetree/bindings/reset/
H A Dzynq-reset.txt55 352: gpio reset
/linux/drivers/media/usb/gspca/m5602/
H A Dm5602_ov9650.c268 352,
273 352 * 288,
274 .bytesperline = 352,
511 case 352: in ov9650_start()
/linux/Documentation/userspace-api/media/v4l/
H A Drw.rst28 $ vidctrl /dev/video --input=0 --format=YUYV --size=352x288
/linux/drivers/video/fbdev/kyro/
H A Dfbdev.c235 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/drivers/media/usb/pwc/
H A Dpwc-misc.c24 { 352, 288 }, /* cif */
/linux/drivers/media/dvb-frontends/
H A Dbsbe1.h12 0x01, 0x15, /* XTAL = 4MHz, VCO = 352 MHz */
/linux/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dutils.c14 #define PCI_DUMP_SIZE 352 in iwl_trans_pcie_dump_regs()
/linux/drivers/gpu/drm/tidss/
H A Dtidss_scale_coefs.c85 .c0 = { 512, 506, 500, 478, 456, 424, 392, 352, 312, },
115 .c0 = { 352, 348, 344, 334, 324, 310, 296, 148, 256, },

12345678