/openbmc/openbmc/poky/meta-poky/recipes-core/psplash/files/ |
H A D | psplash-poky-img.h | 83 "\205.46\377\2LQR\377\275\277\277\377\244\350\354\340\377\16\350\352\351" \ 87 "\340\377\1\302\303\304\377\215.46\377\267\350\354\340\377\16\352\354" \ 95 "\7\352\354\346\377\332\333\334\377\303\305\305\377\271\273\274\377\263" \ 100 "\350\354\340\377\3\352\353\347\377~\202\203\377068\377\211.46\377\1\216" \ 102 "\377~\202\203\377\352\353\347\377\231\350\354\340\377\3\332\333\334\377" \ 108 ">\77\377\213.46\377\2""5;=\377\350\352\351\377\247\350\354\340\377\1" \ 143 "\350\354\340\377\1\202\205\206\377\260.46\377\2TYZ\377\352\353\347\377" \ 146 ".46\377\2TYZ\377\352\353\347\377\234\350\354\340\377\1\202\205\206\377" \ 167 "PR\377\177\203\204\377\247\252\253\377\311\312\313\377\352\354\346\377" \ 206 "\235\350\354\340\377\2\352\353\347\377OTV\377\217.46\377\1\77EG\377\220" \ [all …]
|
/openbmc/linux/drivers/media/i2c/ |
H A 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()
|
/openbmc/linux/drivers/media/usb/gspca/ |
H A 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()
|
H A 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()
|
H A 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) */
|
H A 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 …]
|
H A 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()
|
H A 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()
|
H A 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()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/dbus/libdbus-c++-0.9.0/ |
H A D | 0002-tools-generate_proxy.cpp-avoid-possibly-undefined-ui.patch | 20 @@ -352,7 +352,7 @@ void generate_proxy(Xml::Document &doc, const char *filename)
|
/openbmc/linux/drivers/media/usb/gspca/stv06xx/ |
H A D | stv06xx.h | 51 /* Refers to the CIF 352x288 and QCIF 176x144 */ 57 /* 0xa: 352 columns, 0x6: 176 columns */
|
H A 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()
|
/openbmc/linux/drivers/media/platform/verisilicon/ |
H A D | rockchip_av1_filmgrain.c | 15 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,
|
/openbmc/linux/drivers/gpu/drm/tve200/ |
H A 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()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/sharutils/sharutils/ |
H A D | 0001-Fix-building-with-GCC-10.patch | 37 @@ -352,7 +352,7 @@ extern "C" {
|
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/ |
H A D | repro-issue-fix-with-cc-crate-hashmap.patch | 55 …fee042c16bd65d4150d0346567f246b9190d85b45983","src/parallel/job_token.rs":"352a0295c965c684904329d… 57 …fee042c16bd65d4150d0346567f246b9190d85b45983","src/parallel/job_token.rs":"352a0295c965c684904329d…
|
/openbmc/linux/include/media/ |
H A D | v4l2-image-sizes.h | 10 #define CIF_WIDTH 352
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/uhubctl/ |
H A D | uhubctl_2.6.0.bb | 9 SRCREV = "352f5878e999c0a9d5a453b34110479b2056d7e7"
|
/openbmc/linux/drivers/hte/ |
H A D | Kconfig | 23 systems-on-chip. The driver supports 352 LIC IRQs and 39 AON GPIOs
|
/openbmc/linux/include/dt-bindings/clock/ |
H A D | exynos5410.h | 55 #define CLK_MMC1 352
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/miniupnpd/files/ |
H A D | 0001-Add-OpenEmbedded-cross-compile-case.patch | 27 @@ -346,6 +352,11 @@ case $OS_NAME in
|
/openbmc/linux/Documentation/devicetree/bindings/reset/ |
H A D | zynq-reset.txt | 55 352: gpio reset
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | rw.rst | 28 $ vidctrl /dev/video --input=0 --format=YUYV --size=352x288
|
/openbmc/linux/include/uapi/linux/ |
H A D | v4l2-dv-timings.h | 799 261000000, 96, 216, 352, 1, 3, 69, 0, 0, 0, \ 814 218250000, 96, 224, 352, 1, 3, 43, 0, 0, 0, \ 821 288000000, 128, 224, 352, 1, 3, 104, 0, 0, 0, \ 861 281250000, 144, 208, 352, 3, 6, 53, 0, 0, 0, \ 883 297000000, 144, 224, 352, 1, 3, 56, 0, 0, 0, \
|
/openbmc/linux/drivers/media/pci/cx25821/ |
H A 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()
|