| /OK3568_Linux_fs/external/rockit/tgi/sdk/include/ |
| H A D | RTMediaPixel.h | 35 …RTCOL_PRI_BT470BG = 5, ///< also ITU-R BT601-6 625 / ITU-R BT1358 625 / ITU-R BT1700 625 PAL… 57 RTCOL_TRC_GAMMA22 = 4, ///< also ITU-R BT470M / ITU-R BT1700 625 PAL & SECAM 59 …RTCOL_TRC_SMPTE170M = 6, ///< also ITU-R BT601-6 525 or 625 / ITU-R BT1358 525 or 625 / ITU-R… 87 …RTCOL_SPC_BT470BG = 5, ///< also ITU-R BT601-6 625 / ITU-R BT1358 625 / ITU-R BT1700 625 PAL … 120 * v v v v
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/ |
| H A D | mpp_frame.h | 80 …FRAME_PRI_BT470BG = 5, ///< also ITU-R BT601-6 625 / ITU-R BT1358 625 / ITU-R BT1700 625 … 100 MPP_FRAME_TRC_GAMMA22 = 4, ///< also ITU-R BT470M / ITU-R BT1700 625 PAL & SECAM 102 …RAME_TRC_SMPTE170M = 6, ///< also ITU-R BT601-6 525 or 625 / ITU-R BT1358 525 or 625 / ITU-… 127 …FRAME_SPC_BT470BG = 5, ///< also ITU-R BT601-6 625 / ITU-R BT1358 625 / ITU-R BT1700 625 … 149 * v v v v 222 MPP_FMT_YUV420P = (MPP_FRAME_FMT_YUV + 4), /* YYYY... U...V... (I420) */ 328 * | +--------------------------------+ ^ | | v 336 * | +--------------------------------+ v | | 340 * +------------------------------------------------------+ v
|
| /OK3568_Linux_fs/external/mpp/inc/ |
| H A D | mpp_frame.h | 80 …FRAME_PRI_BT470BG = 5, ///< also ITU-R BT601-6 625 / ITU-R BT1358 625 / ITU-R BT1700 625 … 100 MPP_FRAME_TRC_GAMMA22 = 4, ///< also ITU-R BT470M / ITU-R BT1700 625 PAL & SECAM 102 …RAME_TRC_SMPTE170M = 6, ///< also ITU-R BT601-6 525 or 625 / ITU-R BT1358 525 or 625 / ITU-… 127 …FRAME_SPC_BT470BG = 5, ///< also ITU-R BT601-6 625 / ITU-R BT1358 625 / ITU-R BT1700 625 … 149 * v v v v 221 MPP_FMT_YUV420P = (MPP_FRAME_FMT_YUV + 4), /* YYYY... U...V... (I420) */ 327 * | +--------------------------------+ ^ | | v 335 * | +--------------------------------+ v | | 339 * +------------------------------------------------------+ v
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/cx18/ |
| H A D | cx18-av-core.c | 118 u32 v; in cx18_av_initialize() local 126 v = cx18_av_read4(cx, CXADEC_HOST_REG1); in cx18_av_initialize() 128 cx18_av_write4_expect(cx, CXADEC_HOST_REG1, v | 1, v, 0xfffe); in cx18_av_initialize() 130 cx18_av_write4_expect(cx, CXADEC_HOST_REG1, v & 0xfffe, in cx18_av_initialize() 131 v & 0xfffe, 0xffff); in cx18_av_initialize() 134 v = cx18_av_read4(cx, CXADEC_DLL1_DIAG_CTRL) & 0xE1FFFEFF; in cx18_av_initialize() 136 cx18_av_write4(cx, CXADEC_DLL1_DIAG_CTRL, v); in cx18_av_initialize() 138 cx18_av_write4(cx, CXADEC_DLL1_DIAG_CTRL, v | 0x10000100); in cx18_av_initialize() 140 v = cx18_av_read4(cx, CXADEC_DLL2_DIAG_CTRL) & 0xE1FFFEFF; in cx18_av_initialize() 142 cx18_av_write4(cx, CXADEC_DLL2_DIAG_CTRL, v); in cx18_av_initialize() [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-dvb/tvheadend/tvheadend/ |
| H A D | 0001-adjust-for-64bit-time_t.patch | 66 @@ -625,7 +625,7 @@ tt_construct_unix_time(uint8_t *buf) 70 - v[i] = labs(r[i] - t); 71 + v[i] = (time_t)llabs((long long)(r[i] - t)); 73 if(v[0] < v[1] && v[0] < v[2])
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | vesamodes | 6 // $XFree86: xc/programs/Xserver/hw/xfree86/etc/vesamodes,v 1.3 1999/11/16 03:28:03 tsi Exp $ 31 ModeLine "800x600" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync 40 ModeLine "800x600" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
|
| H A D | extramodes | 4 // $XFree86: xc/programs/Xserver/hw/xfree86/etc/extramodes,v 1.5 2002/06/05 19:43:05 dawes Exp $ 8 ModeLine "832x624" 57.284 832 864 928 1152 624 625 628 667 -Hsync -Vsync
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/exiv2/ |
| H A D | exiv2_0.27.3.bb | 3 LIC_FILES_CHKSUM = "file://COPYING;md5=625f055f41728f84a8d7938acc35bdc2" 7 SRC_URI = "https://github.com/Exiv2/${BPN}/releases/download/v${PV}/${BP}-Source.tar.gz"
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/adc/ |
| H A D | qcom,pm8xxx-xoadc.txt | 19 with PMIC variant but is typically something like 2.2 or 1.8V. 62 1:1 ratio converters that sample 625, 1250 and 0 milliV and create 92 calibrated with the 0.625V and 1.25V reference channels, also 154 <&xoadc 0x00 0x0c>, /* Reference voltage 1.25V */ 155 <&xoadc 0x00 0x0d>, /* Reference voltage 0.625V */ 156 <&xoadc 0x00 0x0e>; /* Reference voltage 0.325V */
|
| /OK3568_Linux_fs/kernel/drivers/iio/adc/ |
| H A D | qcom-vadc-common.h | 12 /* Min ADC code represents 0V */ 14 /* Max ADC code represents full-scale range of 1.8V */ 72 * VADC_CALIB_ABSOLUTE: uses the 625mV and 1.25V as reference channels. 73 * VADC_CALIB_RATIOMETRIC: uses the reference voltage (1.8V) and GND for
|
| /OK3568_Linux_fs/u-boot/drivers/ram/rockchip/sdram_inc/rv1126/ |
| H A D | sdram-rv1126-loader_params.inc | 54 (625 << DRAM_ODT_EN_FREQ_SHIFT) | (625 << PHY_ODT_EN_FREQ_SHIFT), 192 /* vref info when odt enable, phy vddq=1.1V, lp4x vddq=0.6V */
|
| /OK3568_Linux_fs/u-boot/drivers/power/mfd/ |
| H A D | fg_max77693.c | 28 *vcell = *vcell * 625; in max77693_get_vcell() 96 printf(" voltage: %d.%6.6d [V] (expected to be %d [mAh])\n", in power_check_battery()
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | constraints.svg | 5 …ill-rule="evenodd" stroke="#000080" stroke-linejoin="round" stroke-width=".625"/></marker></defs><… 6 …d="path209" d="m13800 17500h-12400v-14200h24800v14200h-12400z" fill="#fff"/><path id="path211" d="… 8 …th id="path247" d="m11000 13400h-3900v-5400h7800v5400h-3900z" fill="#fff"/><path id="path249" d="m… 9 …"10600" width="101" height="1301" fill="none"/><path id="path285" d="m9650 11850v-1200" fill="none" 10 …550" width="601" height="1451" fill="none"/><path id="path310" d="m9837 1950v-1453" fill="none" ma…
|
| /OK3568_Linux_fs/external/xserver/debian/patches/ |
| H A D | 001_fedora_extramodes.patch | 10 // $XFree86: xc/programs/Xserver/hw/xfree86/etc/extramodes,v 1.5 2002/06/05 19:43:05 dawes Exp $ 16 ModeLine "832x624" 57.284 832 864 928 1152 624 625 628 667 -Hsync -Vsync
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/go/go-1.18/ |
| H A D | CVE-2022-2879.patch | 110 @@ -625,9 +626,14 @@ func TestReader(t *testing.T) { 115 + if strings.HasSuffix(v.file, ".bz2") { 170 + t.Errorf("%v: w.WriteHeader() = %v, want ErrFieldTooLong", test.name, err)
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/common/ |
| H A D | rk-camera-module.h | 64 _IOR('V', BASE_VIDIOC_PRIVATE + 0, struct rkmodule_inf) 67 _IOW('V', BASE_VIDIOC_PRIVATE + 1, struct rkmodule_awb_cfg) 70 _IOW('V', BASE_VIDIOC_PRIVATE + 2, struct rkmodule_af_cfg) 73 _IOW('V', BASE_VIDIOC_PRIVATE + 3, struct rkmodule_lsc_cfg) 76 _IOR('V', BASE_VIDIOC_PRIVATE + 4, struct rkmodule_hdr_cfg) 79 _IOW('V', BASE_VIDIOC_PRIVATE + 5, struct rkmodule_hdr_cfg) 82 _IOW('V', BASE_VIDIOC_PRIVATE + 6, __u32) 85 _IOR('V', BASE_VIDIOC_PRIVATE + 7, struct rkmodule_lvds_cfg) 88 _IOW('V', BASE_VIDIOC_PRIVATE + 8, struct rkmodule_dpcc_cfg) 91 _IOR('V', BASE_VIDIOC_PRIVATE + 9, struct rkmodule_nr_switch_threshold) [all …]
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | rk-camera-module.h | 64 _IOR('V', BASE_VIDIOC_PRIVATE + 0, struct rkmodule_inf) 67 _IOW('V', BASE_VIDIOC_PRIVATE + 1, struct rkmodule_awb_cfg) 70 _IOW('V', BASE_VIDIOC_PRIVATE + 2, struct rkmodule_af_cfg) 73 _IOW('V', BASE_VIDIOC_PRIVATE + 3, struct rkmodule_lsc_cfg) 76 _IOR('V', BASE_VIDIOC_PRIVATE + 4, struct rkmodule_hdr_cfg) 79 _IOW('V', BASE_VIDIOC_PRIVATE + 5, struct rkmodule_hdr_cfg) 82 _IOW('V', BASE_VIDIOC_PRIVATE + 6, __u32) 85 _IOR('V', BASE_VIDIOC_PRIVATE + 7, struct rkmodule_lvds_cfg) 88 _IOW('V', BASE_VIDIOC_PRIVATE + 8, struct rkmodule_dpcc_cfg) 91 _IOR('V', BASE_VIDIOC_PRIVATE + 9, struct rkmodule_nr_switch_threshold) [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/zoran/ |
| H A D | zoran_card.c | 272 static const struct tvnorm f50sqpixel = { 944, 768, 83, 880, 625, 576, 16 }; 274 static const struct tvnorm f50ccir601 = { 864, 720, 75, 804, 625, 576, 18 }; 277 static const struct tvnorm f50ccir601_lml33 = { 864, 720, 75 + 34, 804, 625, 576, 18 }; 281 static const struct tvnorm f50sqpixel_dc10 = { 944, 768, 0, 880, 625, 576, 0 }; 285 * FIXME: I cannot swap U and V in saa7114, so i do one pixel left shift in zoran (75 -> 74) 288 static const struct tvnorm f50ccir601_lm33r10 = { 864, 720, 74 + 54, 804, 625, 576, 18 }; 292 * FIXME: The ks0127 seem incapable of swapping U and V, too, which is why I copy Maxim's left 298 static const struct tvnorm f50ccir601_avs6eyes = { 864, 720, 74, 804, 625, 576, 18 };
|
| /OK3568_Linux_fs/kernel/drivers/power/supply/ |
| H A D | max17042_battery.c | 152 * supply is e.g. only delivering 5V 0.5A. Check current if available. in max17042_get_status() 184 vavg = val * 625 / 8; in max17042_get_battery_health() 193 vbatt = val * 625 / 8; in max17042_get_battery_health() 302 val->intval = data * 625 / 8; in max17042_get_property() 309 val->intval = data * 625 / 8; in max17042_get_property() 316 val->intval = data * 625 / 8; in max17042_get_property()
|
| H A D | ds2760_battery.c | 231 1800, /* HP iPAQ hx4700 3.7V 1800mAh (359113-001) */ 242 3600, /* HP iPAQ hx4700 3.7V 3600mAh (359114-001) */ 297 * class reports in units of µA, so convert by multiplying by 625. */ in ds2760_battery_read_status() 301 di->current_uA = di->current_raw * 625; in ds2760_battery_read_status()
|
| /OK3568_Linux_fs/u-boot/drivers/power/fuel_gauge/ |
| H A D | fg_max17042.c | 211 pb->bat->voltage_uV = (pb->bat->voltage_uV * 625); in power_update_battery() 244 printf(" voltage: %d.%6.6d [V] (expected to be %d [mAh])\n", in power_check_battery()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_edid.c | 255 896, 1024, 0, 600, 601, 603, 625, 0, 267 896, 1056, 0, 600, 601, 604, 625, 0, 594 896, 1024, 0, 600, 601, 603, 625, 0, 630 928, 1152, 0, 624, 625, 628, 667, 0, 633 896, 1056, 0, 600, 601, 604, 625, 0, 808 796, 864, 0, 576, 581, 586, 625, 0, 813 796, 864, 0, 576, 581, 586, 625, 0, 829 795, 864, 0, 576, 580, 586, 625, 0, 835 795, 864, 0, 576, 580, 586, 625, 0, 853 3180, 3456, 0, 576, 580, 586, 625, 0, [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/inc/ |
| H A D | hwmgr.h | 39 #define VOLTAGE_VID_OFFSET_SCALE1 625 99 uint32_t v; member 105 uint32_t v; member 111 uint32_t v; member 116 uint32_t v; member 121 uint32_t v; member 138 uint32_t v; member 148 uint32_t v; member 159 uint32_t v; member 402 uint32_t v; member
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/omap5/ |
| H A D | hw_data.c | 47 {625, 11, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1}, /* 19.2 MHz */ 50 {625, 23, 1, 1, -1, -1, -1, -1, -1, -1, -1, -1}, /* 38.4 MHz */ 203 {625, 11, 4, 10, 40, 8, 10, -1, -1, -1, -1, -1}, /* 19.2 MHz */ 206 {625, 23, 4, 10, 40, 8, 10, -1, -1, -1, -1, -1}, /* 38.4 MHz */ 296 * So let us start with our operating range from .73V
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | edid.c | 250 796, 864, 576, 581, 586, 625, 0, 255 796, 864, 576, 581, 586, 625, 0, 271 795, 864, 576, 580, 586, 625, 0, 277 795, 864, 576, 580, 586, 625, 0, 295 3180, 3456, 576, 580, 586, 625, 0, 301 3180, 3456, 576, 580, 586, 625, 0, 317 1592, 1728, 576, 581, 586, 625, 0, 322 1592, 1728, 576, 581, 586, 625, 0, 357 3184, 3456, 576, 581, 586, 625, 0, 362 3184, 3456, 576, 581, 586, 625, 0, [all …]
|