| /OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/mimic/mimic/ |
| H A D | 0001-Fix-musl-compatibility.patch | 9 src/hts/hts_engine_API/lib/HTS_misc.c | 4 +++- 12 diff --git a/src/hts/hts_engine_API/lib/HTS_misc.c b/src/hts/hts_engine_API/lib/HTS_misc.c 14 --- a/src/hts/hts_engine_API/lib/HTS_misc.c 15 +++ b/src/hts/hts_engine_API/lib/HTS_misc.c
|
| /OK3568_Linux_fs/buildroot/package/kodi-pvr-hts/ |
| H A D | Config.in | 2 bool "kodi-pvr-hts" 7 https://github.com/kodi-pvr/pvr.hts 9 comment "kodi-pvr-hts needs a toolchain w/ gcc >= 7"
|
| H A D | kodi-pvr-hts.hash | 2 sha256 9aaa8933a23bcdcdc4b4be6dd10adc19f5f27b8915fa5c39f58202c5d1399dc9 kodi-pvr-hts-19.0.2-Matri…
|
| H A D | kodi-pvr-hts.mk | 8 KODI_PVR_HTS_SITE = $(call github,kodi-pvr,pvr.hts,$(KODI_PVR_HTS_VERSION))
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | ov8856.c | 116 u32 hts; member 969 .hts = 1928, 981 .hts = 1932, 993 .hts = 3820, 1005 .hts = 1932, 1051 static u64 to_pixels_per_line(u32 hts, u32 f_index) in to_pixels_per_line() argument 1053 u64 ppl = hts * to_pixel_rate(f_index); in to_pixels_per_line() 1247 h_blank = to_pixels_per_line(ov8856->cur_mode->hts, in ov8856_init_controls() 1489 h_blank = to_pixels_per_line(mode->hts, mode->link_freq_index) - in ov8856_set_format()
|
| H A D | ov5675.c | 98 u32 hts; member 453 .hts = 1500, 465 .hts = 1500, 507 static u64 to_pixels_per_line(u32 hts, u32 f_index) in to_pixels_per_line() argument 509 u64 ppl = hts * to_pixel_rate(f_index); in to_pixels_per_line() 765 h_blank = to_pixels_per_line(ov5675->cur_mode->hts, in ov5675_init_controls() 958 h_blank = to_pixels_per_line(mode->hts, mode->link_freq_index) - in ov5675_set_format()
|
| H A D | ov2740.c | 105 u32 hts; member 307 .hts = 1080, 354 static u64 to_pixels_per_line(u32 hts, u32 f_index) in to_pixels_per_line() argument 356 u64 ppl = hts * to_pixel_rate(f_index); in to_pixels_per_line() 556 h_blank = to_pixels_per_line(cur_mode->hts, cur_mode->link_freq_index); in ov2740_init_controls() 742 h_blank = to_pixels_per_line(mode->hts, mode->link_freq_index) - in ov2740_set_format()
|
| H A D | ov5640.c | 1323 u16 hts; in ov5640_get_hts() local 1326 ret = ov5640_read_reg16(sensor, OV5640_REG_TIMING_HTS, &hts); in ov5640_get_hts() 1329 return hts; in ov5640_get_hts()
|
| /OK3568_Linux_fs/kernel/drivers/platform/x86/ |
| H A D | intel_ips.c | 700 u32 hts = thm_readl(THM_HTS); in update_turbo_limits() local 702 ips->cpu_turbo_enabled = !(hts & HTS_PCTD_DIS); in update_turbo_limits() 710 ips->gpu_turbo_enabled = !(hts & HTS_GTD_DIS); in update_turbo_limits() 1442 u32 hts; in ips_probe() local 1575 hts = (ips->core_power_limit << HTS_PCPL_SHIFT) | in ips_probe() 1580 thm_writel(THM_HTS, hts); in ips_probe()
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/i2c/ov5693/ |
| H A D | atomisp-ov5693.c | 541 u16 vts, hts; in __ov5693_set_exposure() local 544 hts = ov5693_res[dev->fmt_idx].pixels_per_line; in __ov5693_set_exposure() 552 hts = hts * 2; in __ov5693_set_exposure() 565 OV5693_TIMING_HTS_H, (hts >> 8) & 0xFF); in __ov5693_set_exposure() 573 OV5693_TIMING_HTS_L, hts & 0xFF); in __ov5693_set_exposure()
|
| /OK3568_Linux_fs/buildroot/dl/ncurses/ |
| HD | ncurses-6.1-20191109.patch.gz | ... %p1%dG, ht=^I, hts=\EH, ich=\E[%p1% ... |
| HD | ncurses-6.1-20190803.patch.gz | 1# ncurses 6.1 - patch 20190803 - Thomas E. Dickey
2#
3# --- ... |
| HD | ncurses-6.1-20190713.patch.gz | 1# ncurses 6.1 - patch 20190713 - Thomas E. Dickey
2#
3# --- ... |
| HD | ncurses-6.1-20190630.patch.gz | 1# ncurses 6.1 - patch 20190630 - Thomas E. Dickey
2#
3# --- ... |
| HD | ncurses-6.1-20190615.patch.gz | 1# ncurses 6.1 - patch 20190615 - Thomas E. Dickey
2#
3# --- ... |
| HD | ncurses-6.1-20190727.patch.gz | 1# ncurses 6.1 - patch 20190727 - Thomas E. Dickey
2#
3# --- ... |
| HD | ncurses-6.1-20190609-patch.sh.bz2 | 1#!/bin/sh
2# Use this script to patch ncurses 6.1 to 6.1 ( ... |
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/camera/ |
| H A D | sunxi_camera_v2.h | 316 unsigned int hts; /*h size of timing, unit: pclk */ member
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/i2c/ |
| H A D | atomisp-ov2722.c | 398 u16 hts, vts; in __ov2722_set_exposure() local 408 hts = dev->pixels_per_line; in __ov2722_set_exposure() 423 OV2722_HTS_H, hts); in __ov2722_set_exposure()
|
| /OK3568_Linux_fs/buildroot/package/kodi/ |
| H A D | Config.in | 299 source "package/kodi-pvr-hts/Config.in"
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/include/linux/ |
| H A D | atomisp.h | 672 u16 hts; member
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/uAPI2/ |
| H A D | rk_aiq_user_api2_custom_ae.cpp | 253 float hts = pConfig->PixelPeriodsPerLine; in AeReal2RegConv() local 256 …= (int)(timeC0 * vts + timeC1 + timeC2 * ((SplitIntegrationTime * pclk * 1000000 / hts) + timeC3)); in AeReal2RegConv()
|
| /OK3568_Linux_fs/buildroot/ |
| H A D | CHANGES | 7210 kodi-pvr-hts, kodi-pvr-mythtv, kodi-pvr-pctv, 7527 kodi-pvr-dvbviewer, kodi-pvr-filmon, kodi-pvr-hts,
|
| /OK3568_Linux_fs/recovery/ |
| HD | rootfs.cpio.gz | 107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000binusr/bin07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ... |